diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-06-04 18:50:52 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-06-04 18:50:52 +0000 |
commit | 42945633ebafbeeac613f8ea0a3a405a0d7208f5 (patch) | |
tree | f694ca55c6f239138b4c2408cd2a51ee563349b0 | |
parent | Support STAGE (diff) |
Document gnutls CVE-2014-3466 to prevent memory corruption due to server
hello parsing.
Security: CVE-2014-3466
Notes
Notes:
svn path=/head/; revision=356534
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4018edd0a3c5..04f9a7ab54e3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |