blob: a2bf281fb99aae592b0345366b36bf08d3b3209f (
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
68
69
|
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200607-13">
<title>Audacious: Multiple heap and buffer overflows</title>
<synopsis>
The adplug library included in Audacious is vulnerable to various overflows
that could result in the execution of arbitrary code.
</synopsis>
<product type="ebuild">audacious</product>
<announced>July 29, 2006</announced>
<revised>July 29, 2006: 01</revised>
<bug>139957</bug>
<access>remote</access>
<affected>
<package name="media-sound/audacious" auto="yes" arch="*">
<unaffected range="ge">1.1.0</unaffected>
<vulnerable range="lt">1.1.0</vulnerable>
</package>
</affected>
<background>
<p>
Audacious is a media player that has been forked from Beep Media
Player.
</p>
</background>
<description>
<p>
Luigi Auriemma has found that the adplug library fails to verify the
size of the destination buffers in the unpacking instructions,
resulting in various possible heap and buffer overflows.
</p>
</description>
<impact type="normal">
<p>
An attacker can entice a user to load a specially crafted media file,
resulting in a crash or possible execution of arbitrary code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Audacious users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-sound/audacious-1.1.0"</code>
</resolution>
<references>
<uri link="http://www.securityfocus.com/archive/1/439432/30/0/threaded">BugTraq Announcement</uri>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3581">CVE-2006-3581</uri>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3582">CVE-2006-3582</uri>
</references>
<metadata tag="requester" timestamp="Wed, 12 Jul 2006 17:07:27 +0000">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="Sun, 16 Jul 2006 10:46:17 +0000">
daxomatic
</metadata>
<metadata tag="bugReady" timestamp="Mon, 17 Jul 2006 16:55:12 +0000">
koon
</metadata>
</glsa>
|