Gentoo Archives: gentoo-commits

From: "Raphael Marichez (falco)" <falco@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200710-28.xml
Date: Thu, 25 Oct 2007 21:48:13
Message-Id: E1IlAYX-0008S5-Va@stork.gentoo.org
1 falco 07/10/25 21:47:57
2
3 Added: glsa-200710-28.xml
4 Log:
5 GLSA 200710-28
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200710-28.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200710-28.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200710-28.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200710-28.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="200710-28">
21 <title>Qt: Buffer overflow</title>
22 <synopsis>
23 An off-by-one vulnerability has been discovered in Qt, possibly resulting
24 in the execution of arbitrary code.
25 </synopsis>
26 <product type="ebuild">qt</product>
27 <announced>October 25, 2007</announced>
28 <revised>October 25, 2007: 01</revised>
29 <bug>192472</bug>
30 <access>remote</access>
31 <affected>
32 <package name="x11-libs/qt" auto="yes" arch="*">
33 <unaffected range="ge">3.3.8-r4</unaffected>
34 <vulnerable range="lt">3.3.8-r4</vulnerable>
35 </package>
36 </affected>
37 <background>
38 <p>
39 Qt is a cross-platform GUI framework, which is used e.g. by KDE.
40 </p>
41 </background>
42 <description>
43 <p>
44 Dirk Mueller from the KDE development team discovered a boundary error
45 in file qutfcodec.cpp when processing Unicode strings.
46 </p>
47 </description>
48 <impact type="normal">
49 <p>
50 A remote attacker could send a specially crafted Unicode string to a
51 vulnerable Qt application, possibly resulting in the remote execution
52 of arbitrary code with the privileges of the user running the
53 application. Note that the boundary error is present but reported to be
54 not exploitable in 4.x series.
55 </p>
56 </impact>
57 <workaround>
58 <p>
59 There is no known workaround at this time.
60 </p>
61 </workaround>
62 <resolution>
63 <p>
64 All Qt 3.x users should upgrade to the latest version:
65 </p>
66 <code>
67 # emerge --sync
68 # emerge --ask --oneshot --verbose &quot;&gt;=x11-libs/qt-3.3.8-r4&quot;</code>
69 </resolution>
70 <references>
71 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4137">CVE-2007-4137</uri>
72 </references>
73 <metadata tag="requester" timestamp="Sat, 15 Sep 2007 12:11:04 +0000">
74 p-y
75 </metadata>
76 <metadata tag="submitter" timestamp="Sat, 29 Sep 2007 13:54:49 +0000">
77 p-y
78 </metadata>
79 <metadata tag="bugReady" timestamp="Sat, 29 Sep 2007 13:54:56 +0000">
80 p-y
81 </metadata>
82 </glsa>
83
84
85
86 --
87 gentoo-commits@g.o mailing list