diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-04-08 06:05:06 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-04-08 06:05:06 +0800 |
commit | c14487aa3340241119118eb4a738ce0ed61bf7e2 (patch) | |
tree | eedfd5c0f869309fde589bbe583b1746e421a025 | |
parent | 7216882904cb8fa7fbb969bb5f54e2ba8da6d8aa (diff) | |
download | freebsd-ports-gnome-c14487aa3340241119118eb4a738ce0ed61bf7e2.tar.gz freebsd-ports-gnome-c14487aa3340241119118eb4a738ce0ed61bf7e2.tar.zst freebsd-ports-gnome-c14487aa3340241119118eb4a738ce0ed61bf7e2.zip |
- Document Openssl vulnerabilities
Security: CVE-2014-0160
Security: CVE-2014-0076
Security: https://www.openssl.org/news/secadv_20140407.txt
MFH: 2014Q2
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 65370c7603cb..ef60e049268a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,42 @@ Note: Please add new entries to the beginning of this file. --> <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> |