diff options
Diffstat (limited to 'metadata/glsa/glsa-200501-30.xml')
-rw-r--r-- | metadata/glsa/glsa-200501-30.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200501-30.xml b/metadata/glsa/glsa-200501-30.xml new file mode 100644 index 000000000000..bf869dd105a3 --- /dev/null +++ b/metadata/glsa/glsa-200501-30.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200501-30"> + <title>CUPS: Stack overflow in included Xpdf code</title> + <synopsis> + CUPS includes Xpdf code and therefore is vulnerable to the recent stack + overflow issue, potentially resulting in the remote execution of arbitrary + code. + </synopsis> + <product type="ebuild">CUPS</product> + <announced>2005-01-22</announced> + <revised count="01">2005-01-22</revised> + <bug>78249</bug> + <access>remote</access> + <affected> + <package name="net-print/cups" auto="yes" arch="*"> + <unaffected range="ge">1.1.23-r1</unaffected> + <vulnerable range="lt">1.1.23-r1</vulnerable> + </package> + </affected> + <background> + <p> + The Common UNIX Printing System (CUPS) is a cross-platform print + spooler. It makes use of Xpdf code to handle PDF files. + </p> + </background> + <description> + <p> + The Decrypt::makeFileKey2 function in Xpdf's Decrypt.cc + insufficiently checks boundaries when processing /Encrypt /Length tags + in PDF files (GLSA 200501-28). + </p> + </description> + <impact type="normal"> + <p> + This issue could be exploited by a remote attacker to execute + arbitrary code by sending a malicious print job to a CUPS spooler. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All CUPS users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-print/cups-1.1.23-r1"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0064">CAN-2005-0064</uri> + <uri link="https://www.gentoo.org/security/en/glsa/glsa-200501-28.xml">GLSA 200501-28</uri> + </references> + <metadata tag="submitter" timestamp="2005-01-21T20:52:56Z"> + koon + </metadata> + <metadata tag="bugReady" timestamp="2005-01-21T20:53:07Z"> + koon + </metadata> +</glsa> |