Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 19:28:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513729 - head/security/vuxml
Message-ID:  <201910031928.x93JSg65024940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  3 19:28:42 2019
New Revision: 513729
URL: https://svnweb.freebsd.org/changeset/ports/513729

Log:
  Document unbound vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Oct  3 19:28:37 2019	(r513728)
+++ head/security/vuxml/vuln.xml	Thu Oct  3 19:28:42 2019	(r513729)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="108a4be3-e612-11e9-9963-5f1753e0aca0">
+    <topic>unbound -- parsing vulnerability</topic>
+    <affects>
+      <package>
+	<name>unbound</name>
+	<range><ge>1.7.1</ge><lt>1.9.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Unbound Security Advisories:</p>
+	<blockquote cite="https://www.nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries">;
+	  <p>Due to an error in parsing NOTIFY queries, it is possible for Unbound
+	    to continue processing malformed queries and may ultimately result in a
+	    pointer dereference in uninitialized memory. This results in a crash of
+	    the Unbound daemon.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries</url>;
+      <cvename>CVE-2019-16866</cvename>
+    </references>
+    <dates>
+      <discovery>2019-10-03</discovery>
+      <entry>2019-10-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f7fcb75c-e537-11e9-863e-b9b7af01ba9e">
     <topic>ruby -- multiple vulnerabilities</topic>
     <affects>



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