blob: 34e0b201690c88374b2b9d7e5a346920c0fe213e (
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="200503-36">
<title>netkit-telnetd: Buffer overflow</title>
<synopsis>
The netkit-telnetd telnet client is vulnerable to a buffer overflow, which
could allow a malicious telnet server operator to execute arbitrary code.
</synopsis>
<product type="ebuild">netkit-telnetd</product>
<announced>2005-03-31</announced>
<revised count="01">2005-03-31</revised>
<bug>87211</bug>
<access>remote</access>
<affected>
<package name="net-misc/netkit-telnetd" auto="yes" arch="*">
<unaffected range="ge">0.17-r6</unaffected>
<vulnerable range="lt">0.17-r6</vulnerable>
</package>
</affected>
<background>
<p>
netkit-telnetd provides standard Linux telnet client and server.
</p>
</background>
<description>
<p>
A buffer overflow has been identified in the slc_add_reply()
function of netkit-telnetd client, where a large number of SLC commands
can overflow a fixed size buffer.
</p>
</description>
<impact type="normal">
<p>
Successful explotation would require a vulnerable user to connect
to an attacker-controlled host using telnet, potentially executing
arbitrary code with the permissions of the telnet user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All netkit-telnetd users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/netkit-telnetd-0.17-r6"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0469">CAN-2005-0469</uri>
<uri link="http://www.idefense.com/application/poi/display?id=220&type=vulnerabilities">iDEFENSE Advisory 03-28-05</uri>
</references>
<metadata tag="requester" timestamp="2005-03-30T08:13:45Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-03-30T13:44:36Z">
formula7
</metadata>
<metadata tag="bugReady" timestamp="2005-03-30T19:43:01Z">
koon
</metadata>
</glsa>
|