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-200803-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-200803-14.xml')
-rw-r--r-- | metadata/glsa/glsa-200803-14.xml | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200803-14.xml b/metadata/glsa/glsa-200803-14.xml new file mode 100644 index 000000000000..d4d298076ece --- /dev/null +++ b/metadata/glsa/glsa-200803-14.xml @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200803-14"> + <title>Ghostscript: Buffer overflow</title> + <synopsis> + A stack-based buffer overflow has been discovered in Ghostscript, allowing + arbitrary code execution. + </synopsis> + <product type="ebuild">ghostscript</product> + <announced>March 08, 2008</announced> + <revised>March 08, 2008: 01</revised> + <bug>208999</bug> + <access>remote</access> + <affected> + <package name="app-text/ghostscript-esp" auto="yes" arch="*"> + <unaffected range="ge">8.15.4-r1</unaffected> + <vulnerable range="lt">8.15.4-r1</vulnerable> + </package> + <package name="app-text/ghostscript-gpl" auto="yes" arch="*"> + <unaffected range="ge">8.61-r3</unaffected> + <vulnerable range="lt">8.61-r3</vulnerable> + </package> + <package name="app-text/ghostscript-gnu" auto="yes" arch="*"> + <unaffected range="ge">8.60.0-r2</unaffected> + <vulnerable range="lt">8.60.0-r2</vulnerable> + </package> + </affected> + <background> + <p> + Ghostscript is a suite of software based on an interpreter for + PostScript and PDF. + </p> + </background> + <description> + <p> + Chris Evans (Google Security) discovered a stack-based buffer overflow + within the zseticcspace() function in the file zicc.c when processing a + PostScript file containing a long "Range" array in a .seticcscpate + operator. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could exploit this vulnerability by enticing a user + to open a specially crafted PostScript file, which could possibly lead + to the execution of arbitrary code or a Denial of Service. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Ghostscript ESP users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-text/ghostscript-esp-8.15.4-r1"</code> + <p> + All Ghostscript GPL users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-text/ghostscript-gpl-8.61-r3"</code> + <p> + All Ghostscript GNU users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-text/ghostscript-gnu-8.60.0-r2"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0411">CVE-2008-0411</uri> + </references> + <metadata tag="requester" timestamp="Sun, 02 Mar 2008 15:25:45 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Sun, 02 Mar 2008 15:25:54 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Wed, 05 Mar 2008 20:06:31 +0000"> + psychoschlumpf + </metadata> +</glsa> |