blob: bcce88f6c01ffae571c95be81a626b36f57b276e (
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
70
71
72
73
74
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200903-34">
<title>Amarok: User-assisted execution of arbitrary code</title>
<synopsis>
Multiple vulnerabilities in Amarok might allow for user-assisted execution
of arbitrary code.
</synopsis>
<product type="ebuild">amarok</product>
<announced>March 20, 2009</announced>
<revised>March 20, 2009: 01</revised>
<bug>254896</bug>
<access>remote</access>
<affected>
<package name="media-sound/amarok" auto="yes" arch="*">
<unaffected range="ge">1.4.10-r2</unaffected>
<vulnerable range="lt">1.4.10-r2</vulnerable>
</package>
</affected>
<background>
<p>
Amarok is an advanced music player.
</p>
</background>
<description>
<p>
Tobias Klein has discovered multiple vulnerabilities in Amarok:
</p>
<ul>
<li>Multiple integer overflows in the Audible::Tag::readTag()
function in metadata/audible/audibletag.cpp trigger heap-based buffer
overflows (CVE-2009-0135).</li>
<li>Multiple array index errors in the
Audible::Tag::readTag() function in metadata/audible/audibletag.cpp can
lead to invalid pointer dereferences, or the writing of a 0x00 byte to
an arbitrary memory location after an allocation failure
(CVE-2009-0136).</li>
</ul>
</description>
<impact type="normal">
<p>
A remote attacker could entice a user to open a specially crafted
Audible Audio (.aa) file with a large "nlen" or "vlen" tag value to
execute arbitrary code or cause a Denial of Service.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Amarok users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-sound/amarok-1.4.10-r2"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0135">CVE-2009-0135</uri>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0136">CVE-2009-0136</uri>
</references>
<metadata tag="requester" timestamp="Thu, 19 Mar 2009 13:02:32 +0000">
a3li
</metadata>
<metadata tag="submitter" timestamp="Fri, 20 Mar 2009 19:39:32 +0000">
keytoaster
</metadata>
<metadata tag="bugReady" timestamp="Fri, 20 Mar 2009 19:54:30 +0000">
keytoaster
</metadata>
</glsa>
|