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-200408-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-200408-14.xml')
-rw-r--r-- | metadata/glsa/glsa-200408-14.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200408-14.xml b/metadata/glsa/glsa-200408-14.xml new file mode 100644 index 000000000000..2512942ac04f --- /dev/null +++ b/metadata/glsa/glsa-200408-14.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200408-14"> + <title>acroread: UUDecode filename buffer overflow</title> + <synopsis> + acroread contains two errors in the handling of UUEncoded filenames that + may lead to execution of arbitrary code or programs. + </synopsis> + <product type="ebuild">acroread</product> + <announced>August 15, 2004</announced> + <revised>May 22, 2006: 03</revised> + <bug>60205</bug> + <access>remote</access> + <affected> + <package name="app-text/acroread" auto="yes" arch="*"> + <unaffected range="ge">5.09</unaffected> + <vulnerable range="le">5.08</vulnerable> + </package> + </affected> + <background> + <p> + acroread is Adobe's Acrobat PDF reader for Linux. + </p> + </background> + <description> + <p> + acroread contains two errors in the handling of UUEncoded filenames. + First, it fails to check the length of a filename before copying it + into a fixed size buffer and, secondly, it fails to check for the + backtick shell metacharacter in the filename before executing a command + with a shell. + </p> + </description> + <impact type="normal"> + <p> + By enticing a user to open a PDF with a specially crafted filename, an + attacker could execute arbitrary code or programs with the permissions + of the user running acroread. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are encouraged to + upgrade to the latest available version of acroread. + </p> + </workaround> + <resolution> + <p> + All acroread users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=app-text/acroread-5.09" + # emerge ">=app-text/acroread-5.09"</code> + </resolution> + <references> + <uri link="http://idefense.com/application/poi/display?id=124&type=vulnerabilities">iDEFENSE Advisory 124</uri> + <uri link="http://idefense.com/application/poi/display?id=125&type=vulnerabilities">iDEFENSE Advisory 125</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0630">CVE-2004-0630</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0631">CVE-2004-0631</uri> + </references> + <metadata tag="submitter" timestamp="Sat, 14 Aug 2004 07:56:36 +0000"> + jaervosz + </metadata> +</glsa> |