Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2018 03:12:12 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470506 - head/security/vuxml
Message-ID:  <201805210312.w4L3CCvk060734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon May 21 03:12:12 2018
New Revision: 470506
URL: https://svnweb.freebsd.org/changeset/ports/470506

Log:
  Document BIND multiple vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon May 21 02:53:57 2018	(r470505)
+++ head/security/vuxml/vuln.xml	Mon May 21 03:12:12 2018	(r470506)
@@ -58,6 +58,48 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="94599fe0-5ca3-11e8-8be1-d05099c0ae8c">
+    <topic>BIND -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>bind912</name>
+	<range><lt>9.12.1P2</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-01602">;
+	  <p>An error in zone database reference counting can
+	    lead to an assertion failure if a server which is
+	    running an affected version of BIND attempts
+	    several transfers of a slave zone in quick
+	    succession.</p>
+	</blockquote>
+	<blockquote cite="https://kb.isc.org/article/AA-01606">;
+	  <p>A problem with the implementation of the new
+	    serve-stale feature in BIND 9.12 can lead to
+	    an assertion failure in rbtdb.c, even when
+	    stale-answer-enable is off.  Additionally,
+	    problematic interaction between the serve-stale
+	    feature and NSEC aggressive negative caching can
+	    in some cases cause undesirable behavior from named,
+	    such as a recursion loop or excessive logging.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-5736</cvename>
+      <cvename>CVE-2018-5737</cvename>
+      <url>https://kb.isc.org/article/AA-01602</url>;
+      <url>https://kb.isc.org/article/AA-01606</url>;
+    </references>
+    <dates>
+      <discovery>2018-05-18</discovery>
+      <entry>2018-05-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="04fe6c8d-2a34-4009-a81e-e7a7e759b5d2">
     <topic>cURL -- multiple vulnerabilities</topic>
     <affects>



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