diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200609-06.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200609-06.xml')
-rw-r--r-- | metadata/glsa/glsa-200609-06.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200609-06.xml b/metadata/glsa/glsa-200609-06.xml new file mode 100644 index 000000000000..a7ef86029435 --- /dev/null +++ b/metadata/glsa/glsa-200609-06.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200609-06"> + <title>AdPlug: Multiple vulnerabilities</title> + <synopsis> + Multiple heap and buffer overflows exist in AdPlug. + </synopsis> + <product type="ebuild">adplug</product> + <announced>September 12, 2006</announced> + <revised>September 12, 2006: 01</revised> + <bug>139593</bug> + <access>local</access> + <affected> + <package name="media-libs/adplug" auto="yes" arch="*"> + <unaffected range="ge">2.0.1</unaffected> + <vulnerable range="lt">2.0.1</vulnerable> + </package> + </affected> + <background> + <p> + AdPlug is a free, cross-platform, and hardware-independent AdLib sound + player library. + </p> + </background> + <description> + <p> + AdPlug is vulnerable to buffer and heap overflows when processing the + following types of files: CFF, MTK, DMO, U6M, DTM, and S3M. + </p> + </description> + <impact type="normal"> + <p> + By enticing a user to load a specially crafted file, an attacker could + execute arbitrary code with the privileges of the user running AdPlug. + </p> + </impact> + <workaround> + <p> + There are no known workarounds at this time. + </p> + </workaround> + <resolution> + <p> + All AdPlug users should update to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/adplug-2.0.1"</code> + </resolution> + <references> + <uri link="http://www.securityfocus.com/archive/1/439432/30/0/threaded">BugTraq Announcement</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3581">CVE-2006-3581</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3582">CVE-2006-3582</uri> + </references> + <metadata tag="requester" timestamp="Wed, 06 Sep 2006 14:38:47 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Wed, 06 Sep 2006 23:03:51 +0000"> + hlieberman + </metadata> + <metadata tag="bugReady" timestamp="Tue, 12 Sep 2006 00:51:08 +0000"> + hlieberman + </metadata> +</glsa> |