diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-11-24 18:27:03 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-11-24 18:27:03 +0000 |
commit | edc2e088ca3b690540a773bc0cc977b906d9f74c (patch) | |
tree | 56912ada13c76f8aebeaf1fbfe3d07682af70715 /security | |
parent | 1cb39c944dd1296e1d1bd0ece0cdd997bf28f3bd (diff) | |
download | ports-edc2e088ca3b690540a773bc0cc977b906d9f74c.tar.gz ports-edc2e088ca3b690540a773bc0cc977b906d9f74c.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1916fa71a450..22ef9fb3a6a3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f154a3c7-f7f4-11df-b617-00e0815b8da8"> + <topic>isc-dhcp-server -- Empty link-address denial of service</topic> + <affects> + <package> + <name>isc-dhcp41-server</name> + <range><ge>4.1.0</ge><lt>4.1.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ISC reports:</p> + <blockquote cite="http://www.isc.org/software/dhcp/advisories/cve-2010-3611"> + <p>If the server receives a DHCPv6 packet containing one or more + Relay-Forward messages, and none of them supply an address in the + Relay-Forward link-address field, then the server will crash. This + can be used as a single packet crash attack vector.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2010-3611</cvename> + <url>http://www.isc.org/software/dhcp/advisories/cve-2010-3611</url> + <url>http://www.kb.cert.org/vuls/id/102047</url> + </references> + <dates> + <discovery>2010-11-02</discovery> + <entry>2010-11-24</entry> + </dates> + </vuln> + <vuln vid="373e412e-f748-11df-96cd-0015f2db7bde"> <topic>OpenTTD -- Denial of service (server/client) via invalid read</topic> <affects> |