Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 14:50:47 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465709 - head/security/vuxml
Message-ID:  <201803271450.w2REolUE075222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Tue Mar 27 14:50:47 2018
New Revision: 465709
URL: https://svnweb.freebsd.org/changeset/ports/465709

Log:
  security/vuxml: Document OpenSSL vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Mar 27 14:44:07 2018	(r465708)
+++ head/security/vuxml/vuln.xml	Tue Mar 27 14:50:47 2018	(r465709)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271450.w2REolUE075222>