diff options
-rw-r--r-- | security/vuxml/vuln.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d3856e5d323b..74aa444c612f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c8d902b1-8550-11e6-81e7-d050996490d0"> + <topic>BIND -- Remote Denial of Service vulnerability</topic> + <affects> + <package> + <name>bind99</name> + <range><lt>9.9.9P3</lt></range> + </package> + <package> + <name>bind910</name> + <range><lt>9.10.4P3</lt></range> + </package> + <package> + <name>bind911</name> + <range><lt>9.11.0.rc3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ISC reports:</p> + <blockquote cite="https://kb.isc.org/article/AA-01419"> + <p>Testing by ISC has uncovered a critical error condition + which can occur when a nameserver is constructing a + response. A defect in the rendering of messages into + packets can cause named to exit with an assertion + failure in buffer.c while constructing a response + to a query that meets certain criteria.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-2776</cvename> + <url>https://kb.isc.org/article/AA-01419</url> + </references> + <dates> + <discovery>2016-09-27</discovery> + <entry>2016-09-28</entry> + </dates> + </vuln> + <vuln vid="bb022643-84fb-11e6-a4a1-60a44ce6887b"> <topic>django -- CSRF protection bypass on a site with Google Analytics</topic> <affects> |