Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 17:20:10 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444042 - head/security/vuxml
Message-ID:  <201706211720.v5LHKARA036851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Jun 21 17:20:10 2017
New Revision: 444042
URL: https://svnweb.freebsd.org/changeset/ports/444042

Log:
  Document OpenVPN vulnerabilities.
  
  Security:	9f65d382-56a4-11e7-83e3-080027ef73ec
  Security:	CVE-2017-7508
  Security:	CVE-2017-7512
  Security:	CVE-2017-7520
  Security:	CVE-2017-7521
  Security:	CVE-2017-7522

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jun 21 17:17:02 2017	(r444041)
+++ head/security/vuxml/vuln.xml	Wed Jun 21 17:20:10 2017	(r444042)
@@ -58,6 +58,56 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="9f65d382-56a4-11e7-83e3-080027ef73ec">
+    <topic>OpenVPN -- several vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>openvpn</name>
+	<range><lt>2.3.17</lt></range>
+	<range><ge>2.4.0</ge><lt>2.4.3</lt></range>
+       </package>
+      <package>
+	<name>openvpn-mbedtls</name>
+	<range><lt>2.4.3</lt></range>
+       </package>
+      <package>
+	<name>openvpn-polarssl</name>
+	<range><lt>2.3.17</lt></range>
+       </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Samuli Seppänen reports:</p>
+	<blockquote cite="https://community.openvpn.net/openvpn/wiki/VulnerabilitiesFixedInOpenVPN243">;
+	  <p>In May/June 2017 Guido Vranken threw a fuzzer at OpenVPN 2.4.2. In
+	    the process he found several vulnerabilities and reported them to
+	    the OpenVPN project. [...] The first releases to have these fixes are OpenVPN 2.4.3 and 2.3.17.</p>
+	  <p>This is a list of fixed important vulnerabilities:</p>
+	  <ul>
+	    <li>Remotely-triggerable ASSERT() on malformed IPv6 packet</li>
+	    <li>Pre-authentication remote crash/information disclosure for clients</li>
+	    <li>Potential double-free in --x509-alt-username</li>
+	    <li>Remote-triggerable memory leaks</li>
+	    <li>Post-authentication remote DoS when using the --x509-track option</li>
+	    <li>Null-pointer dereference in establish_http_proxy_passthru()</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://community.openvpn.net/openvpn/wiki/VulnerabilitiesFixedInOpenVPN243</url>;
+      <cvename>CVE-2017-7508</cvename>
+      <cvename>CVE-2017-7512</cvename>
+      <cvename>CVE-2017-7520</cvename>
+      <cvename>CVE-2017-7521</cvename>
+      <cvename>CVE-2017-7522</cvename>
+    </references>
+    <dates>
+      <discovery>2017-05-19</discovery>
+      <entry>2017-06-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="0c2db2aa-5584-11e7-9a7d-b499baebfeaf">
     <topic>Apache httpd -- several vulnerabilities</topic>
     <affects>



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