Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 16:11:07 +0000 (UTC)
From:      "Timur I. Bakeyev" <timur@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520049 - head/security/vuxml
Message-ID:  <201912131611.xBDGB76X047344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: timur
Date: Fri Dec 13 16:11:06 2019
New Revision: 520049
URL: https://svnweb.freebsd.org/changeset/ports/520049

Log:
  Add entry for Samba4 CVE-2019-14861 and CVE-2019-14870
  
  Security:	CVE-2019-14861
  		CVE-2019-14870

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Dec 13 16:08:12 2019	(r520048)
+++ head/security/vuxml/vuln.xml	Fri Dec 13 16:11:06 2019	(r520049)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="1edae47e-1cdd-11ea-8c2a-08002743b791">
+    <topic>samba -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>samba48</name>
+	<range><ge>4.8.0</ge></range>
+      </package>
+      <package>
+	<name>samba410</name>
+	<range><lt>4.10.11</lt></range>
+      </package>
+      <package>
+	<name>samba411</name>
+	<range><lt>4.11.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Samba Team reports:</p>
+	<blockquote cite="https://www.samba.org/samba/history/samba-4.10.11.html">;
+	  <p>CVE-2019-14861:</p>
+	  <p>An authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name.</p>
+	  <p>CVE-2019-14870:</p>
+	  <p>The DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.samba.org/samba/history/samba-4.10.11.html</url>;
+      <cvename>CVE-2019-14861</cvename>
+      <cvename>CVE-2019-14870</cvename>
+    </references>
+    <dates>
+      <discovery>2019-12-10</discovery>
+      <entry>2019-12-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b7dc4dde-2e48-43f9-967a-c68461537cf2">
     <topic>dovecot -- null pointer deref in notify with empty headers</topic>
     <affects>



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