From owner-svn-ports-head@freebsd.org Sat Mar 11 10:28:23 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 DB2B4D05E9B; Sat, 11 Mar 2017 10:28:23 +0000 (UTC) (envelope-from tcberner@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 B5D701EE7; Sat, 11 Mar 2017 10:28:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2BASM8n087451; Sat, 11 Mar 2017 10:28:22 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2BASMVh087450; Sat, 11 Mar 2017 10:28:22 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703111028.v2BASMVh087450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 11 Mar 2017 10:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435895 - 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: Sat, 11 Mar 2017 10:28:24 -0000 Author: tcberner Date: Sat Mar 11 10:28:22 2017 New Revision: 435895 URL: https://svnweb.freebsd.org/changeset/ports/435895 Log: Adress CVE-2017-6410 in devel/kf5-kio and x11/kdelibs4 Using a malicious PAC file, and then using exfiltration methods in the PAC function FindProxyForURL() enables the attacker to expose full https URLs. This is a security issue since https URLs may contain sensitive information in the URL authentication part (user:password@host), and in the path and the query (e.g. access tokens). This attack can be carried out remotely (over the LAN) since proxy settings allow ``Detect Proxy Configuration Automatically'' This setting uses WPAD to retrieve the PAC file, and an attacker who has access to the victim's LAN can interfere with the WPAD protocols (DHCP/DNS+HTTP) and inject his/her own malicious PAC instead of the legitimate one. Reviewed by: mat, rakuco Approved by: rakuco (mentor), mat (mentor) Obtained from: https://marc.info/?l=kde-announce&m=148831226706885&w=2 MFH: 2017Q1 Security: CVE-2017-6410 Differential Revision: https://reviews.freebsd.org/D9908 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Mar 11 09:44:20 2017 (r435894) +++ head/security/vuxml/vuln.xml Sat Mar 11 10:28:22 2017 (r435895) @@ -58,6 +58,44 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + kio: Information Leak when accessing https when using a malicious PAC file + + + kdelibs + 4.14.29_10 + + + kf5-kio + 5.31.0_1 + + + + +

Albert Astals Cid reports:

+
+

Using a malicious PAC file, and then using exfiltration methods in the PAC + function FindProxyForURL() enables the attacker to expose full https URLs.

+

This is a security issue since https URLs may contain sensitive + information in the URL authentication part (user:password@host), and in the + path and the query (e.g. access tokens).

+

This attack can be carried out remotely (over the LAN) since proxy settings + allow "Detect Proxy Configuration Automatically". + This setting uses WPAD to retrieve the PAC file, and an attacker who has access + to the victim's LAN can interfere with the WPAD protocols (DHCP/DNS+HTTP) + and inject his/her own malicious PAC instead of the legitimate one.

+
+ +
+ + https://www.kde.org/info/security/advisory-20170228-1.txt + + + 2017-02-28 + 2017-03-11 + +
+ wordpress -- multiple vulnerabilities