From owner-svn-ports-all@freebsd.org Tue Jan 12 14:50:45 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 6D927A6D227; Tue, 12 Jan 2016 14:50:45 +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 3C99D1C4E; Tue, 12 Jan 2016 14:50:45 +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 u0CEoiif020260; Tue, 12 Jan 2016 14:50:44 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CEoiFU020257; Tue, 12 Jan 2016 14:50:44 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601121450.u0CEoiFU020257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 12 Jan 2016 14:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405876 - 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.20 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, 12 Jan 2016 14:50:45 -0000 Author: rakuco Date: Tue Jan 12 14:50:43 2016 New Revision: 405876 URL: https://svnweb.freebsd.org/changeset/ports/405876 Log: Add entry for CVE-2015-8607 in devel/p5-PathTools. Security: CVE-2015-8607 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jan 12 14:38:48 2016 (r405875) +++ head/security/vuxml/vuln.xml Tue Jan 12 14:50:43 2016 (r405876) @@ -58,6 +58,40 @@ Notes: --> + + p5-PathTools -- File::Spec::canonpath loses taint + + + p5-PathTools + + 3.4000 + 3.6200 + + + + + +

Ricardo Signes reports:

+
+

Beginning in PathTools 3.47 and/or perl 5.20.0, the + File::Spec::canonpath() routine returned untained strings even if + passed tainted input. This defect undermines the guarantee of taint + propagation, which is sometimes used to ensure that unvalidated + user input does not reach sensitive code.

+

This defect was found and reported by David Golden of MongoDB.

+
+ +
+ + CVE-2015-8607 + https://rt.perl.org/Public/Bug/Display.html?id=126862 + + + 2016-01-11 + 2016-01-12 + +
+ php -- multiple vulnerabilities