diff options
author | Xin LI <delphij@FreeBSD.org> | 2020-05-22 22:20:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2020-05-22 22:20:22 +0000 |
commit | dfdd2046456688b84e5ccff2824ad2abb27558c3 (patch) | |
tree | ecab8acfb7aecf6bdb4a37ea454834289b42b8ef | |
parent | Add checksums for 11.4-RC1. (diff) |
Document unbound multiple vulnerabilities.
Notes
Notes:
svn path=/head/; revision=536247
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5a4796815269..4af35ed88e32 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a2cb7c31-9c79-11ea-a9c2-d05099c0ae8c"> + <topic>unbound -- mutliple vulnerabilities</topic> + <affects> + <package> + <name>unbound</name> + <range><lt>1.10.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>NLNetLabs reports:</p> + <blockquote cite="https://lists.nlnetlabs.nl/pipermail/unbound-users/2020-May/006833.html"> + <p>This release fixes CVE-2020-12662 and CVE-2020-12663.</p> + <p>Bug Fixes:</p> + <ul> + <li>CVE-2020-12662 Unbound can be tricked into + amplifying an incoming query into a large + number of queries directed to a target.</li> + <li>CVE-2020-12663 Malformed answers from + upstream name servers can be used to make + Unbound unresponsive.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>https://lists.nlnetlabs.nl/pipermail/unbound-users/2020-May/006833.html</url> + <cvename>CVE-2020-12662</cvename> + <cvename>CVE-2020-12663</cvename> + </references> + <dates> + <discovery>2020-05-19</discovery> + <entry>2020-05-22</entry> + </dates> + </vuln> + <vuln vid="c5ec57a9-9c2b-11ea-82b8-4c72b94353b5"> <topic>drupal -- Multiple Vulnerabilities</topic> <affects> |