diff options
author | zi <zi@FreeBSD.org> | 2015-06-12 05:35:48 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2015-06-12 05:35:48 +0800 |
commit | 3c7888554f489d7b1cc3e2c0500ce4e38472ca50 (patch) | |
tree | 07a1837b9adf4fe7dea1c8b252d3414257c6e2f5 /security/vuxml | |
parent | 90dc37e3ff4e1b9e2cbd95192b0fa88ed6d726ea (diff) | |
download | freebsd-ports-gnome-3c7888554f489d7b1cc3e2c0500ce4e38472ca50.tar.gz freebsd-ports-gnome-3c7888554f489d7b1cc3e2c0500ce4e38472ca50.tar.zst freebsd-ports-gnome-3c7888554f489d7b1cc3e2c0500ce4e38472ca50.zip |
- Document recent vulnerabilities in security/openssl
Diffstat (limited to 'security/vuxml')
-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> |