diff options
Diffstat (limited to 'metadata/glsa/glsa-200610-09.xml')
-rw-r--r-- | metadata/glsa/glsa-200610-09.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200610-09.xml b/metadata/glsa/glsa-200610-09.xml new file mode 100644 index 000000000000..1bc29ae1351b --- /dev/null +++ b/metadata/glsa/glsa-200610-09.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200610-09"> + <title>libmusicbrainz: Multiple buffer overflows</title> + <synopsis> + Multiple buffer overflows have been found in libmusicbrainz, which could + lead to a Denial of Service or possibly the execution of arbitrary code. + </synopsis> + <product type="ebuild">libmusicbrainz</product> + <announced>October 22, 2006</announced> + <revised>October 22, 2006: 01</revised> + <bug>144089</bug> + <access>remote</access> + <affected> + <package name="media-libs/musicbrainz" auto="yes" arch="*"> + <unaffected range="ge">2.1.4</unaffected> + <vulnerable range="lt">2.1.4</vulnerable> + </package> + </affected> + <background> + <p> + libmusicbrainz is a client library used to access MusicBrainz music + meta data. + </p> + </background> + <description> + <p> + Luigi Auriemma reported a possible buffer overflow in the + MBHttp::Download function of lib/http.cpp as well as several possible + buffer overflows in lib/rdfparse.c. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could be able to execute arbitrary code or cause + Denial of Service by making use of an overly long "Location" header in + an HTTP redirect message from a malicious server or a long URL in + malicious RDF feeds. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All libmusicbrainz users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/musicbrainz-2.1.4"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4197">CVE-2006-4197</uri> + </references> + <metadata tag="requester" timestamp="Wed, 18 Oct 2006 12:31:28 +0000"> + falco + </metadata> + <metadata tag="submitter" timestamp="Thu, 19 Oct 2006 20:02:01 +0000"> + vorlon078 + </metadata> + <metadata tag="bugReady" timestamp="Fri, 20 Oct 2006 14:53:09 +0000"> + DerCorny + </metadata> +</glsa> |