diff options
-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> |