From owner-svn-ports-all@freebsd.org Tue Apr 23 03:03:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEEAB158B82B; Tue, 23 Apr 2019 03:03:32 +0000 (UTC) (envelope-from cy@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 8F8128B491; Tue, 23 Apr 2019 03:03:32 +0000 (UTC) (envelope-from cy@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 A484B1E6C8; Tue, 23 Apr 2019 03:03:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3N33UFY047853; Tue, 23 Apr 2019 03:03:30 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3N33UJU047852; Tue, 23 Apr 2019 03:03:30 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201904230303.x3N33UJU047852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 23 Apr 2019 03:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499708 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 499708 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F8128B491 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Tue, 23 Apr 2019 03:03:33 -0000 Author: cy Date: Tue Apr 23 03:03:29 2019 New Revision: 499708 URL: https://svnweb.freebsd.org/changeset/ports/499708 Log: Document wpa_supplicant/hostapd EAP-pwd side-channel attack. CVE-2019-9495 (cache attack against EAP-pwd) Security: CVE-2019-9495, https://w1.fi/security/2019-2/eap-pwd-side-channel-attack.txt Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Apr 23 03:03:24 2019 (r499707) +++ head/security/vuxml/vuln.xml Tue Apr 23 03:03:29 2019 (r499708) @@ -58,6 +58,54 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- EAP-pwd side-channel attack + + + FreeBSD + 12.012.0_3 + 11.211.2_9 + + + wpa_supplicant + 2.8 + + + hostapd + 2.8 + + + + +

Problem Description:

+

Potential side channel attacks in the SAE implementations used + by both hostapd and wpa_supplicant (see CVE-2019-9494 and VU#871675). + EAP-pwd uses a similar design for deriving PWE from the password and + while a specific attack against EAP-pwd is not yet known to be tested, + there is no reason to believe that the EAP-pwd implementation would + be immune against the type of cache attack that was identified for the + SAE implementation. Since the EAP-pwd implementation in hostapd (EAP + server) and wpa_supplicant (EAP peer) does not support MODP groups, + the timing attack described against SAE is not applicable for the + EAP-pwd implementation.

+

See + https://w1.fi/security/2019-2/eap-pwd-side-channel-attack.txt + for a detailed description of the bug.

+

Impact:

+

All wpa_supplicant and hostapd versions with EAP-pwd support + (CONFIG_EAP_PWD=y in the build configuration and EAP-pwd being enabled + in the runtime configuration).

+ +
+ + CVE-2019-9495 + + + 2019-04-10 + 2019-04-23 + +
+ FreeBSD -- SAE side-channel attacks