diff options
author | delphij <delphij@FreeBSD.org> | 2015-07-10 07:13:27 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-07-10 07:13:27 +0800 |
commit | 02fb54e455a91b4d5792e2d1198400b7de75327e (patch) | |
tree | 0da4c7231519780f14319f1ab0d14f80bbdc53f4 /security/vuxml | |
parent | afcb58572a1772c00557546339d45d8cc6342a71 (diff) | |
download | freebsd-ports-gnome-02fb54e455a91b4d5792e2d1198400b7de75327e.tar.gz freebsd-ports-gnome-02fb54e455a91b4d5792e2d1198400b7de75327e.tar.zst freebsd-ports-gnome-02fb54e455a91b4d5792e2d1198400b7de75327e.zip |
Document OpenSSL alternative chains certificate forgery vulnerability.
Diffstat (limited to 'security/vuxml')
-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 77784910ce7d..897f3610e391 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,42 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="075952fe-267e-11e5-9d03-3c970e169bc2"> + <topic>openssl -- alternate chains certificate forgery vulnerability</topic> + <affects> + <package> + <name>openssl</name> + <range><ge>1.0.2_2</ge><lt>1.0.2_4</lt></range> + </package> + <package> + <name>mingw32-openssl</name> + <range><ge>1.0.2b</ge><lt>1.0.2d</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_20150709.txt"> + <p>During certificate verification, OpenSSL (starting from version + 1.0.1n and 1.0.2b) will attempt to find an alternative certificate + chain if the first attempt to build such a chain fails. An error + in the implementation of this logic can mean that an attacker could + cause certain checks on untrusted certificates to be bypassed, + such as the CA flag, enabling them to use a valid leaf certificate + to act as a CA and "issue" an invalid certificate.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-1793</cvename> + <url>https://www.openssl.org/news/secadv_20150709.txt</url> + </references> + <dates> + <discovery>2015-07-09</discovery> + <entry>2015-07-09</entry> + </dates> + </vuln> + <vuln vid="37ed8e9c-2651-11e5-86ff-14dae9d210b8"> <topic>django -- multiple vulnerabilities</topic> <affects> |