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-200409-07.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-200409-07.xml')
-rw-r--r-- | metadata/glsa/glsa-200409-07.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200409-07.xml b/metadata/glsa/glsa-200409-07.xml new file mode 100644 index 000000000000..e2c9d3bbab27 --- /dev/null +++ b/metadata/glsa/glsa-200409-07.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200409-07"> + <title>xv: Buffer overflows in image handling</title> + <synopsis> + xv contains multiple exploitable buffer overflows in the image handling + code. + </synopsis> + <product type="ebuild">xv</product> + <announced>September 03, 2004</announced> + <revised>September 03, 2004: 01</revised> + <bug>61619</bug> + <access>remote</access> + <affected> + <package name="media-gfx/xv" auto="yes" arch="*"> + <unaffected range="ge">3.10a-r7</unaffected> + <vulnerable range="lt">3.10a-r7</vulnerable> + </package> + </affected> + <background> + <p> + xv is a multi-format image manipulation utility. + </p> + </background> + <description> + <p> + Multiple buffer overflow and integer handling vulnerabilities have been + discovered in xv's image processing code. These vulnerabilities have been + found in the xvbmp.c, xviris.c, xvpcx.c and xvpm.c source files. + </p> + </description> + <impact type="normal"> + <p> + An attacker might be able to embed malicious code into an image, which + would lead to the execution of arbitrary code under the privileges of the + user viewing the image. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All xv users should upgrade to the latest stable version: + </p> + <code> + # emerge sync + + # emerge -pv ">=media-gfx/xv-3.10a-r7" + # emerge ">=media-gfx/xv-3.10a-r7"</code> + </resolution> + <references> + <uri link="http://www.securityfocus.com/archive/1/372345/2004-08-15/2004-08-21/0">BugTraq Advisory</uri> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0802">CAN-2004-0802</uri> + </references> + <metadata tag="requester" timestamp="Thu, 2 Sep 2004 20:38:02 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Thu, 2 Sep 2004 23:57:51 +0000"> + lewk + </metadata> +</glsa> |