diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-12-21 06:52:08 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-12-21 06:52:08 +0000 |
commit | 8e71f63b82e2f4b5a42dd7f558b82da32dd4c1ca (patch) | |
tree | ac299f4625f13a802bcfa48a917883f9f8498bd7 /security | |
parent | b5770383d97f654553a595294ce4d58d318556a0 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1d4c8bae3821..6aba5b0ecfa7 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3f851b22-89fb-11db-a937-003048116330"> + <topic>proftpd -- remote code execution vulnerabilities</topic> + <affects> + <package> + <name>proftpd</name> + <name>proftpd-mysql</name> + <range><lt>1.3.0_5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The proftpd development team reports that several + remote buffer overflows had been found in the + proftpd server.</p> + </body> + </description> + <references> + <cvename>CVE-2006-5815</cvename> + <cvename>CVE-2006-6170</cvename> + </references> + <dates> + <discovery>2006-11-10</discovery> + <entry>2006-12-21</entry> + </dates> + </vuln> + <vuln vid="11a84092-8f9f-11db-ab33-000e0c2e438a"> <topic>gzip -- multiple vulnerabilities</topic> <affects> |