Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2020 12:14: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: r537888 - head/security/vuxml
Message-ID:  <202006041214.054CEg5X054292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jun  4 12:14:42 2020
New Revision: 537888
URL: https://svnweb.freebsd.org/changeset/ports/537888

Log:
  Add entry for GNUTLS-SA-2020-06-03 (flaw in TLS).
  Add CVE reference to previous GnuTLS entry.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun  4 12:12:43 2020	(r537887)
+++ head/security/vuxml/vuln.xml	Thu Jun  4 12:14:42 2020	(r537888)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ef5b4f5f-a658-11ea-80d7-001cc0382b2f">
+    <topic>GnuTLS -- flaw in TLS session ticket key construction</topic>
+    <affects>
+      <package>
+	<name>gnutls</name>
+	<range><lt>3.6.14</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-06-03">;
+	  <p>It was found that GnuTLS 3.6.4 introduced a regression in the TLS
+	    protocol implementation. This caused the TLS server to not securely
+	    construct a session ticket encryption key considering the
+	    application supplied secret, allowing a MitM attacker to bypass
+	    authentication in TLS 1.3 and recover previous conversations in TLS
+	    1.2.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://gnutls.org/security-new.html#GNUTLS-SA-2020-06-03</url>;
+      <cvename>CVE-2020-13777</cvename>
+    </references>
+    <dates>
+      <discovery>2020-06-03</discovery>
+      <entry>2020-06-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ca8327f7-a5a5-11ea-a860-08002728f74c">
     <topic>websocket-extensions -- ReDoS vulnerability</topic>
     <affects>
@@ -2945,6 +2976,7 @@ If successful, a malicious third party could trigger e
     </description>
     <references>
       <url>https://gnutls.org/security-new.html#GNUTLS-SA-2020-03-31</url>;
+      <cvename>CVE-2020-11501</cvename>
     </references>
     <dates>
       <discovery>2020-03-31</discovery>



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