From owner-svn-ports-head@freebsd.org Mon Oct 10 12:43:46 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 693E3C0B083; Mon, 10 Oct 2016 12:43: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 mx1.freebsd.org (Postfix) with ESMTPS id 35D14F07; Mon, 10 Oct 2016 12:43: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 u9AChjKq072874; Mon, 10 Oct 2016 12:43:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AChjaJ072871; Mon, 10 Oct 2016 12:43:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101243.u9AChjaJ072871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 12:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423658 - 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: Mon, 10 Oct 2016 12:43:46 -0000 Author: feld Date: Mon Oct 10 12:43:44 2016 New Revision: 423658 URL: https://svnweb.freebsd.org/changeset/ports/423658 Log: Document FreeBSD-SA-16:31.libarchive Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 10 12:43:22 2016 (r423657) +++ head/security/vuxml/vuln.xml Mon Oct 10 12:43:44 2016 (r423658) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- Multiple libarchive vulnerabilities + + + FreeBSD + 11.011.0_1 + 10.310.3_10 + 10.210.2_23 + 10.110.1_40 + + + + +

Problem Description:

+

Flaws in libarchive's handling of symlinks and hard links + allow overwriting files outside the extraction directory, + or permission changes to a directory outside the extraction + directory.

+

Impact:

+

An attacker who can control freebsd-update's or portsnap's + input to tar can change file content or permisssions on + files outside of the update tool's working sandbox.

+ +
+ + SA-16:31.libarchive + + + 2016-10-05 + 2016-10-10 + +
+ FreeBSD -- Multiple portsnap vulnerabilities