diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-11-11 03:23:52 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-11-11 03:23:52 +0800 |
commit | e3354bf0a531f6703cf76955395e0eded3378362 (patch) | |
tree | d2a5b8bc15759592a2dfaad4f4ac39e232ab45a1 /security | |
parent | 3846e896b1845b3b221168d096fe1e129d42d931 (diff) | |
download | freebsd-ports-graphics-e3354bf0a531f6703cf76955395e0eded3378362.tar.gz freebsd-ports-graphics-e3354bf0a531f6703cf76955395e0eded3378362.tar.zst freebsd-ports-graphics-e3354bf0a531f6703cf76955395e0eded3378362.zip |
security/vuxml: Document new OpenSSL 1.1.0 vulnerabilities
Diffstat (limited to 'security')
-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 32897fbf958..8b667b576a1 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> |