blob: 74312893335ee5f66c41bfa8c895dea9c2088072 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200503-21">
<title>Grip: CDDB response overflow</title>
<synopsis>
Grip contains a buffer overflow that can be triggered by a large CDDB
response, potentially allowing the execution of arbitrary code.
</synopsis>
<product type="ebuild">grip</product>
<announced>March 17, 2005</announced>
<revised>March 17, 2005: 01</revised>
<bug>84704</bug>
<access>remote</access>
<affected>
<package name="media-sound/grip" auto="yes" arch="*">
<unaffected range="ge">3.3.0</unaffected>
<vulnerable range="lt">3.3.0</vulnerable>
</package>
</affected>
<background>
<p>
Grip is a GTK+ based audio CD player/ripper.
</p>
</background>
<description>
<p>
Joseph VanAndel has discovered a buffer overflow in Grip when
processing large CDDB results.
</p>
</description>
<impact type="normal">
<p>
A malicious CDDB server could cause Grip to crash by returning
more then 16 matches, potentially allowing the execution of arbitrary
code with the privileges of the user running the application.
</p>
</impact>
<workaround>
<p>
Disable automatic CDDB queries, but we highly encourage users to
upgrade to 3.3.0.
</p>
</workaround>
<resolution>
<p>
All Grip users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-sound/grip-3.3.0"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0706">CAN-2005-0706</uri>
<uri link="http://sourceforge.net/tracker/?group_id=3714&atid=103714&func=detail&aid=834724">Original Bug Report</uri>
</references>
<metadata tag="requester" timestamp="Mon, 14 Mar 2005 20:06:50 +0000">
koon
</metadata>
<metadata tag="submitter" timestamp="Tue, 15 Mar 2005 23:47:13 +0000">
lewk
</metadata>
<metadata tag="bugReady" timestamp="Thu, 17 Mar 2005 10:03:26 +0000">
koon
</metadata>
</glsa>
|