blob: aeda09bcb14549f80f04f9b4d6d17d1cb55fe027 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201206-20">
<title>gdk-pixbuf: Denial of Service</title>
<synopsis>Multiple vulnerabilities in gdk-pixbuf may create a Denial of
Service condition.
</synopsis>
<product type="ebuild">gdk-pixbuf</product>
<announced>2012-06-23</announced>
<revised count="1">2012-06-23</revised>
<bug>373999</bug>
<bug>412033</bug>
<access>remote</access>
<affected>
<package name="x11-libs/gdk-pixbuf" auto="yes" arch="*">
<unaffected range="ge">2.24.1-r1</unaffected>
<vulnerable range="lt">2.24.1-r1</vulnerable>
</package>
</affected>
<background>
<p>gdk-pixbuf is an image loading library for GTK+.</p>
</background>
<description>
<p>Two vulnerabilities have been found in gdk-pixbuf:</p>
<ul>
<li>The "gdk_pixbuf__gif_image_load()" function in io-gif.c fails to
properly handle certain return values from subroutines (CVE-2011-2485).
</li>
<li>The "read_bitmap_file_data()" function in io-xbm.c contains an
integer overflow error (CVE-2012-2370).
</li>
</ul>
</description>
<impact type="normal">
<p>A remote attacker could entice a user to open a specially crafted image
in an application linked against gdk-pixbuf, possibly resulting in Denial
of Service.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All gdk-pixbuf users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=x11-libs/gdk-pixbuf-2.24.1-r1"
</code>
<p>Packages which depend on this library may need to be recompiled. Tools
such as revdep-rebuild may assist in identifying some of these packages.
</p>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2485">CVE-2011-2485</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2370">CVE-2012-2370</uri>
</references>
<metadata timestamp="2011-10-07T23:37:08Z" tag="requester">
underling
</metadata>
<metadata timestamp="2012-06-23T20:11:46Z" tag="submitter">ackle</metadata>
</glsa>
|