diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200607-07.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200607-07.xml')
-rw-r--r-- | glsa-200607-07.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/glsa-200607-07.xml b/glsa-200607-07.xml new file mode 100644 index 00000000..fffeb17b --- /dev/null +++ b/glsa-200607-07.xml @@ -0,0 +1,67 @@ +<?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-07"> + <title>xine-lib: Buffer overflow</title> + <synopsis> + A buffer overflow has been found in the libmms library shipped with + xine-lib, potentially resulting in the execution of arbitrary code. + </synopsis> + <product type="ebuild">xine-lib</product> + <announced>July 20, 2006</announced> + <revised>July 20, 2006: 01</revised> + <bug>139319</bug> + <access>remote</access> + <affected> + <package name="media-libs/xine-lib" auto="yes" arch="*"> + <unaffected range="ge">1.1.2-r2</unaffected> + <vulnerable range="lt">1.1.2-r2</vulnerable> + </package> + </affected> + <background> + <p> + xine-lib is the core library of xine, a multimedia player. + </p> + </background> + <description> + <p> + There is a stack based overflow in the libmms library included with + xine-lib which can be triggered by malicious use of the send_command, + string_utf16, get_data and get_media_packet functions. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could design a malicious media file that would + trigger the overflow, potentially resulting in the execution of + arbitrary code. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All xine-lib users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/xine-lib-1.1.2-r2"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2200">CVE-2006-2200</uri> + </references> + <metadata tag="requester" timestamp="Wed, 12 Jul 2006 17:17:02 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Wed, 12 Jul 2006 20:18:19 +0000"> + daxomatic + </metadata> + <metadata tag="bugReady" timestamp="Mon, 17 Jul 2006 16:55:34 +0000"> + koon + </metadata> +</glsa> |