Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2017 21:02:37 +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: r453377 - head/security/vuxml
Message-ID:  <201711022102.vA2L2b0e049283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Nov  2 21:02:37 2017
New Revision: 453377
URL: https://svnweb.freebsd.org/changeset/ports/453377

Log:
  security/vuxml: Document new OpenSSL vulnerabilitities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Nov  2 20:31:53 2017	(r453376)
+++ head/security/vuxml/vuln.xml	Thu Nov  2 21:02:37 2017	(r453377)
@@ -58,6 +58,50 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f40f07aa-c00f-11e7-ac58-b499baebfeaf">
+    <topic>OpenSSL -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>openssl</name>
+	<range><lt>1.0.2m,1</lt></range>
+      </package>
+      <package>
+	<name>openssl-devel</name>
+	<range><lt>1.1.0g</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/20171102.txt">;
+	  <p>bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736)<br/>
+	    Severity: Moderate<br/>
+	    There is a carry propagating bug in the x86_64 Montgomery squaring
+	    procedure. No EC algorithms are affected. Analysis suggests that
+	    attacks against RSA and DSA as a result of this defect would be
+	    very difficult to perform and are not believed likely. Attacks
+	    against DH are considered just feasible (although very difficult)
+	    because most of the work necessary to deduce information about a
+	    private key may be performed offline.</p>
+	  <p>Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)<br/>
+	    Severity: Low<br/>
+	    This issue was previously announced in security advisory
+	    https://www.openssl.org/news/secadv/20170828.txt, but the fix has
+	    not previously been included in a release due to its low severity.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.openssl.org/news/secadv/20171102.txt</url>;
+      <cvename>CVE-2017-3735</cvename>
+      <cvename>CVE-2017-3736</cvename>
+    </references>
+    <dates>
+      <discovery>2017-11-02</discovery>
+      <entry>2017-11-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cee3d12f-bf41-11e7-bced-00e04c1ea73d">
     <topic>wordpress -- multiple issues</topic>
     <affects>



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