Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2019 20:39:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505485 - head/security/vuxml
Message-ID:  <201906302039.x5UKdGOA023365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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