Gentoo Archives: gentoo-commits

From: "Pierre-Yves Rofes (py)" <py@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200711-08.xml
Date: Wed, 07 Nov 2007 20:03:44
Message-Id: E1Ipr7i-0003ad-Eq@stork.gentoo.org
1 py 07/11/07 20:03:38
2
3 Added: glsa-200711-08.xml
4 Log:
5 GLSA 200711-08
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200711-08.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200711-08.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200711-08.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200711-08.xml
14 ===================================================================
15 <?xml version="1.0" encoding="utf-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19
20 <glsa id="200711-08">
21 <title>libpng: Multiple Denials of Service</title>
22 <synopsis>
23 Several vulnerabilities in libpng may allow a remote attacker to crash
24 applications that handle untrusted images.
25 </synopsis>
26 <product type="ebuild">libpng</product>
27 <announced>November 07, 2007</announced>
28 <revised>November 07, 2007: 01</revised>
29 <bug>195261</bug>
30 <access>remote</access>
31 <affected>
32 <package name="media-libs/libpng" auto="yes" arch="*">
33 <unaffected range="ge">1.2.21-r3</unaffected>
34 <vulnerable range="lt">1.2.21-r3</vulnerable>
35 </package>
36 </affected>
37 <background>
38 <p>
39 libpng is a free ANSI C library used to process and manipulate PNG
40 images.
41 </p>
42 </background>
43 <description>
44 <p>
45 An off-by-one error when handling ICC profile chunks in the
46 png_set_iCCP() function was discovered (CVE-2007-5266). George Cook and
47 Jeff Phillips reported several errors in pngrtran.c, the use of logical
48 instead of a bitwise functions and incorrect comparisons
49 (CVE-2007-5268). Tavis Ormandy reported out-of-bounds read errors in
50 several PNG chunk handling functions (CVE-2007-5269).
51 </p>
52 </description>
53 <impact type="normal">
54 <p>
55 A remote attacker could craft an image that when processed or viewed by
56 an application using libpng would cause the application to terminate
57 abnormally.
58 </p>
59 </impact>
60 <workaround>
61 <p>
62 There is no known workaround at this time.
63 </p>
64 </workaround>
65 <resolution>
66 <p>
67 All libpng users should upgrade to the latest version:
68 </p>
69 <code>
70 # emerge --sync
71 # emerge --ask --oneshot --verbose &quot;&gt;=media-libs/libpng-1.2.21-r3&quot;</code>
72 </resolution>
73 <references>
74 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5266">CVE-2007-5266</uri>
75 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5268">CVE-2007-5268</uri>
76 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5269">CVE-2007-5269</uri>
77 </references>
78 <metadata tag="requester" timestamp="Sat, 20 Oct 2007 09:57:33 +0000">
79 p-y
80 </metadata>
81 <metadata tag="bugReady" timestamp="Sat, 20 Oct 2007 09:57:41 +0000">
82 p-y
83 </metadata>
84 <metadata tag="submitter" timestamp="Fri, 26 Oct 2007 00:26:03 +0000">
85 rbu
86 </metadata>
87 </glsa>
88
89
90
91 --
92 gentoo-commits@g.o mailing list