diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-23 18:06:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-23 18:06:00 +0800 |
commit | 23823dc5955da4b1ad36939c120c9b8d340c3f84 (patch) | |
tree | 0d69bc6d42fc2cbdb6c4a7a2f0cff386bea5b4ca /security | |
parent | 84554c40d2abd8d440491df3e6a91142459f25bc (diff) | |
download | freebsd-ports-gnome-23823dc5955da4b1ad36939c120c9b8d340c3f84.tar.gz freebsd-ports-gnome-23823dc5955da4b1ad36939c120c9b8d340c3f84.tar.zst freebsd-ports-gnome-23823dc5955da4b1ad36939c120c9b8d340c3f84.zip |
- Document proftpd -- Long Command Processing Vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index be477b101290..625b9708716a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0f51f2c9-8956-11dd-a6fe-0030843d3802"> + <topic>proftpd -- Long Command Processing Vulnerability</topic> + <affects> + <package> + <name>proftpd</name> + <name>proftpd-mysql</name> + <range><gt>0</gt></range> + </package> + <package> + <name>proftpd-devel</name> + <range><lt>1.3.20080922</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/31930/"> + <p>The vulnerability is caused due to the application truncating an + overly long FTP command, and improperly interpreting the remainder + string as a new FTP command. This can be exploited to execute + arbitrary FTP commands with the privileges of another user by e.g. + tricking the user into following malicious link.</p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/advisories/31930/</url> + <url>http://bugs.proftpd.org/show_bug.cgi?id=3115</url> + </references> + <dates> + <discovery>2008-09-FIXME</discovery> + <entry>2008-09-23</entry> + </dates> + </vuln> + <vuln vid="150e4548-8950-11dd-a6fe-0030843d3802"> <topic>phpmyadmin -- Cross-Site Scripting Vulnerability</topic> <affects> |