blob: 670de15bd3ce8ee54f31aeff64969559809dd4dd (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200407-04">
<title>Pure-FTPd: Potential DoS when maximum connections is reached</title>
<synopsis>
Pure-FTPd contains a bug potentially allowing a Denial of Service attack
when the maximum number of connections is reached.
</synopsis>
<product type="ebuild">Pure-FTPd</product>
<announced>2004-07-04</announced>
<revised count="02">2006-05-22</revised>
<bug>54590</bug>
<access>remote</access>
<affected>
<package name="net-ftp/pure-ftpd" auto="yes" arch="*">
<unaffected range="ge">1.0.18-r1</unaffected>
<vulnerable range="le">1.0.18</vulnerable>
</package>
</affected>
<background>
<p>
Pure-FTPd is a fast, production-quality and standards-compliant FTP
server.
</p>
</background>
<description>
<p>
Pure-FTPd contains a bug in the accept_client function handling the
setup of new connections.
</p>
</description>
<impact type="normal">
<p>
When the maximum number of connections is reached an attacker could
exploit this vulnerability to perform a Denial of Service attack.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time. All users are encouraged to
upgrade to the latest available version.
</p>
</workaround>
<resolution>
<p>
All Pure-FTPd users should upgrade to the latest stable version:
</p>
<code>
# emerge sync
# emerge -pv ">=net-ftp/pure-ftpd-1.0.18-r1"
# emerge ">=net-ftp/pure-ftpd-1.0.18-r1"</code>
</resolution>
<references>
<uri link="http://www.pureftpd.org">Pure-FTPd website</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0656">CVE-2004-0656</uri>
</references>
<metadata tag="submitter">
jaervosz
</metadata>
</glsa>
|