blob: a3b9a35bea1e8173029c215ba7c6f36204d5fea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200708-16">
<title>Qt: Multiple format string vulnerabilities</title>
<synopsis>
Format string vulnerabilities in Qt 3 may lead to the remote execution of
arbitrary code in some Qt applications.
</synopsis>
<product type="ebuild">qt</product>
<announced>2007-08-22</announced>
<revised count="01">2007-08-22</revised>
<bug>185446</bug>
<access>remote, local</access>
<affected>
<package name="x11-libs/qt" auto="yes" arch="*">
<unaffected range="ge">3.3.8-r3</unaffected>
<vulnerable range="lt">3.3.8-r3</vulnerable>
</package>
</affected>
<background>
<p>
Qt is a cross-platform GUI framework, which is used e.g. by KDE.
</p>
</background>
<description>
<p>
Tim Brown of Portcullis Computer Security Ltd and Dirk Mueller of KDE
reported multiple format string errors in qWarning() calls in files
qtextedit.cpp, qdatatable.cpp, qsqldatabase.cpp, qsqlindex.cpp,
qsqlrecord.cpp, qglobal.cpp, and qsvgdevice.cpp.
</p>
</description>
<impact type="normal">
<p>
An attacker could trigger one of the vulnerabilities by causing a Qt
application to parse specially crafted text, which may lead to the
execution of arbitrary code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Qt 3 users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "=x11-libs/qt-3*"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3388">CVE-2007-3388</uri>
</references>
<metadata tag="requester" timestamp="2007-08-15T17:25:28Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2007-08-15T17:25:45Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2007-08-19T22:38:33Z">
falco
</metadata>
</glsa>
|