Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 15:52:42 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529982 - head/security/vuxml
Message-ID:  <202003311552.02VFqg8Q094869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Mar 31 15:52:41 2020
New Revision: 529982
URL: https://svnweb.freebsd.org/changeset/ports/529982

Log:
  Add entry for GNUTLS-SA-2020-03-31 (flaw in DTLS).
  
  Security:	https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Mar 31 15:46:42 2020	(r529981)
+++ head/security/vuxml/vuln.xml	Tue Mar 31 15:52:41 2020	(r529982)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="d887b3d9-7366-11ea-b81a-001cc0382b2f">
+    <topic>GnuTLS -- flaw in DTLS protocol implementation</topic>
+    <affects>
+      <package>
+	<name>gnutls</name>
+	<range><lt>3.6.13</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The GnuTLS project reports:</p>
+	<blockquote cite="https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31">;
+	  <p>It was found that GnuTLS 3.6.3 introduced a regression in the DTLS
+	    protocol implementation. This caused the DTLS client to not
+	    contribute any randomness to the DTLS negotiation breaking the
+	    security guarantees of the DTLS protocol.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31</url>;
+    </references>
+    <dates>
+      <discovery>2020-03-31</discovery>
+      <entry>2020-03-31</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d331f691-71f4-11ea-8bb5-6cc21735f730">
     <topic>PostgresSQL -- ALTER ... DEPENDS ON EXTENSION is missing authorization checks</topic>
     <affects>



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