diff options
Diffstat (limited to 'metadata/glsa/glsa-200508-04.xml')
-rw-r--r-- | metadata/glsa/glsa-200508-04.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200508-04.xml b/metadata/glsa/glsa-200508-04.xml new file mode 100644 index 000000000000..a93ab9fe9828 --- /dev/null +++ b/metadata/glsa/glsa-200508-04.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200508-04"> + <title>Netpbm: Arbitrary code execution in pstopnm</title> + <synopsis> + The pstopnm utility, part of the Netpbm tools, contains a vulnerability + which can potentially result in the execution of arbitrary code. + </synopsis> + <product type="ebuild">Netpbm</product> + <announced>2005-08-05</announced> + <revised count="06">2009-05-28</revised> + <bug>100398</bug> + <access>remote</access> + <affected> + <package name="media-libs/netpbm" auto="yes" arch="*"> + <unaffected range="ge">10.28</unaffected> + <unaffected range="rge">10.26.32</unaffected> + <unaffected range="rge">10.26.33</unaffected> + <unaffected range="rge">10.26.42</unaffected> + <unaffected range="rge">10.26.43</unaffected> + <unaffected range="rge">10.26.44</unaffected> + <unaffected range="rge">10.26.48</unaffected> + <unaffected range="rge">10.26.49</unaffected> + <unaffected range="rge">10.26.59</unaffected> + <unaffected range="rge">10.26.61</unaffected> + <vulnerable range="lt">10.28</vulnerable> + </package> + </affected> + <background> + <p> + Netpbm is a package of 220 graphics programs and a programming + libraries, including pstopnm. pstopnm is a tool which converts + PostScript files to PNM image files. + </p> + </background> + <description> + <p> + Max Vozeler reported that pstopnm calls the GhostScript interpreter on + untrusted PostScript files without specifying the -dSAFER option, to + convert a PostScript file into a PBM, PGM, or PNM file. + </p> + </description> + <impact type="normal"> + <p> + An attacker could craft a malicious PostScript file and entice a user + to run pstopnm on it, resulting in the execution of arbitrary commands + with the permissions of the user running pstopnm. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Netpbm users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose media-libs/netpbm</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2471">CAN-2005-2471</uri> + <uri link="https://secunia.com/advisories/16184/">Secunia Advisory SA16184</uri> + </references> + <metadata tag="requester" timestamp="2005-08-02T10:10:20Z"> + koon + </metadata> + <metadata tag="submitter" timestamp="2005-08-02T11:24:11Z"> + adir + </metadata> + <metadata tag="bugReady" timestamp="2005-08-05T10:42:23Z"> + koon + </metadata> +</glsa> |