svn commit: r417844 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Thu Jun 30 22:10:43 UTC 2016


Author: feld
Date: Thu Jun 30 22:10:41 2016
New Revision: 417844
URL: https://svnweb.freebsd.org/changeset/ports/417844

Log:
  Document dnsmasq vulnerability
  
  Security:	CVE-2015-8899

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 30 21:08:43 2016	(r417843)
+++ head/security/vuxml/vuln.xml	Thu Jun 30 22:10:41 2016	(r417844)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="875e4cf8-3f0e-11e6-b3c8-14dae9d210b8">
+    <topic>dnsmasq -- denial of service</topic>
+    <affects>
+      <package>
+	<name>dnsmasq</name>
+	<name>dnsmasq-devel</name>
+	<range><lt>2.76,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p> reports:</p>
+	<blockquote cite="http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2016q2/010479.html">
+	  <p>Dnsmasq before 2.76 allows remote servers to cause a denial
+	    of service (crash) via a reply with an empty DNS address that has an (1)
+	    A or (2) AAAA record defined locally.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2016q2/010479.html</url>
+      <url>http://www.openwall.com/lists/oss-security/2016/06/03/7</url>
+      <cvename>CVE-2015-8899</cvename>
+    </references>
+    <dates>
+      <discovery>2016-04-18</discovery>
+      <entry>2016-06-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a61374fc-3a4d-11e6-a671-60a44ce6887b">
     <topic>Python -- HTTP Header Injection in Python urllib</topic>
     <affects>


More information about the svn-ports-head mailing list