diff options
author | delphij <delphij@FreeBSD.org> | 2006-12-21 14:52:08 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-12-21 14:52:08 +0800 |
commit | f5ac664d83392f289cc5f410636269ec90a9d8fb (patch) | |
tree | 62596e39007b6289548589afea12c7bf49f926db /security | |
parent | efbdf49119ebbfe5b9e4d7a004e16019524b35a9 (diff) | |
download | freebsd-ports-gnome-f5ac664d83392f289cc5f410636269ec90a9d8fb.tar.gz freebsd-ports-gnome-f5ac664d83392f289cc5f410636269ec90a9d8fb.tar.zst freebsd-ports-gnome-f5ac664d83392f289cc5f410636269ec90a9d8fb.zip |
Add an entry for recently fixed proftpd remote code execution
vulnerabilities.
Reviewed by: remoko
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> |