aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-07-01 06:10:41 +0800
committerfeld <feld@FreeBSD.org>2016-07-01 06:10:41 +0800
commit17b8245aac9e21440c37436f8f59b7a7a9233fc7 (patch)
treea431ca8646289e707fc6efb60df2a7769dccfcf3 /security
parentc755635cf9366e7e7d8f0f08fc6fa85f56e576b9 (diff)
downloadfreebsd-ports-graphics-17b8245aac9e21440c37436f8f59b7a7a9233fc7.tar.gz
freebsd-ports-graphics-17b8245aac9e21440c37436f8f59b7a7a9233fc7.tar.zst
freebsd-ports-graphics-17b8245aac9e21440c37436f8f59b7a7a9233fc7.zip
Document dnsmasq vulnerability
Security: CVE-2015-8899
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index b4917ef49a1..28e1c877de0 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -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>