Gentoo Archives: gentoo-commits

From: "Raphael Marichez (falco)" <falco@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200801-17.xml
Date: Wed, 06 Feb 2008 21:56:58
Message-Id: E1JMsGF-0003oN-GK@stork.gentoo.org
1 falco 08/02/06 21:56:55
2
3 Added: glsa-200801-17.xml
4 Log:
5 GLSA 200801-17
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200801-17.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200801-17.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200801-17.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200801-17.xml
14 ===================================================================
15 <?xml version="1.0" encoding="utf-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19
20 <glsa id="200801-17">
21 <title>Netkit FTP Server: Denial of Service</title>
22 <synopsis>
23 Netkit FTP Server contains a Denial of Service vulnerability.
24 </synopsis>
25 <product type="ebuild">netkit-ftpd</product>
26 <announced>January 29, 2008</announced>
27 <revised>January 29, 2008: 01</revised>
28 <bug>199206</bug>
29 <access>remote</access>
30 <affected>
31 <package name="net-ftp/netkit-ftpd" auto="yes" arch="*">
32 <unaffected range="ge">0.17-r7</unaffected>
33 <vulnerable range="lt">0.17-r7</vulnerable>
34 </package>
35 </affected>
36 <background>
37 <p>
38 net-ftp/netkit-ftpd is the Linux Netkit FTP server with optional SSL
39 support.
40 </p>
41 </background>
42 <description>
43 <p>
44 Venustech AD-LAB discovered that an FTP client connected to a
45 vulnerable server with passive mode and SSL support can trigger an
46 fclose() function call on an uninitialized stream in ftpd.c.
47 </p>
48 </description>
49 <impact type="normal">
50 <p>
51 A remote attacker can send specially crafted FTP data to a server with
52 passive mode and SSL support, causing the ftpd daemon to crash.
53 </p>
54 </impact>
55 <workaround>
56 <p>
57 Disable passive mode or SSL.
58 </p>
59 </workaround>
60 <resolution>
61 <p>
62 All Netkit FTP Server users should upgrade to the latest version:
63 </p>
64 <code>
65 # emerge --sync
66 # emerge --ask --oneshot --verbose &quot;&gt;=net-ftp/netkit-ftpd-0.17-r7&quot;</code>
67 </resolution>
68 <references>
69 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6263">CVE-2007-6263</uri>
70 </references>
71 <metadata tag="requester" timestamp="Sun, 27 Jan 2008 19:17:40 +0000">
72 rbu
73 </metadata>
74 <metadata tag="submitter" timestamp="Mon, 28 Jan 2008 18:03:07 +0000">
75 falco
76 </metadata>
77 <metadata tag="bugReady" timestamp="Mon, 28 Jan 2008 18:03:42 +0000">
78 falco
79 </metadata>
80 </glsa>
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list