blob: 8d8b0cb07ff42f4a08afc57f2fae29d2a9f6bcd4 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200701-09">
<title>oftpd: Denial of Service</title>
<synopsis>
An assertion in oftpd could lead to a denial of service vulnerability.
</synopsis>
<product type="ebuild">oftpd</product>
<announced>2007-01-15</announced>
<revised>2007-01-15: 01</revised>
<bug>159178</bug>
<access>remote</access>
<affected>
<package name="net-ftp/oftpd" auto="yes" arch="*">
<unaffected range="ge">0.3.7-r3</unaffected>
<vulnerable range="lt">0.3.7-r3</vulnerable>
</package>
</affected>
<background>
<p>
oftpd is a small, anonymous only ftp daemon.
</p>
</background>
<description>
<p>
By specifying an unsupported address family in the arguments to a LPRT
or LPASV command, an assertion in oftpd will cause the daemon to abort.
</p>
</description>
<impact type="normal">
<p>
Remote, unauthenticated attackers may be able to terminate any oftpd
process, denying service to legitimate users.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All oftpd users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-ftp/oftpd-0.3.7-r3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6767">CVE-2006-6767</uri>
</references>
<metadata tag="submitter" timestamp="2007-01-14T22:33:02Z">
taviso
</metadata>
<metadata tag="bugReady" timestamp="2007-01-14T23:05:10Z">
falco
</metadata>
</glsa>
|