aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-08-18 02:01:37 +0800
committernectar <nectar@FreeBSD.org>2004-08-18 02:01:37 +0800
commit1c5d64ebf006e89a7a8ba8ab8546a8322db462d5 (patch)
tree9003d61db59a919dc9227b1e0573d7a3ba3b2043
parente0e4d0382991389f657cf391338a2880d0fcb0ee (diff)
downloadfreebsd-ports-gnome-1c5d64ebf006e89a7a8ba8ab8546a8322db462d5.tar.gz
freebsd-ports-gnome-1c5d64ebf006e89a7a8ba8ab8546a8322db462d5.tar.zst
freebsd-ports-gnome-1c5d64ebf006e89a7a8ba8ab8546a8322db462d5.zip
Note a vulnerability in lukemftpd/tnftpd.
-rw-r--r--security/vuxml/vuln.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index a11c155e5adf..3395684cb8e6 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -32,6 +32,53 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="c4b025bb-f05d-11d8-9837-000c41e2cdad">
+ <topic>tnftpd -- remotely exploitable vulnerability</topic>
+ <affects>
+ <package>
+ <name>tnftpd</name>
+ <range><lt>20040810</lt></range>
+ </package>
+ <package>
+ <name>lukemftpd</name>
+ <range><ge>0</ge></range>
+ </package>
+ <system>
+ <name>FreeBSD</name>
+ <range><ge>4.7</ge></range>
+ </system>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>lukemftpd(8) is an enhanced BSD FTP server produced
+ within the NetBSD project. The sources for lukemftpd are
+ shipped with some versions of FreeBSD, however it is not
+ built or installed by default. The build system option
+ WANT_LUKEMFTPD must be set to build and install lukemftpd.
+ [<strong>NOTE</strong>: An exception is FreeBSD 4.7-RELEASE,
+ wherein lukemftpd was installed, but not enabled, by
+ default.]</p>
+ <p>Przemyslaw Frasunek discovered several vulnerabilities
+ in lukemftpd arising from races in the out-of-band signal
+ handling code used to implement the ABOR command. As a
+ result of these races, the internal state of the FTP server
+ may be manipulated in unexpected ways.</p>
+ <p>A remote attacker may be able to cause FTP commands to
+ be executed with the privileges of the running lukemftpd
+ process. This may be a low-privilege `ftp' user if the `-r'
+ command line option is specified, or it may be superuser
+ privileges if `-r' is *not* specified.</p>
+ </body>
+ </description>
+ <references>
+ <url>http://cvsweb.netbsd.org/bsdweb.cgi/src/libexec/ftpd/ftpd.c#rev1.158</url>
+ </references>
+ <dates>
+ <discovery>2004-08-17</discovery>
+ <entry>2004-08-17</entry>
+ </dates>
+ </vuln>
+
<vuln vid="6fd9a1e9-efd3-11d8-9837-000c41e2cdad">
<topic>xonix -- failure to drop privileges</topic>
<affects>