diff options
author | sem <sem@FreeBSD.org> | 2014-12-09 10:43:37 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2014-12-09 10:43:37 +0800 |
commit | 0c4bc295a574e948a34de67aeb9c543809826f1d (patch) | |
tree | 83c39d0e426eeeaf3ca435d9d2adebf35be79cb4 | |
parent | 16a248e902c862982de1289f288a657033673574 (diff) | |
download | freebsd-ports-gnome-0c4bc295a574e948a34de67aeb9c543809826f1d.tar.gz freebsd-ports-gnome-0c4bc295a574e948a34de67aeb9c543809826f1d.tar.zst freebsd-ports-gnome-0c4bc295a574e948a34de67aeb9c543809826f1d.zip |
Document unbound vulnerability
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5380bce4bd1b..129d2dda508a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,33 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="10d73529-7f4b-11e4-af66-00215af774f0"> + <topic>unbound -- can be tricked into following an endless series of delegations, this consumes a lot of resources</topic> + <affects> + <package> + <name>unbound</name> + <range><lt>1.5.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Unbound developer reports:</p> + <blockquote cite="http://unbound.net/downloads/CVE-2014-8602.txt"> + <p>The resolver can be tricked into following an endless series of + delegations, this consumes a lot of resources..</p> + </blockquote> + </body> + </description> + <references> + <url>http://unbound.net/downloads/CVE-2014-8602.txt</url> + <cvename>CVE-2014-8602</cvename> + </references> + <dates> + <discovery>2014-12-08</discovery> + <entry>2014-12-09</entry> + </dates> + </vuln> + <vuln vid="567beb1e-7e0a-11e4-b9cc-bcaec565249c"> <topic>freetype -- Out of bounds stack-based read/write</topic> <affects> |