Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 14:34:58 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395962 - head/security/vuxml
Message-ID:  <201509031434.t83EYwxC086153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Sep  3 14:34:57 2015
New Revision: 395962
URL: https://svnweb.freebsd.org/changeset/ports/395962

Log:
  Document bind vulnerabilities
  
  Security:	CVE-2015-5986
  Security:	CVE-2015-5722

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Sep  3 14:25:21 2015	(r395961)
+++ head/security/vuxml/vuln.xml	Thu Sep  3 14:34:57 2015	(r395962)
@@ -58,6 +58,87 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="2c5e7e23-5248-11e5-9ad8-14dae9d210b8">
+    <topic>bind -- denial of service vulnerability</topic>
+    <affects>
+      <package>
+	<name>bind99</name>
+	<range><lt>9.9.7P3</lt></range>
+      </package>
+      <package>
+	<name>bind910</name>
+	<range><lt>9.10.2P3</lt></range>
+      </package>
+      <package>
+	<name>bind910-base</name>
+	<name>bind99-base</name>
+	<range><gt>0</gt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>ISC reports:</p>
+	<blockquote cite="https://www.isc.org/blogs/cve-2015-5986-an-incorrect-boundary-check-can-trigger-a-require-assertion-failure-in-openpgpkey_61-c/">;
+	  <p>An incorrect boundary check in openpgpkey_61.c can cause
+	    named to terminate due to a REQUIRE assertion failure.  This defect can
+	    be deliberately exploited by an attacker who can provide a maliciously
+	    constructed response in answer to a query.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.isc.org/blogs/cve-2015-5986-an-incorrect-boundary-check-can-trigger-a-require-assertion-failure-in-openpgpkey_61-c/</url>;
+      <cvename>CVE-2015-5986</cvename>
+    </references>
+    <dates>
+      <discovery>2015-08-19</discovery>
+      <entry>2015-09-03</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="eaf3b255-5245-11e5-9ad8-14dae9d210b8">
+    <topic>bind -- denial of service vulnerability</topic>
+    <affects>
+      <package>
+	<name>bind99</name>
+	<range><lt>9.9.7P3</lt></range>
+      </package>
+      <package>
+	<name>bind910</name>
+	<range><lt>9.10.2P3</lt></range>
+      </package>
+      <package>
+	<name>bind910-base</name>
+	<name>bind99-base</name>
+	<range><gt>0</gt></range>
+      </package>
+      <package>
+	<name>FreeBSD</name>
+	<range><gt>9.3</gt><le>9.3_25</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>ISC reports:</p>
+	<blockquote cite="https://www.isc.org/blogs/cve-2015-5722-parsing-malformed-keys-may-cause-bind-to-exit-due-to-a-failed-assertion-in-buffer-c/">;
+	  <p>Parsing a malformed DNSSEC key can cause a validating
+	    resolver to exit due to a failed assertion in buffer.c.  It is possible
+	    for a remote attacker to deliberately trigger this condition, for
+	    example by using a query which requires a response from a zone
+	    containing a deliberately malformed key.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.isc.org/blogs/cve-2015-5722-parsing-malformed-keys-may-cause-bind-to-exit-due-to-a-failed-assertion-in-buffer-c/</url>;
+      <cvename>CVE-2015-5722</cvename>
+    </references>
+    <dates>
+      <discovery>2015-08-19</discovery>
+      <entry>2015-09-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a9350df8-5157-11e5-b5c1-e8e0b747a45a">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031434.t83EYwxC086153>