blob: 1241478ac6b4ad523b732f68fb122e3d2533dff8 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200407-17">
<title>l2tpd: Buffer overflow</title>
<synopsis>
A buffer overflow in l2tpd could lead to remote code execution. It is not
known whether this bug is exploitable.
</synopsis>
<product type="ebuild">net-dialup/l2tpd</product>
<announced>2004-07-22</announced>
<revised>2004-07-22: 01</revised>
<bug>53009</bug>
<access>remote</access>
<affected>
<package name="net-dialup/l2tpd" auto="yes" arch="*">
<unaffected range="ge">0.69-r2</unaffected>
<vulnerable range="lt">0.69-r2</vulnerable>
</package>
</affected>
<background>
<p>
l2tpd is a GPL implentation of the Layer 2 Tunneling Protocol.
</p>
</background>
<description>
<p>
Thomas Walpuski discovered a buffer overflow that may be exploitable by
sending a specially crafted packet. In order to exploit the vulnerable
code, an attacker would need to fake the establishment of an L2TP tunnel.
</p>
</description>
<impact type="high">
<p>
A remote attacker may be able to execute arbitrary code with the privileges
of the user running l2tpd.
</p>
</impact>
<workaround>
<p>
There is no known workaround for this vulnerability.
</p>
</workaround>
<resolution>
<p>
All users are recommended to upgrade to the latest stable version:
</p>
<code>
# emerge sync
# emerge -pv ">=net-l2tpd-0.69-r2"
# emerge ">=net-l2tpd-0.69-r2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0649">CAN-2004-0649</uri>
<uri link="http://seclists.org/lists/fulldisclosure/2004/Jun/0094.html">Full Disclosure Report</uri>
</references>
<metadata tag="requester">
koon
</metadata>
<metadata tag="submitter">
dmargoli
</metadata>
</glsa>
|