blob: 61ccc8d7a0f51ba11b1cc64486bdc2444f7ba355 (
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
66
67
68
69
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200606-04">
<title>Tor: Several vulnerabilities</title>
<synopsis>
Tor is vulnerable to a possible buffer overflow, a Denial of Service,
information disclosure and information leak.
</synopsis>
<product type="ebuild">tor</product>
<announced>2006-06-07</announced>
<revised count="02">2006-09-05</revised>
<bug>134329</bug>
<access>remote</access>
<affected>
<package name="net-misc/tor" auto="yes" arch="*">
<unaffected range="ge">0.1.1.20</unaffected>
<unaffected range="rge">0.1.0.18</unaffected>
<vulnerable range="lt">0.1.1.20</vulnerable>
</package>
</affected>
<background>
<p>
Tor is an implementation of second generation Onion Routing, a
connection-oriented anonymizing communication service.
</p>
</background>
<description>
<p>
Some integer overflows exist when adding elements to the smartlists.
Non-printable characters received from the network are not properly
sanitised before being logged. There are additional unspecified bugs in
the directory server and in the internal circuits.
</p>
</description>
<impact type="normal">
<p>
The possible buffer overflow may allow a remote attacker to execute
arbitrary code on the server by sending large inputs. The other
vulnerabilities can lead to a Denial of Service, a lack of logged
information, or some information disclosure.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Tor users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose net-misc/tor</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0414">CVE-2006-0414</uri>
<uri link="https://tor.eff.org/cvs/tor/ChangeLog">Tor ChangeLog</uri>
</references>
<metadata tag="requester" timestamp="2006-06-01T07:05:28Z">
falco
</metadata>
<metadata tag="submitter" timestamp="2006-06-01T17:37:03Z">
falco
</metadata>
<metadata tag="bugReady" timestamp="2006-06-05T17:15:10Z">
falco
</metadata>
</glsa>
|