svn commit: r430949 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Mon Jan 9 13:48:21 UTC 2017


Author: brnrd
Date: Mon Jan  9 13:48:19 2017
New Revision: 430949
URL: https://svnweb.freebsd.org/changeset/ports/430949

Log:
  security/vuxml: Document GnuTLS vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jan  9 13:35:57 2017	(r430948)
+++ head/security/vuxml/vuln.xml	Mon Jan  9 13:48:19 2017	(r430949)
@@ -58,6 +58,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="0c5369fc-d671-11e6-a9a5-b499baebfeaf">
+    <topic>GnuTLS -- Memory corruption vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>gnutls</name>
+	<range><lt>3.5.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The GnuTLS project reports:</p>
+	<blockquote cite="http://www.gnutls.org/news.html#2017-01-09">
+	  <ul>
+	    <li>It was found using the OSS-FUZZ fuzzer infrastructure that
+	      decoding a specially crafted OpenPGP certificate could lead
+	      to heap and stack overflows. (GNUTLS-SA-2017-2)</li>
+	    <li>It was found using the OSS-FUZZ fuzzer infrastructure that
+	      decoding a specially crafted X.509 certificate with Proxy
+	      Certificate Information extension present could lead to a
+	      double free. (GNUTLS-SA-2017-1)</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://www.gnutls.org/news.html#2017-01-09</url>
+      <url>http://www.gnutls.org/security.html#GNUTLS-SA-2017-2</url>
+      <url>http://www.gnutls.org/security.html#GNUTLS-SA-2017-1</url>
+    </references>
+    <dates>
+      <discovery>2017-01-09</discovery>
+      <entry>2017-01-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e5ec2767-d529-11e6-ae1b-002590263bf5">
     <topic>tomcat -- information disclosure vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list