diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-05-20 19:21:06 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-05-20 19:21:06 +0000 |
commit | 028143ec9c829bf7292e0457cf5b8edac49ddec2 (patch) | |
tree | afdec7b0ad54966cb941578bc0ee7859318b332a | |
parent | Fix proftpd unauthenticated copying of files via SITE CPFR/CPTO (diff) |
Document CVE-2015-3306 proftpd mod_copy unauthenticated copying of files
vulnerability.
Notes
Notes:
svn path=/head/; revision=386883
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 85c2a1b855f7..e9353aaa4b4d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,35 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d0034536-ff24-11e4-a072-d050996490d0"> + <topic>proftpd -- arbitrary code execution vulnerability with chroot</topic> + <affects> + <package> + <name>proftpd</name> + <range><lt>1.3.5_7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ProFTPd development team reports:</p> + <blockquote cite="http://bugs.proftpd.org/show_bug.cgi?id=4169"> + <p>Vadim Melihow reported a critical issue with proftpd + installations that use the mod_copy module's SITE CPFR/SITE + CPTO commands; mod_copy allows these commands to be used by + *unauthenticated clients*.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-3306</cvename> + <url>http://bugs.proftpd.org/show_bug.cgi?id=4169</url> + </references> + <dates> + <discovery>2015-04-15</discovery> + <entry>2015-05-20</entry> + </dates> + </vuln> + <vuln vid="35431f79-fe3e-11e4-ba63-000c292ee6b8"> <topic>ipsec-tools -- Memory leak leading to denial of service</topic> <affects> |