Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2016 19:23:53 +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: r425852 - head/security/vuxml
Message-ID:  <201611101923.uAAJNrkb002120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Nov 10 19:23:52 2016
New Revision: 425852
URL: https://svnweb.freebsd.org/changeset/ports/425852

Log:
  security/vuxml: Document new OpenSSL 1.1.0 vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Nov 10 18:39:19 2016	(r425851)
+++ head/security/vuxml/vuln.xml	Thu Nov 10 19:23:52 2016	(r425852)
@@ -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>



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