svn commit: r505485 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Sun Jun 30 20:39:17 UTC 2019
Author: swills
Date: Sun Jun 30 20:39:16 2019
New Revision: 505485
URL: https://svnweb.freebsd.org/changeset/ports/505485
Log:
Document powerdns issue
PR: 239705
Submitted by: Ralf van der Enden <tremere at cainites.net>
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Jun 30 20:31:12 2019 (r505484)
+++ head/security/vuxml/vuln.xml Sun Jun 30 20:39:16 2019 (r505485)
@@ -58,6 +58,39 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="1c21f6a3-9415-11e9-95ec-6805ca2fa271">
+ <topic>powerdns -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>powerdns</name>
+ <range><lt>4.1.10</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>PowerDNS Team reports:</p>
+ <blockquote cite="https://doc.powerdns.com/authoritative/changelog/4.1.html#change-4.1.10">
+ <p>CVE-2019-10162: An issue has been found in PowerDNS Authoritative Server allowing an authorized user to
+ cause the server to exit by inserting a crafted record in a MASTER type zone under their control. The
+ issue is due to the fact that the Authoritative Server will exit when it runs into a parsing error while
+ looking up the NS/A/AAAA records it is about to use for an outgoing notify.</p>
+ <p>CVE-2019-10163: An issue has been found in PowerDNS Authoritative Server allowing a remote, authorized
+ master server to cause a high CPU load or even prevent any further updates to any slave zone by sending
+ a large number of NOTIFY messages. Note that only servers configured as slaves are affected by this issue.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://doc.powerdns.com/authoritative/changelog/4.1.html#change-4.1.10</url>
+ <cvename>CVE-2019-10162</cvename>
+ <cvename>CVE-2019-10163</cvename>
+ </references>
+ <dates>
+ <discovery>2019-06-21</discovery>
+ <entry>2019-06-21</entry>
+ </dates>
+ </vuln>
+
<vuln vid="5e35cfba-9994-11e9-b07f-df5abf8b84d6">
<topic>TYPO3 -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list