svn commit: r422855 - head/security/vuxml

Xin LI delphij at FreeBSD.org
Wed Sep 28 08:00:10 UTC 2016


Author: delphij
Date: Wed Sep 28 08:00:08 2016
New Revision: 422855
URL: https://svnweb.freebsd.org/changeset/ports/422855

Log:
  Document BIND remote DoS vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Sep 28 07:16:24 2016	(r422854)
+++ head/security/vuxml/vuln.xml	Wed Sep 28 08:00:08 2016	(r422855)
@@ -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>


More information about the svn-ports-all mailing list