diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200605-14.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-200605-14.xml')
-rw-r--r-- | metadata/glsa/glsa-200605-14.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200605-14.xml b/metadata/glsa/glsa-200605-14.xml new file mode 100644 index 000000000000..e9a385c4a1ce --- /dev/null +++ b/metadata/glsa/glsa-200605-14.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200605-14"> + <title>libextractor: Two heap-based buffer overflows</title> + <synopsis> + libextractor is vulnerable to two heap overflow vulnerabilities which could + lead to the execution of arbitrary code. + </synopsis> + <product type="ebuild">libextractor</product> + <announced>May 21, 2006</announced> + <revised>May 21, 2006: 01</revised> + <bug>133570</bug> + <access>remote</access> + <affected> + <package name="media-libs/libextractor" auto="yes" arch="*"> + <unaffected range="ge">0.5.14</unaffected> + <vulnerable range="lt">0.5.14</vulnerable> + </package> + </affected> + <background> + <p> + libextractor is a library used to extract metadata from arbitrary + files. + </p> + </background> + <description> + <p> + Luigi Auriemma has found two heap-based buffer overflows in + libextractor 0.5.13 and earlier: one of them occurs in the + asf_read_header function in the ASF plugin, and the other occurs in the + parse_trak_atom function in the Qt plugin. + </p> + </description> + <impact type="normal"> + <p> + By enticing a user to open a malformed file using an application + that employs libextractor and its ASF or Qt plugins, an attacker could + execute arbitrary code in the context of the application running the + affected library. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All libextractor users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/libextractor-0.5.14"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2458">CVE-2006-2458</uri> + <uri link="http://aluigi.altervista.org/adv/libextho-adv.txt">Original advisory</uri> + </references> + <metadata tag="requester" timestamp="Fri, 19 May 2006 13:49:39 +0000"> + DerCorny + </metadata> + <metadata tag="bugReady" timestamp="Fri, 19 May 2006 13:49:51 +0000"> + DerCorny + </metadata> + <metadata tag="submitter" timestamp="Fri, 19 May 2006 16:16:14 +0000"> + falco + </metadata> +</glsa> |