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-200604-10.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-200604-10.xml')
-rw-r--r-- | metadata/glsa/glsa-200604-10.xml | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200604-10.xml b/metadata/glsa/glsa-200604-10.xml new file mode 100644 index 000000000000..a76b8b180314 --- /dev/null +++ b/metadata/glsa/glsa-200604-10.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200604-10"> + <title>zgv, xzgv: Heap overflow</title> + <synopsis> + xzgv and zgv attempt to decode JPEG images within the CMYK/YCCK colour + space incorrectly, potentially resulting in the execution of arbitrary + code. + </synopsis> + <product type="ebuild">xzgv</product> + <announced>April 21, 2006</announced> + <revised>June 10, 2006: 02</revised> + <bug>127008</bug> + <access>remote</access> + <affected> + <package name="media-gfx/xzgv" auto="yes" arch="*"> + <unaffected range="ge">0.8-r2</unaffected> + <vulnerable range="lt">0.8-r2</vulnerable> + </package> + <package name="media-gfx/zgv" auto="yes" arch="*"> + <unaffected range="ge">5.9</unaffected> + <vulnerable range="lt">5.9</vulnerable> + </package> + </affected> + <background> + <p> + xzgv and zgv are picture viewing utilities with a thumbnail based file + selector. + </p> + </background> + <description> + <p> + Andrea Barisani of Gentoo Linux discovered xzgv and zgv allocate + insufficient memory when rendering images with more than 3 output + components, such as images using the YCCK or CMYK colour space. When + xzgv or zgv attempt to render the image, data from the image overruns a + heap allocated buffer. + </p> + </description> + <impact type="normal"> + <p> + An attacker may be able to construct a malicious image that executes + arbitrary code with the permissions of the xzgv or zgv user when + attempting to render the image. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All xzgv users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/xzgv-0.8-r2"</code> + <p> + All zgv users should also upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/zgv-5.9"</code> + </resolution> + <references> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1060">CVE-2006-1060</uri> + <uri link="http://www.svgalib.org/rus/zgv/">homepage plus Changelog</uri> + </references> + <metadata tag="requester" timestamp="Fri, 07 Apr 2006 14:45:12 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Fri, 14 Apr 2006 20:39:46 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Thu, 20 Apr 2006 16:13:24 +0000"> + taviso + </metadata> +</glsa> |