blob: 471b11e2345dfc4ddced021bca8d11c6aa77519c (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200311-05">
<title>Ethereal: security problems in ethereal 0.9.15</title>
<synopsis>
Ethereal is vulnerable to heap and buffer overflows in the GTP, ISAKMP,
MEGACO, and SOCKS protocol dissectors.
</synopsis>
<product type="ebuild">Ethereal</product>
<announced>2003-11-22</announced>
<revised count="01">2003-11-22</revised>
<bug>32691</bug>
<access>remote</access>
<affected>
<package name="net-analyzer/ethereal" auto="yes" arch="*">
<unaffected range="ge">0.9.16</unaffected>
<vulnerable range="lt">0.9.16</vulnerable>
</package>
</affected>
<background>
<p>
Ethereal is a popular network protocol analyzer.
</p>
</background>
<description>
<p>
Ethereal contains buffer overflow vulnerabilities in the GTP, ISAKMP, and
MEGACO protocol dissectors, and a heap overflow vulnerability in the SOCKS
protocol dissector, which could cause Ethereal to crash or to execute
arbitrary code.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could craft a malformed packet which would cause Ethereal
to crash or run arbitrary code with the permissions of the user running
Ethereal.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time, other than to disable the GTP,
ISAKMP, MEGACO, and SOCKS protocol dissectors.
</p>
</workaround>
<resolution>
<p>
It is recommended that all Gentoo Linux users who are running
net-analyzer/ethereal 0.9.x upgrade:
</p>
<code>
# emerge sync
# emerge -pv '>=net-analyzer/ethereal-0.9.16'
# emerge '>=net-analyzer/ethereal-0.9.16'
# emerge clean</code>
</resolution>
<references>
<uri link="http://www.ethereal.com/appnotes/enpa-sa-00011.html">Ethereal Security Advisory</uri>
</references>
</glsa>
|