From owner-svn-ports-head@freebsd.org Wed Aug 22 21:28:46 2018 Return-Path: Delivered-To: svn-ports-head@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 B50DD109670D; Wed, 22 Aug 2018 21:28:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D36D8DB67; Wed, 22 Aug 2018 21:28:46 +0000 (UTC) (envelope-from feld@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 38C7F1892B; Wed, 22 Aug 2018 21:28:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7MLSk6T022123; Wed, 22 Aug 2018 21:28:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MLSjdR022122; Wed, 22 Aug 2018 21:28:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201808222128.w7MLSjdR022122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 22 Aug 2018 21:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477829 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 477829 X-SVN-Commit-Repository: ports 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.27 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, 22 Aug 2018 21:28:46 -0000 Author: feld Date: Wed Aug 22 21:28:45 2018 New Revision: 477829 URL: https://svnweb.freebsd.org/changeset/ports/477829 Log: Document FreeBSD-SA-18:11.hostapd Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Aug 22 21:28:04 2018 (r477828) +++ head/security/vuxml/vuln.xml Wed Aug 22 21:28:45 2018 (r477829) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- Unauthenticated EAPOL-Key Decryption Vulnerability + + + FreeBSD + 11.211.2_2 + 11.111.1_13 + 10.410.4_11 + + + + +

Problem Description:

+

When using WPA2, EAPOL-Key frames with the Encrypted + flag and without the MIC flag set, the data field was + decrypted first without verifying the MIC. When the dta + field was encrypted using RC4, for example, when negotiating + TKIP as a pairwise cipher, the unauthenticated but decrypted + data was subsequently processed. This opened wpa_supplicant(8) + to abuse by decryption and recovery of sensitive information + contained in EAPOL-Key messages.

+

See + https://w1.fi/security/2018-1/unauthenticated-eapol-key-decryption.txt + for a detailed description of the bug.

+

Impact:

+

All users of the WPA2 TKIP pairwise cipher are vulnerable + to information, for example, the group key.

+ +
+ + CVE-2018-1452 + SA-18:11.hostapd + + + 2018-08-14 + 2018-08-22 + +
+ FreeBSD -- Resource exhaustion in IP fragment reassembly