blob: 68c4067fd3fac0b00c03205326ed0f1ef981041b (
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200511-14">
<title>GTK+ 2, GdkPixbuf: Multiple XPM decoding vulnerabilities</title>
<synopsis>
The GdkPixbuf library, that is also included in GTK+ 2, contains
vulnerabilities that could lead to a Denial of Service or the execution of
arbitrary code.
</synopsis>
<product type="ebuild">gtk+</product>
<announced>2005-11-16</announced>
<revised count="01">2005-11-16</revised>
<bug>112608</bug>
<access>remote</access>
<affected>
<package name="x11-libs/gtk+" auto="yes" arch="*">
<unaffected range="ge">2.8.6-r1</unaffected>
<unaffected range="rge">2.6.10-r1</unaffected>
<unaffected range="lt">2.0</unaffected>
<vulnerable range="lt">2.8.6-r1</vulnerable>
</package>
<package name="media-libs/gdk-pixbuf" auto="yes" arch="*">
<unaffected range="ge">0.22.0-r5</unaffected>
<vulnerable range="lt">0.22.0-r5</vulnerable>
</package>
</affected>
<background>
<p>
GTK+ (the GIMP Toolkit) is a toolkit for creating graphical user
interfaces. The GdkPixbuf library provides facilities for image
handling. It is available as a standalone library and also packaged
with GTK+ 2.
</p>
</background>
<description>
<p>
iDEFENSE reported a possible heap overflow in the XPM loader
(CVE-2005-3186). Upon further inspection, Ludwig Nussel discovered two
additional issues in the XPM processing functions : an integer overflow
(CVE-2005-2976) that affects only gdk-pixbuf, and an infinite loop
(CVE-2005-2975).
</p>
</description>
<impact type="normal">
<p>
Using a specially crafted XPM image an attacker could cause an
affected application to enter an infinite loop or trigger the
overflows, potentially allowing the execution of arbitrary code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All GTK+ 2 users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose x11-libs/gtk+</code>
<p>
All GdkPixbuf users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-libs/gdk-pixbuf-0.22.0-r5"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2975">CVE-2005-2975</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2976">CVE-2005-2976</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3186">CVE-2005-3186</uri>
<uri link="http://www.idefense.com/application/poi/display?id=339&type=vulnerabilities">iDefense Security Advisory 11.15.05</uri>
</references>
<metadata tag="submitter" timestamp="2005-11-14T14:55:40Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-11-16T12:54:54Z">
koon
</metadata>
</glsa>
|