diff options
author | shaun <shaun@FreeBSD.org> | 2006-11-15 07:25:19 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-11-15 07:25:19 +0800 |
commit | 0456f7d36cf2280b9f8138e7a439df5aaa2dfa3d (patch) | |
tree | d43ce3fae1ace1397e71e38a49545b2fb53f613e /security | |
parent | 9546b57d4d3caae27be7987811c185144418d76c (diff) | |
download | freebsd-ports-gnome-0456f7d36cf2280b9f8138e7a439df5aaa2dfa3d.tar.gz freebsd-ports-gnome-0456f7d36cf2280b9f8138e7a439df5aaa2dfa3d.tar.zst freebsd-ports-gnome-0456f7d36cf2280b9f8138e7a439df5aaa2dfa3d.zip |
Document "proftpd -- Remote Code Execution Vulnerability".
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 761e189db6c7..c52641b01325 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="cca97f5f-7435-11db-91de-0008743bf21a"> + <topic>proftpd -- Remote Code Execution Vulnerability</topic> + <affects> + <package> + <name>proftpd</name> + <range><le>1.3.0_2</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>FrSIRT reports:</p> + <blockquote cite="http://www.frsirt.com/english/advisories/2006/4451"> + <p>A vulnerability has been identified in ProFTPD, which could be + exploited by attackers to cause a denial of service or execute + arbitrary commands. This flaw is due to a buffer overflow error + in the "main.c" file where the "cmd_buf_size" size of the buffer + used to handle FTP commands sent by clients is not properly set + to the size configured via the "CommandBufferSize" directive, + which could be exploited by attackers to compromise a vulnerable + server via a specially crafted FTP command.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.frsirt.com/english/advisories/2006/4451</url> + </references> + <dates> + <discovery>2006-11-10</discovery> + <entry>2006-11-14</entry> + </dates> + </vuln> + <vuln vid="5a945904-73b1-11db-91d2-0002a5c2f4ef"> <topic>unzoo -- Directory Traversal Vulnerability</topic> <affects> |