From owner-svn-ports-head@freebsd.org Wed Jun 21 17:20:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB289D943F5; Wed, 21 Jun 2017 17:20:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A07CD74ADA; Wed, 21 Jun 2017 17:20:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5LHKA1Z036853; Wed, 21 Jun 2017 17:20:10 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LHKARA036851; Wed, 21 Jun 2017 17:20:10 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201706211720.v5LHKARA036851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 21 Jun 2017 17:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444042 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 17:20:11 -0000 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.) --> + + OpenVPN -- several vulnerabilities + + + openvpn + 2.3.17 + 2.4.02.4.3 + + + openvpn-mbedtls + 2.4.3 + + + openvpn-polarssl + 2.3.17 + + + + +

Samuli Seppänen reports:

+
+

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.

+

This is a list of fixed important vulnerabilities:

+
    +
  • Remotely-triggerable ASSERT() on malformed IPv6 packet
  • +
  • Pre-authentication remote crash/information disclosure for clients
  • +
  • Potential double-free in --x509-alt-username
  • +
  • Remote-triggerable memory leaks
  • +
  • Post-authentication remote DoS when using the --x509-track option
  • +
  • Null-pointer dereference in establish_http_proxy_passthru()
  • +
+
+ +
+ + https://community.openvpn.net/openvpn/wiki/VulnerabilitiesFixedInOpenVPN243 + CVE-2017-7508 + CVE-2017-7512 + CVE-2017-7520 + CVE-2017-7521 + CVE-2017-7522 + + + 2017-05-19 + 2017-06-21 + +
+ Apache httpd -- several vulnerabilities