diff options
author | zi <zi@FreeBSD.org> | 2011-12-08 07:49:09 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-12-08 07:49:09 +0800 |
commit | 18e58d92b13cf2a1fb407ec076c7b68416e8cce6 (patch) | |
tree | a2fc456e6b99de64c6a27a7d4f067675052787c9 /security | |
parent | ad19c27a191a03be2d53339489a6f55ce7a6c004 (diff) | |
download | freebsd-ports-gnome-18e58d92b13cf2a1fb407ec076c7b68416e8cce6.tar.gz freebsd-ports-gnome-18e58d92b13cf2a1fb407ec076c7b68416e8cce6.tar.zst freebsd-ports-gnome-18e58d92b13cf2a1fb407ec076c7b68416e8cce6.zip |
- Document vulnerabilities in isc-dhcp: CVE-2011-4539
Feature safe: yes
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 e49701264ee9..91d7afe9fdeb 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -47,6 +47,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="93be487e-211f-11e1-89b4-001ec9578670"> + <topic>isc-dhcp-server -- Remote DoS</topic> + <affects> + <package> + <name>isc-dhcp42-server</name> + <range><lt>4.2.3_1</lt></range> + </package> + <package> + <name>isc-dhcp41-server</name> + <range><lt>4.1.e_3,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ISC reports:</p> + <blockquote cite="https://www.isc.org/software/bind/advisories/cve-2011-4539"> + <p>A bug exists which allows an attacker who is able to send DHCP Request + packets, either directly or through a relay, to remotely crash an ISC + DHCP server if that server is configured to evaluate expressions using + a regular expression (i.e. uses the "~=" or "~~" comparison operators.)</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2011-4539</cvename> + </references> + <dates> + <discovery>2011-12-07</discovery> + <entry>2011-12-07</entry> + </dates> + </vuln> + <vuln vid="ed536336-1c57-11e1-86f4-e0cb4e266481"> <topic>phpMyAdmin -- Multiple XSS</topic> <affects> |