diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 40 |
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, |