From owner-svn-ports-all@freebsd.org Thu Apr 16 09:32:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60C672B7D96; Thu, 16 Apr 2020 09:32:26 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 492vBy1b5fz4GG3; Thu, 16 Apr 2020 09:32:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 186306A6E; Thu, 16 Apr 2020 09:32:26 +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 03G9WP0D092636; Thu, 16 Apr 2020 09:32:25 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03G9WPeT092632; Thu, 16 Apr 2020 09:32:25 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202004160932.03G9WPeT092632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 16 Apr 2020 09:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531833 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 531833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 09:32:26 -0000 Author: mandree Date: Thu Apr 16 09:32:25 2020 New Revision: 531833 URL: https://svnweb.freebsd.org/changeset/ports/531833 Log: document security/openvpn{,-mbedtls,-devel} illegal client float DoS URL: https://community.openvpn.net/openvpn/ticket/1272 Reported by: Lev Stipakov Security: CVE-2020-11810 Security: 8604121c-7fc2-11ea-bcac-7781e90b0c8f Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Apr 16 09:16:53 2020 (r531832) +++ head/security/vuxml/vuln.xml Thu Apr 16 09:32:25 2020 (r531833) @@ -58,6 +58,55 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openvpn -- illegal client float can break VPN session for other users + + + openvpn + 2.4.8_3 + + + openvpn-mbedtls + 2.4.8_3 + + + openvpn-devel + 202016 + + + + +

Lev Stipakov and Gert Doering report:

+
+

There is a time frame between allocating peer-id and initializing data + channel key (which is performed on receiving push request or on async + push-reply) in which the existing peer-id float checks do not work right.

+

If a "rogue" data channel packet arrives during that time frame from + another address and with same peer-id, this would cause client to float + to that new address.

+

The net effect of this behaviour is that the VPN session for the + "victim client" is broken. Since the "attacker client" does not have + suitable keys, it can not inject or steal VPN traffic from the other + session. The time window is small and it can not be used to attack + a specific client's session, unless some other way is found to make it + disconnect and reconnect first.

+
+ +
+ + https://github.com/OpenVPN/openvpn/commit/f7b318f811bb43c0d3aa7f337ec6242ed2c33881 + https://sourceforge.net/p/openvpn/openvpn/ci/f7b318f811bb43c0d3aa7f337ec6242ed2c33881/ + https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19720.html + https://community.openvpn.net/openvpn/ticket/1272 + https://patchwork.openvpn.net/patch/1077/ + CVE-2020-11810 + + + 2020-04-13 + 2020-04-16 + +
+ Mbed TLS -- Side channel attack on ECDSA