diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-01-06 23:55:38 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-01-06 23:55:38 +0000 |
commit | 7252c45230e70103026345f5a3845e77c20d6d10 (patch) | |
tree | 06ec02bbe742f660c55a024236236defbecef7ac | |
parent | c049727804f2543c2a1939b7757a8a4e2358eed7 (diff) | |
download | freebsd-ports-7252c45230e70103026345f5a3845e77c20d6d10.zip |
Document OpenSSL 1.0.1e multiple vulnerabilities.
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1b5c4d45d3bb..109d6b87988b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5aaa257e-772d-11e3-a65a-3c970e169bc2"> + <topic>openssl -- multiple vulnerabilities</topic> + <affects> + <package> + <name>openssl</name> + <range><lt>1.0.1_9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>OpenSSL development team reports:</p> + <blockquote cite="http://www.openssl.org/news/openssl-1.0.1-notes.html"> + <p>Major changes between OpenSSL 1.0.1e and OpenSSL 1.0.1f [6 Jan 2014]:</p> + <ul> + <li>Fix for TLS record tampering bug [CVE-2013-4353]</li> + <li>Fix for TLS version checking bug [CVE-2013-6449]</li> + <li>Fix for DTLS retransmission bug [CVE-2013-6450]</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-4353</cvename> + <cvename>CVE-2013-6449</cvename> + <cvename>CVE-2013-6450</cvename> + <url>http://www.openssl.org/news/openssl-1.0.1-notes.html</url> + </references> + <dates> + <discovery>2014-01-06</discovery> + <entry>2014-01-06</entry> + </dates> + </vuln> + <vuln vid="3e33a0bb-6b2f-11e3-b042-20cf30e32f6d"> <topic>OpenX -- SQL injection vulnerability</topic> <affects> |