diff options
Diffstat (limited to 'metadata/glsa/glsa-200503-21.xml')
-rw-r--r-- | metadata/glsa/glsa-200503-21.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200503-21.xml b/metadata/glsa/glsa-200503-21.xml new file mode 100644 index 000000000000..74312893335e --- /dev/null +++ b/metadata/glsa/glsa-200503-21.xml @@ -0,0 +1,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> |