diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 41ea1857420f..83c58e12f7fc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2ecb7b20-d97e-11e0-b2e2-00215c6a37bb"> + <topic>openssl -- multiple vulnerabilities</topic> + <affects> + <package> + <name>openssl</name> + <range><ge>1.0.0</ge><lt>1.0.0_6</lt></range> + <range><ge>0.9.8</ge><lt>1.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>OpenSSL Team reports:</p> + <blockquote cite="http://openssl.org/news/secadv_20110906.txt"> + <p>Two security flaws have been fixed in OpenSSL 1.0.0e</p> + <p>Under certain circumstances OpenSSL's internal certificate + verification routines can incorrectly accept a CRL whose + nextUpdate field is in the past. (CVE-2011-3207)</p> + <p>OpenSSL server code for ephemeral ECDH ciphersuites is + not thread-safe, and furthermore can crash if a client + violates the protocol by sending handshake messages in + incorrect order. (CVE-2011-3210)</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2011-3207</cvename> + <cvename>CVE-2011-3210</cvename> + <url>http://www.openssl.org/news/secadv_20110906.txt</url> + </references> + <dates> + <discovery>2011-09-06</discovery> + <entry>2011-09-07</entry> + </dates> + </vuln> + <vuln vid="a83f25df-d775-11e0-8bf1-003067b2972c"> <topic>XSS issue in MantisBT</topic> <affects> |