blob: b6632aa6528802a88d9ece6eddcfa0620ba544f1 (
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="200510-06">
<title>Dia: Arbitrary code execution through SVG import</title>
<synopsis>
Improperly sanitised data in Dia allows remote attackers to execute
arbitrary code.
</synopsis>
<product type="ebuild">dia</product>
<announced>October 06, 2005</announced>
<revised>October 06, 2005: 01</revised>
<bug>107916</bug>
<access>remote</access>
<affected>
<package name="app-office/dia" auto="yes" arch="*">
<unaffected range="ge">0.94-r3</unaffected>
<vulnerable range="lt">0.94-r3</vulnerable>
</package>
</affected>
<background>
<p>
Dia is a gtk+ based diagram creation program released under the
GPL license.
</p>
</background>
<description>
<p>
Joxean Koret discovered that the SVG import plugin in Dia fails to
properly sanitise data read from an SVG file.
</p>
</description>
<impact type="normal">
<p>
An attacker could create a specially crafted SVG file, which, when
imported into Dia, could lead to the execution of arbitrary code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Dia users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-office/dia-0.94-r3"</code>
</resolution>
<references>
<uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2966">CAN-2005-2966</uri>
</references>
<metadata tag="requester" timestamp="Tue, 04 Oct 2005 12:58:56 +0000">
koon
</metadata>
<metadata tag="submitter" timestamp="Tue, 04 Oct 2005 18:51:11 +0000">
adir
</metadata>
<metadata tag="bugReady" timestamp="Wed, 05 Oct 2005 07:39:21 +0000">
koon
</metadata>
</glsa>
|