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-200904-19.xml
Date: Sun, 19 Apr 2009 15:40:52
Message-Id: E1LvZ8U-0006Wm-5u@stork.gentoo.org
1 py 09/04/19 15:40:50
2
3 Added: glsa-200904-19.xml
4 Log:
5 GLSA 200904-19
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200904-19.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200904-19.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200904-19.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200904-19.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="200904-19">
21 <title>LittleCMS: Multiple vulnerabilities</title>
22 <synopsis>
23 Multiple errors in LittleCMS allow for attacks including the remote
24 execution of arbitrary code.
25 </synopsis>
26 <product type="ebuild">littlecms</product>
27 <announced>April 19, 2009</announced>
28 <revised>April 19, 2009: 01</revised>
29 <bug>260269</bug>
30 <bug>264604</bug>
31 <access>remote</access>
32 <affected>
33 <package name="media-libs/lcms" auto="yes" arch="*">
34 <unaffected range="ge">1.18-r1</unaffected>
35 <vulnerable range="lt">1.18-r1</vulnerable>
36 </package>
37 </affected>
38 <background>
39 <p>
40 LittleCMS, or short lcms, is a color management system for working with
41 ICC profiles. It is used by many applications including GIMP and
42 Firefox.
43 </p>
44 </background>
45 <description>
46 <p>
47 RedHat reported a null-pointer dereference flaw while processing
48 monochrome ICC profiles (CVE-2009-0793).
49 </p>
50 <p>
51 Chris Evans of Google discovered the following vulnerabilities:
52 </p>
53 <ul>
54 <li>LittleCMS contains severe memory leaks (CVE-2009-0581).</li>
55 <li>LittleCMS is prone to multiple integer overflows, leading to a
56 heap-based buffer overflow (CVE-2009-0723).</li>
57 <li>The
58 ReadSetOfCurves() function is vulnerable to stack-based buffer
59 overflows when called from code paths without a bounds check on channel
60 counts (CVE-2009-0733).</li>
61 </ul>
62 </description>
63 <impact type="normal">
64 <p>
65 A remote attacker could entice a user or automated system to open a
66 specially crafted file containing a malicious ICC profile, possibly
67 resulting in the execution of arbitrary code with the privileges of the
68 user running the application or memory exhaustion, leading to a Denial
69 of Service condition.
70 </p>
71 </impact>
72 <workaround>
73 <p>
74 There is no known workaround at this time.
75 </p>
76 </workaround>
77 <resolution>
78 <p>
79 All LittleCMS users should upgrade to the latest version:
80 </p>
81 <code>
82 # emerge --sync
83 # emerge --ask --oneshot --verbose &quot;&gt;=media-libs/lcms-1.18-r1&quot;</code>
84 </resolution>
85 <references>
86 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0581">CVE-2009-0581</uri>
87 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0723">CVE-2009-0723</uri>
88 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0733">CVE-2009-0733</uri>
89 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0793">CVE-2009-0793</uri>
90 </references>
91 <metadata tag="requester" timestamp="Sun, 12 Apr 2009 15:32:46 +0000">
92 rbu
93 </metadata>
94 <metadata tag="submitter" timestamp="Sat, 18 Apr 2009 22:41:26 +0000">
95 a3li
96 </metadata>
97 <metadata tag="bugReady" timestamp="Sun, 19 Apr 2009 12:36:20 +0000">
98 a3li
99 </metadata>
100 </glsa>