diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2015-06-11 21:35:48 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2015-06-11 21:35:48 +0000 |
commit | ad01f5ea18912d045e9aefe0e74a40d4174adda2 (patch) | |
tree | 07a1837b9adf4fe7dea1c8b252d3414257c6e2f5 | |
parent | deb721cc3686bca6d24996ef2c6589dd8fe7966d (diff) | |
download | freebsd-ports-ad01f5ea18912d045e9aefe0e74a40d4174adda2.zip |
- Document recent vulnerabilities in security/openssl
-rw-r--r-- | security/vuxml/vuln.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d56a993833e2..518bc54ba5d4 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,48 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="8305e215-1080-11e5-8ba2-000c2980a9f3"> + <topic>openssl -- multiple vulnerabilities</topic> + <affects> + <package> + <name>openssl</name> + <range><lt>1.0.2_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The OpenSSL team reports:</p> + <blockquote cite="https://www.openssl.org/news/secadv_20150611.txt"> + <ul> + <li>Missing DHE man-in-the-middle protection (Logjam) + (CVE-2015-4000)</li> + <li>Malformed ECParameters causes infinite loop (CVE-2015-1788)</li> + <li>Exploitable out-of-bounds read in X509_cmp_time + (CVE-2015-1789)</li> + <li>iPKCS7 crash with missing EnvelopedContent (CVE-2015-1790)</li> + <li>CMS verify infinite loop with unknown hash function + (CVE-2015-1792)</li> + <li>Race condition handling NewSessionTicket (CVE-2015-1791)</li> + <li>Invalid free in DTLS (CVE-2014-8176)</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-8176</cvename> + <cvename>CVE-2015-1788</cvename> + <cvename>CVE-2015-1789</cvename> + <cvename>CVE-2015-1790</cvename> + <cvename>CVE-2015-1791</cvename> + <cvename>CVE-2015-1792</cvename> + <url>https://www.openssl.org/news/secadv_20150611.txt</url> + </references> + <dates> + <discovery>2015-06-11</discovery> + <entry>2015-06-11</entry> + </dates> + </vuln> + <vuln vid="1e63db88-1050-11e5-a4df-c485083ca99c"> <topic>Adobe Flash Player -- critical vulnerabilities</topic> <affects> |