Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 18:50:52 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356534 - head/security/vuxml
Message-ID:  <201406041850.s54IoqbC053901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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