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-200702-11.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200702-11.xml')
-rw-r--r-- | glsa-200702-11.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/glsa-200702-11.xml b/glsa-200702-11.xml new file mode 100644 index 00000000..d6ea4e34 --- /dev/null +++ b/glsa-200702-11.xml @@ -0,0 +1,68 @@ +<?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="200702-11"> + <title>MPlayer: Buffer overflow</title> + <synopsis> + A buffer overflow was found in MPlayer's RTSP plugin that could lead to a + Denial of Service or arbitrary code execution. + </synopsis> + <product type="ebuild">MPlayer</product> + <announced>February 27, 2007</announced> + <revised>February 27, 2007: 01</revised> + <bug>159727</bug> + <access>remote</access> + <affected> + <package name="media-video/mplayer" auto="yes" arch="*"> + <unaffected range="ge">1.0_rc1-r2</unaffected> + <vulnerable range="lt">1.0_rc1-r2</vulnerable> + </package> + </affected> + <background> + <p> + MPlayer is a media player capable of playing multiple media formats. + </p> + </background> + <description> + <p> + When checking for matching asm rules in the asmrp.c code, the results + are stored in a fixed-size array without boundary checks which may + allow a buffer overflow. + </p> + </description> + <impact type="normal"> + <p> + An attacker can entice a user to connect to a manipulated RTSP server + resulting in a Denial of Service and possibly execution of arbitrary + code. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All MPlayer users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-video/mplayer-1.0_rc1-r2"</code> + </resolution> + <references> + <uri link="http://www.mplayerhq.hu/design7/news.html#vuln14">Original Advisory</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6172">CVE-2006-6172</uri> + </references> + <metadata tag="requester" timestamp="Mon, 12 Feb 2007 12:10:45 +0000"> + falco + </metadata> + <metadata tag="submitter" timestamp="Tue, 13 Feb 2007 11:54:03 +0000"> + daxomatic + </metadata> + <metadata tag="bugReady" timestamp="Tue, 13 Feb 2007 12:06:52 +0000"> + falco + </metadata> +</glsa> |