summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-05-03 17:50:20 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-05-03 17:50:20 +0000
commitf7c15cbaace6bc4b98b2cf0896fcb804b8f94e78 (patch)
tree9d2ef9ba53ee376d3ed9f030e3be9fdf3cd1fc75 /security
parentUpdate to the 20160501 development snapshot of GCC 7. (diff)
security/vuxml: Document OpenSSL 1.0.2g vulnerabilities
Reviewed by: swills MFH: 2016Q2
Notes
Notes: svn path=/head/; revision=414543
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml40
1 files changed, 39 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 8ee6f800a31a..486fbd80f719 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,44 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="95564990-1138-11e6-b55e-b499baebfeaf">
+ <topic>OpenSSL -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>openssl</name>
+ <range><lt>1.0.2_11</lt></range>
+ </package>
+ <package>
+ <name>linux-c6-openssl</name>
+ <range><lt>1.0.1e_8</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/20160503.txt">
+ <p>Padding oracle in AES-NI CBC MAC check</p>
+ <p>EVP_EncodeUpdate overflow</p>
+ <p>EVP_EncryptUpdate overflow</p>
+ <p>ASN.1 BIO excessive memory allocation</p>
+ <p>EBCDIC overread</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://www.openssl.org/news/secadv/20160503.txt</url>
+ <url>CVE-2016-2107</url>
+ <url>CVE-2016-2105</url>
+ <url>CVE-2016-2106</url>
+ <url>CVE-2016-2109</url>
+ <url>CVE-2016-2176</url>
+ </references>
+ <dates>
+ <discovery>2016-05-03</discovery>
+ <entry>2016-05-03</entry>
+ </dates>
+ </vuln>
+
<vuln vid="be72e773-1131-11e6-94fa-002590263bf5">
<topic>gitlab -- privilege escalation via "impersonate" feature</topic>
<affects>
@@ -73,7 +111,7 @@ Notes:
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
- <p>SO-AND-SO reports:</p>
+ <p>GitLab reports:</p>
<blockquote cite="https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/">
<p>During an internal code review, we discovered a critical security
flaw in the "impersonate" feature of GitLab. Added in GitLab 8.2,