svn commit: r406780 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Wed Jan 20 16:32:37 UTC 2016


Author: feld
Date: Wed Jan 20 16:32:35 2016
New Revision: 406780
URL: https://svnweb.freebsd.org/changeset/ports/406780

Log:
  Document bind vulnerabilities
  
  Security:	CVE-2015-8704
  Security:	CVE-2015-8705

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jan 20 16:26:57 2016	(r406779)
+++ head/security/vuxml/vuln.xml	Wed Jan 20 16:32:35 2016	(r406780)
@@ -58,6 +58,41 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="314830d8-bf91-11e5-96d6-14dae9d210b8">
+    <topic>bind -- denial of service vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>bind99</name>
+	<range><lt>9.9.8P3</lt></range>
+      </package>
+      <package>
+	<name>bind910</name>
+	<range><lt>9.10.3P3</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-00913">
+	  <p>CVE-2015-8704 Specific APL data could trigger an INSIST in apl_42.c</p>
+	  <p>CVE-2015-8705 Problems converting OPT resource records and ECS options to
+	    text format can cause BIND to terminate</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://kb.isc.org/article/AA-00913</url>
+      <url>https://kb.isc.org/article/AA-01335/0</url>
+      <url>https://kb.isc.org/article/AA-01336/0</url>
+      <cvename>CVE-2015-8704</cvename>
+      <cvename>CVE-2015-8705</cvename>
+    </references>
+    <dates>
+      <discovery>2016-01-19</discovery>
+      <entry>2016-01-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="51358314-bec8-11e5-82cd-bcaec524bf84">
     <topic>claws-mail -- no bounds checking on the output buffer in conv_jistoeuc, conv_euctojis, conv_sjistoeuc</topic>
     <affects>


More information about the svn-ports-head mailing list