svn commit: r320060 - head/security/vuxml

Erwin Lansing erwin at FreeBSD.org
Thu Jun 6 08:36:35 UTC 2013


Author: erwin
Date: Thu Jun  6 08:36:34 2013
New Revision: 320060
URL: http://svnweb.freebsd.org/changeset/ports/320060

Log:
  Add entry for the latest Bind vulnerabilities in CVE-2013-3919.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun  6 07:43:34 2013	(r320059)
+++ head/security/vuxml/vuln.xml	Thu Jun  6 08:36:34 2013	(r320060)
@@ -51,6 +51,56 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="72f35727-ce83-11e2-be04-005056a37f68">
+    <topic>dns/bind9* -- iA recursive resolver can be crashed by a query for a malformed zone</topic>
+    <affects>
+      <package>
+	<name>bind99</name>
+	<range><lt>9.9.3.1</lt></range>
+      </package>
+      <package>
+	<name>bind99-base</name>
+	<range><lt>9.9.3.1</lt></range>
+      </package>
+      <package>
+	<name>bind98</name>
+	<range><lt>9.8.5.1</lt></range>
+      </package>
+      <package>
+	<name>bind98-base</name>
+	<range><lt>9.8.5.1</lt></range>
+      </package>
+      <package>
+	<name>bind96</name>
+	<range><lt>9.6.3.2.ESV.R9</lt></range>
+      </package>
+      <package>
+	<name>bind96-base</name>
+	<range><lt>9.6.3.2.ESV.R9</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-00967">
+	  <p>A bug has been discovered in the most recent releases of
+	  BIND 9 which has the potential for deliberate exploitation
+	  as a denial-of-service attack. By sending a recursive
+	  resolver a query for a record in a specially malformed zone,
+	  an attacker can cause BIND 9 to exit with a fatal
+	  "RUNTIME_CHECK" error in resolver.c.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+	<cvename>CVE-2013-3919</cvename>
+    </references>
+    <dates>
+      <discovery>2013-06-04</discovery>
+      <entry>2013-06-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6b97436c-ce1e-11e2-9cb2-6805ca0b3d42">
     <topic>phpMyAdmin -- XSS due to unescaped HTML output in Create View page</topic>
     <affects>


More information about the svn-ports-all mailing list