diff options
Diffstat (limited to 'metadata/glsa/glsa-200708-16.xml')
-rw-r--r-- | metadata/glsa/glsa-200708-16.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200708-16.xml b/metadata/glsa/glsa-200708-16.xml new file mode 100644 index 000000000000..a3b9a35bea1e --- /dev/null +++ b/metadata/glsa/glsa-200708-16.xml @@ -0,0 +1,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> |