svn commit: r350550 - head/security/vuxml
Bryan Drewery
bdrewery at FreeBSD.org
Mon Apr 7 22:05:07 UTC 2014
Author: bdrewery
Date: Mon Apr 7 22:05:06 2014
New Revision: 350550
URL: http://svnweb.freebsd.org/changeset/ports/350550
QAT: https://qat.redports.org/buildarchive/r350550/
Log:
- Document Openssl vulnerabilities
Security: CVE-2014-0160
Security: CVE-2014-0076
Security: https://www.openssl.org/news/secadv_20140407.txt
MFH: 2014Q2
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Mon Apr 7 21:48:07 2014 (r350549)
+++ head/security/vuxml/vuln.xml Mon Apr 7 22:05:06 2014 (r350550)
@@ -51,6 +51,42 @@ Note: Please add new entries to the beg
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="5631ae98-be9e-11e3-b5e3-c80aa9043978">
+ <topic>OpenSSL -- Multiple vulnerabilities - private data exposure</topic>
+ <affects>
+ <package>
+ <name>openssl</name>
+ <range><ge>1.0.1</ge><lt>1.0.1_10</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>OpenSSL Reports:</p>
+ <blockquote cite="https://www.openssl.org/news/secadv_20140407.txt">
+ <p>A missing bounds check in the handling of the TLS heartbeat extension can be
+ used to reveal up to 64k of memory to a connected client or server.</p>
+ <p>Affected users should upgrade to OpenSSL 1.0.1g. Users unable to immediately
+ upgrade can alternatively recompile OpenSSL with -DOPENSSL_NO_HEARTBEATS.</p>
+ </blockquote>
+ <p>This also covers:</p>
+ <blockquote cite="https://www.openssl.org/news/vulnerabilities.html#2014-0076">
+ <p>Fix for the attack described in the paper "Recovering OpenSSL
+ ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://www.openssl.org/news/secadv_20140407.txt</url>
+ <url>https://www.openssl.org/news/vulnerabilities.html#2014-0076</url>
+ <cvename>CVE-2014-0160</cvename>
+ <cvename>CVE-2014-0076</cvename>
+ </references>
+ <dates>
+ <discovery>2014-04-07</discovery>
+ <entry>2014-04-07</entry>
+ </dates>
+ </vuln>
+
<vuln vid="ffa7c6e4-bb29-11e3-8136-60a44c524f57">
<topic>otrs -- Clickjacking issue</topic>
<affects>
More information about the svn-ports-all
mailing list