diff options
author | delphij <delphij@FreeBSD.org> | 2015-05-21 03:21:06 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-05-21 03:21:06 +0800 |
commit | e5cd5625c5c7d9410bb34638bf8699c362ac4cbb (patch) | |
tree | afdec7b0ad54966cb941578bc0ee7859318b332a /security/vuxml | |
parent | 706bee8ad7b11f9620291b3a787489d5f6539ffb (diff) | |
download | freebsd-ports-gnome-e5cd5625c5c7d9410bb34638bf8699c362ac4cbb.tar.gz freebsd-ports-gnome-e5cd5625c5c7d9410bb34638bf8699c362ac4cbb.tar.zst freebsd-ports-gnome-e5cd5625c5c7d9410bb34638bf8699c362ac4cbb.zip |
Document CVE-2015-3306 proftpd mod_copy unauthenticated copying of files
vulnerability.
Diffstat (limited to 'security/vuxml')
-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> |