aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-03-27 22:50:47 +0800
committerBernard Spil <brnrd@FreeBSD.org>2018-03-27 22:50:47 +0800
commit8389a17fe2f714c7d19d27d4f31dae13007b0b17 (patch)
tree6f1db97e896faa14c47b00534bb48956e7696a5b
parentab7daed587409cedeb543ee847dac1151c8787f9 (diff)
downloadfreebsd-ports-8389a17fe2f714c7d19d27d4f31dae13007b0b17.tar.gz
freebsd-ports-8389a17fe2f714c7d19d27d4f31dae13007b0b17.tar.zst
freebsd-ports-8389a17fe2f714c7d19d27d4f31dae13007b0b17.zip
security/vuxml: Document OpenSSL vulnerabilities
Notes
Notes: svn path=/head/; revision=465709
-rw-r--r--security/vuxml/vuln.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index df796b8713e0..76c0456f9c34 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,49 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="b7cff5a9-31cc-11e8-8f07-b499baebfeaf">
+ <topic>OpenSSL -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>openssl</name>
+ <range><lt>1.0.2o,1</lt></range>
+ </package>
+ <package>
+ <name>openssl-devel</name>
+ <range><lt>1.1.0h</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The OpenSSL project reports:</p>
+ <blockquote cite="https://www.openssl.org/news/secadv/20180327.txt">
+ <ul><li>Constructed ASN.1 types with a recursive definition could
+ exceed the stack (CVE-2018-0739)<br/>
+ Constructed ASN.1 types with a recursive definition (such as can be
+ found in PKCS7) could eventually exceed the stack given malicious input
+ with excessive recursion. This could result in a Denial Of Service
+ attack. There are no such structures used within SSL/TLS that come from
+ untrusted sources so this is considered safe.</li>
+ <li>rsaz_1024_mul_avx2 overflow bug on x86_64 (CVE-2017-3738)<br/>
+ There is an overflow bug in the AVX2 Montgomery multiplication
+ procedure used in exponentiation with 1024-bit moduli. This only
+ affects processors that support the AVX2 but not ADX extensions
+ like Intel Haswell (4th generation).</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://www.openssl.org/news/secadv/20180327.txt</url>
+ <cvename>CVE-2018-0739</cvename>
+ <cvename>CVE-2017-3738</cvename>
+ </references>
+ <dates>
+ <discovery>2018-03-27</discovery>
+ <entry>2018-03-27</entry>
+ </dates>
+ </vuln>
+
<vuln vid="23f59689-0152-42d3-9ade-1658d6380567">
<topic>mozilla -- use-after-free in compositor</topic>
<affects>