svn commit: r356534 - head/security/vuxml

Cy Schubert cy at FreeBSD.org
Wed Jun 4 18:50:53 UTC 2014


Author: cy
Date: Wed Jun  4 18:50:52 2014
New Revision: 356534
URL: http://svnweb.freebsd.org/changeset/ports/356534
QAT: https://qat.redports.org/buildarchive/r356534/

Log:
  Document gnutls CVE-2014-3466 to prevent memory corruption due to server
  hello parsing.
  
  Security:       CVE-2014-3466

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jun  4 18:03:35 2014	(r356533)
+++ head/security/vuxml/vuln.xml	Wed Jun  4 18:50:52 2014	(r356534)
@@ -57,6 +57,35 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="9733c480-ebff-11e3-970b-206a8a720317">
+    <topic>gnutls -- client-side memory corruption</topic>
+    <affects>
+      <package>
+	<name>gnutls</name>
+	<range>><lt>2.12.23_6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>GnuTLS project reports:</p>
+	<blockquote cite="www.gnutls.org/security.html#GNUTLS-SA-2014-3">
+	  <p>This vulnerability affects the client side of the gnutls library.
+	    A server that sends a specially crafted ServerHello could corrupt
+	    the memory of a requesting client.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2014-3466</cvename>
+      <url>http://www.gnutls.org/security.html#GNUTLS-SA-2014-3</url>
+    </references>
+    <dates>
+      <discovery>2014-05-14</discovery>
+      <entry>2014-06-04</entry>
+    </dates>
+  </vuln>
+
+<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
   <vuln vid="027af74d-eb56-11e3-9032-000c2980a9f3">
     <topic>gnutls -- client-side memory corruption</topic>
     <affects>


More information about the svn-ports-head mailing list