blob: d2c310d382f65bb14294e17d8efa09b4c09ecf2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200611-17">
<title>fvwm: fvwm-menu-directory fvwm command injection</title>
<synopsis>
A flaw in fvwm-menu-directory may permit a local attacker to execute
arbitrary commands with the privileges of another user.
</synopsis>
<product type="ebuild">fvwm</product>
<announced>2006-11-23</announced>
<revised count="01">2006-11-23</revised>
<bug>155078</bug>
<access>local</access>
<affected>
<package name="x11-wm/fvwm" auto="yes" arch="*">
<unaffected range="ge">2.5.18-r1</unaffected>
<vulnerable range="lt">2.5.18-r1</vulnerable>
</package>
</affected>
<background>
<p>
fvwm is a highly configurable virtual window manager for X11 desktops.
fvwm-menu-directory allows fvwm users to browse directories from within
fvwm.
</p>
</background>
<description>
<p>
Tavis Ormandy of the Gentoo Linux Security Audit Team discovered that
fvwm-menu-directory does not sufficiently sanitise directory names
prior to generating menus.
</p>
</description>
<impact type="normal">
<p>
A local attacker who can convince an fvwm-menu-directory user to browse
a directory they control could cause fvwm commands to be executed with
the privileges of the fvwm user. Fvwm commands can be used to execute
arbitrary shell commands.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All fvwm users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=x11-wm/fvwm-2.5.18-r1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5969">CVE-2006-5969</uri>
</references>
<metadata tag="requester" timestamp="2006-11-21T05:59:03Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2006-11-21T05:59:31Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2006-11-21T11:10:22Z">
taviso
</metadata>
</glsa>
|