From owner-svn-ports-all@freebsd.org Tue Apr 19 00:36:19 2016 Return-Path: Delivered-To: svn-ports-all@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 648FEB1341E; Tue, 19 Apr 2016 00:36:19 +0000 (UTC) (envelope-from junovitch@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 0F2CF12A5; Tue, 19 Apr 2016 00:36:18 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3J0aIwb074345; Tue, 19 Apr 2016 00:36:18 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3J0aIOL074344; Tue, 19 Apr 2016 00:36:18 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201604190036.u3J0aIOL074344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 19 Apr 2016 00:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413617 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 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, 19 Apr 2016 00:36:19 -0000 Author: junovitch Date: Tue Apr 19 00:36:17 2016 New Revision: 413617 URL: https://svnweb.freebsd.org/changeset/ports/413617 Log: Document wpa_supplicant security advisories PR: 208482 Security: CVE-2015-5310 Security: CVE-2015-5315 Security: CVE-2015-5316 Security: https://vuxml.FreeBSD.org/freebsd/976567f6-05c5-11e6-94fa-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Apr 18 23:28:09 2016 (r413616) +++ head/security/vuxml/vuln.xml Tue Apr 19 00:36:17 2016 (r413617) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + wpa_supplicant -- multiple vulnerabilities + + + wpa_supplicant + 2.5_1 + + + + +

Jouni Malinen reports:

+
+

wpa_supplicant unauthorized WNM Sleep Mode GTK control. (2015-6 - + CVE-2015-5310)

+
+
+

EAP-pwd missing last fragment length validation. (2015-7 - + CVE-2015-5315)

+
+
+

EAP-pwd peer error path failure on unexpected Confirm message. + (2015-8 - CVE-2015-5316)

+
+ +
+ + CVE-2015-5310 + CVE-2015-5315 + CVE-2015-5316 + ports/208482 + http://w1.fi/security/2015-6/wpa_supplicant-unauthorized-wnm-sleep-mode-gtk-control.txt + http://w1.fi/security/2015-7/eap-pwd-missing-last-fragment-length-validation.txt + http://w1.fi/security/2015-8/eap-pwd-unexpected-confirm.txt + + + 2015-11-10 + 2016-04-19 + +
+ dhcpcd -- remote code execution/denial of service