blob: 23297139f3b32ec342a7c2dc786f4bb89ad1246b (
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="200501-11">
<title>Dillo: Format string vulnerability</title>
<synopsis>
Dillo is vulnerable to a format string bug, which may result in the
execution of arbitrary code.
</synopsis>
<product type="ebuild">Dillo</product>
<announced>2005-01-09</announced>
<revised count="01">2005-01-09</revised>
<bug>76665</bug>
<access>remote</access>
<affected>
<package name="www-client/dillo" auto="yes" arch="*">
<unaffected range="ge">0.8.3-r4</unaffected>
<vulnerable range="lt">0.8.3-r4</vulnerable>
</package>
</affected>
<background>
<p>
Dillo is a small and fast multi-platform web browser based on
GTK+.
</p>
</background>
<description>
<p>
Gentoo Linux developer Tavis Ormandy found a format string bug in
Dillo's handling of messages in a_Interface_msg().
</p>
</description>
<impact type="normal">
<p>
An attacker could craft a malicious web page which, when accessed
using Dillo, would trigger the format string vulnerability and
potentially execute arbitrary code with the rights of the user running
Dillo.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Dillo users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-client/dillo-0.8.3-r4"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0012">CAN-2005-0012</uri>
</references>
<metadata tag="requester" timestamp="2005-01-07T15:41:51Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-01-09T17:56:03Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-01-09T18:39:04Z">
koon
</metadata>
</glsa>
|