From owner-svn-ports-head@freebsd.org Sun Jan 17 11:33:12 2016 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 85746A85153; Sun, 17 Jan 2016 11:33:12 +0000 (UTC) (envelope-from rakuco@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 430B01D1C; Sun, 17 Jan 2016 11:33:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HBXBIZ068301; Sun, 17 Jan 2016 11:33:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HBXBJJ068299; Sun, 17 Jan 2016 11:33:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601171133.u0HBXBJJ068299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 17 Jan 2016 11:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406302 - 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.20 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: Sun, 17 Jan 2016 11:33:12 -0000 Author: rakuco Date: Sun Jan 17 11:33:10 2016 New Revision: 406302 URL: https://svnweb.freebsd.org/changeset/ports/406302 Log: Document CVE-2012-4504 in net/libproxy and its slave ports. Security: CVE-2012-4504 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 17 11:18:31 2016 (r406301) +++ head/security/vuxml/vuln.xml Sun Jan 17 11:33:10 2016 (r406302) @@ -58,6 +58,65 @@ Notes: --> + + libproxy -- stack-based buffer overflow + + + + libproxy + 0.4.0 + 0.4.6_1 + + + libproxy-gnome + 0.4.0 + 0.4.6_2 + + + libproxy-kde + 0.4.0 + 0.4.6_6 + + + libproxy-perl + 0.4.0 + 0.4.6_3 + + + libproxy-webkit + 0.4.0 + 0.4.6_4 + + + + +

Tomas Hoger reports:

+
+

A buffer overflow flaw was discovered in the libproxy's + url::get_pac() used to download proxy.pac proxy auto-configuration + file. A malicious host hosting proxy.pac, or a man in the middle + attacker, could use this flaw to trigger a stack-based buffer + overflow in an application using libproxy, if proxy configuration + instructed it to download proxy.pac file from a remote HTTP + server.

+
+ +
+ + CVE-2012-4504 + https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-4504 + http://www.openwall.com/lists/oss-security/2012/10/12/1 + https://github.com/libproxy/libproxy/commit/c440553c12836664afd24a24fb3a4d10a2facd2c + https://bugzilla.redhat.com/show_bug.cgi?id=864417 + https://groups.google.com/forum/?fromgroups=#!topic/libproxy/VxZ8No7mT0E + + + 2012-10-10 + 2016-01-17 + +
+ ffmpeg -- remote attacker can access local files