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-200412-21.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200412-21.xml')
-rw-r--r-- | glsa-200412-21.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/glsa-200412-21.xml b/glsa-200412-21.xml new file mode 100644 index 00000000..bfd5c69c --- /dev/null +++ b/glsa-200412-21.xml @@ -0,0 +1,74 @@ +<?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="200412-21"> + <title>MPlayer: Multiple overflows</title> + <synopsis> + Multiple overflow vulnerabilities have been found in MPlayer, potentially + resulting in remote executing of arbitrary code. + </synopsis> + <product type="ebuild">MPlayer</product> + <announced>December 20, 2004</announced> + <revised>December 20, 2004: 01</revised> + <bug>74473</bug> + <access>remote</access> + <affected> + <package name="media-video/mplayer" auto="yes" arch="*"> + <unaffected range="ge">1.0_pre5-r5</unaffected> + <vulnerable range="le">1.0_pre5-r4</vulnerable> + </package> + </affected> + <background> + <p> + MPlayer is a media player capable of handling multiple multimedia + file formats. + </p> + </background> + <description> + <p> + iDEFENSE, Ariel Berkman and the MPlayer development team found + multiple vulnerabilities in MPlayer. These include potential heap + overflows in Real RTSP and pnm streaming code, stack overflows in MMST + streaming code and multiple buffer overflows in BMP demuxer and mp3lib + code. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could craft a malicious file or design a + malicious streaming server. Using MPlayer to view this file or connect + to this server could trigger an overflow and execute + attacker-controlled 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_pre5-r5"</code> + </resolution> + <references> + <uri link="http://www.idefense.com/application/poi/display?id=168&type=vulnerabilities">iDEFENSE Advisory</uri> + <uri link="http://www.idefense.com/application/poi/display?id=167&type=vulnerabilities">iDEFENSE Advisory</uri> + <uri link="http://www.idefense.com/application/poi/display?id=166&type=vulnerabilities">iDEFENSE Advisory</uri> + <uri link="http://tigger.uic.edu/~jlongs2/holes/mplayer.txt">Ariel Berkman Advisory</uri> + </references> + <metadata tag="requester" timestamp="Sun, 19 Dec 2004 14:28:01 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Sun, 19 Dec 2004 22:01:07 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Mon, 20 Dec 2004 09:31:29 +0000"> + koon + </metadata> +</glsa> |