blob: f6bfedbbca64662e3aab815e653a1b81fe13275f (
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="200408-01">
<title>MPlayer: GUI filename handling overflow</title>
<synopsis>
When compiled with GUI support MPlayer is vulnerable to a remotely
exploitable buffer overflow attack.
</synopsis>
<product type="ebuild">MPlayer</product>
<announced>2004-08-01</announced>
<revised count="02">2006-05-22</revised>
<bug>55456</bug>
<access>remote</access>
<affected>
<package name="media-video/mplayer" auto="yes" arch="*">
<unaffected range="ge">1.0_pre4-r7</unaffected>
<vulnerable range="lt">1.0_pre4-r7</vulnerable>
</package>
</affected>
<background>
<p>
MPlayer is a media player capable of handling multiple multimedia file
formats.
</p>
</background>
<description>
<p>
The MPlayer GUI code contains several buffer overflow vulnerabilities,
and at least one in the TranslateFilename() function is exploitable.
</p>
</description>
<impact type="normal">
<p>
By enticing a user to play a file with a carefully crafted filename an
attacker could execute arbitrary code with the permissions of the user
running MPlayer.
</p>
</impact>
<workaround>
<p>
To work around this issue, users can compile MPlayer without GUI
support by disabling the gtk USE flag. All users are encouraged to
upgrade to the latest available version of MPlayer.
</p>
</workaround>
<resolution>
<p>
All MPlayer users should upgrade to the latest version:
</p>
<code>
# emerge sync
# emerge -pv ">=media-video/mplayer-1.0_pre4-r7"
# emerge ">=media-video/mplayer-1.0_pre4-r7"</code>
</resolution>
<references>
<uri link="http://www.securityfocus.com/bid/10615/">Bugtraq Announcement</uri>
<uri link="http://www.open-security.org/advisories/5">Open-Security Announcement</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0659">CVE-2004-0659</uri>
</references>
<metadata tag="requester">
koon
</metadata>
<metadata tag="submitter">
jaervosz
</metadata>
</glsa>
|