blob: 6fb3fcb8e1b9e163a04fe585ec7f219073bda676 (
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="200607-08">
<title>GIMP: Buffer overflow</title>
<synopsis>
GIMP is prone to a buffer overflow which may lead to the execution of
arbitrary code when loading specially crafted XCF files.
</synopsis>
<product type="ebuild">gimp</product>
<announced>2006-07-23</announced>
<revised count="02">2006-07-24</revised>
<bug>139524</bug>
<access>remote</access>
<affected>
<package name="media-gfx/gimp" auto="yes" arch="*">
<unaffected range="ge">2.2.12</unaffected>
<vulnerable range="lt">2.2.12</vulnerable>
</package>
</affected>
<background>
<p>
GIMP is the GNU Image Manipulation Program. XCF is the native image
file format used by GIMP.
</p>
</background>
<description>
<p>
Henning Makholm discovered that the "xcf_load_vector()" function is
vulnerable to a buffer overflow when loading a XCF file with a large
"num_axes" value.
</p>
</description>
<impact type="normal">
<p>
An attacker could exploit this issue to execute arbitrary code by
enticing a user to open a specially crafted XCF file.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All GIMP users should update to the latest stable version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-gfx/gimp-2.2.12"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3404">CVE-2006-3404</uri>
</references>
<metadata tag="requester" timestamp="2006-07-12T17:07:39Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2006-07-12T18:38:18Z">
DerCorny
</metadata>
<metadata tag="submitter" timestamp="2006-07-12T19:27:03Z">
DerCorny
</metadata>
</glsa>
|