blob: 48768ef296064f09abd1ff9f333ed168a6325c59 (
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="200701-05">
<title>KDE kfile JPEG info plugin: Denial of Service</title>
<synopsis>
The KDE kfile JPEG info plugin of kdegraphics could enter an endless loop
leading to a Denial of Service.
</synopsis>
<product type="ebuild">kdegraphics-kfile-plugins</product>
<announced>2007-01-12</announced>
<revised count="01">2007-01-12</revised>
<bug>155949</bug>
<access>remote</access>
<affected>
<package name="kde-base/kdegraphics-kfile-plugins" auto="yes" arch="*">
<unaffected range="ge">3.5.5-r1</unaffected>
<vulnerable range="lt">3.5.5-r1</vulnerable>
</package>
</affected>
<background>
<p>
The KDE kfile-info JPEG plugin provides meta-information about JPEG
files.
</p>
</background>
<description>
<p>
Marcus Meissner of the SUSE security team discovered a stack overflow
vulnerability in the code processing EXIF information in the kfile JPEG
info plugin.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could entice a user to view a specially crafted JPEG
image with a KDE application like Konqueror or digiKam, leading to a
Denial of Service by an infinite recursion.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All KDE users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=kde-base/kdegraphics-kfile-plugins-3.5.5-r1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6297">CVE-2006-6297</uri>
</references>
<metadata tag="requester" timestamp="2006-12-22T08:45:31Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2006-12-28T16:52:12Z">
falco
</metadata>
<metadata tag="bugReady" timestamp="2007-01-12T13:14:10Z">
falco
</metadata>
</glsa>
|