diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-11-10 19:23:52 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-11-10 19:23:52 +0000 |
commit | 5d5e3ed4eb6fb2db2f0cc2827b6a0d9a37885e19 (patch) | |
tree | d2a5b8bc15759592a2dfaad4f4ac39e232ab45a1 | |
parent | misc/py-tqdm: update 4.8.4 -> 4.9.0 (diff) |
security/vuxml: Document new OpenSSL 1.1.0 vulnerabilities
Notes
Notes:
svn path=/head/; revision=425852
-rw-r--r-- | security/vuxml/vuln.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 32897fbf958e..8b667b576a1c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="50751310-a763-11e6-a881-b499baebfeaf"> + <topic>openssl -- multiple vulnerabilities</topic> + <affects> + <package> + <name>openssl-devel</name> + <range><lt>1.0.1c</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/20161110.txt"> + <ul> + <li>ChaCha20/Poly1305 heap-buffer-overflow (CVE-2016-7054)<br/> + Severity: High<br/> + TLS connections using *-CHACHA20-POLY1305 ciphersuites are susceptible to a DoS + attack by corrupting larger payloads. This can result in an OpenSSL crash. This + issue is not considered to be exploitable beyond a DoS.</li> + <li>CMS Null dereference (CVE-2016-7053)<br/> + Severity: Medium<br/> + Applications parsing invalid CMS structures can crash with a NULL pointer + dereference. This is caused by a bug in the handling of the ASN.1 CHOICE type + in OpenSSL 1.1.0 which can result in a NULL value being passed to the structure + callback if an attempt is made to free certain invalid encodings. Only CHOICE + structures using a callback which do not handle NULL value are affected.</li> + <li>Montgomery multiplication may produce incorrect results (CVE-2016-7055)i<br/> + Severity: Low<br/> + There is a carry propagating bug in the Broadwell-specific Montgomery + multiplication procedure that handles input lengths divisible by, but + longer than 256 bits.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>https://www.openssl.org/news/secadv/20161110.txt</url> + <cvename>CVE-2016-7054</cvename> + <cvename>CVE-2016-7053</cvename> + <cvename>CVE-2016-7055</cvename> + </references> + <dates> + <discovery>2016-11-10</discovery> + <entry>2016-11-10</entry> + </dates> + </vuln> + <vuln vid="a3473f5a-a739-11e6-afaa-e8e0b747a45a"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |