From owner-svn-ports-head@freebsd.org Tue May 10 00:22:29 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 1FB2DB34F01; Tue, 10 May 2016 00:22:29 +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 C65B9138E; Tue, 10 May 2016 00:22:28 +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 u4A0MSiG086598; Tue, 10 May 2016 00:22:28 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4A0MR6G086597; Tue, 10 May 2016 00:22:27 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605100022.u4A0MR6G086597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 10 May 2016 00:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414896 - 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.22 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: Tue, 10 May 2016 00:22:29 -0000 Author: junovitch Date: Tue May 10 00:22:27 2016 New Revision: 414896 URL: https://svnweb.freebsd.org/changeset/ports/414896 Log: Fix version range for libarchive entry. [1] While here, add CVE and wrap lines at <80 PR: 209404 [1] Reported by: dereks@lifeofadishwasher.com [1] Security: CVE-2016-1541 Security: https://vuxml.FreeBSD.org/freebsd/2b4c8e1f-1609-11e6-b55e-b499baebfeaf.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon May 9 23:38:21 2016 (r414895) +++ head/security/vuxml/vuln.xml Tue May 10 00:22:27 2016 (r414896) @@ -63,26 +63,28 @@ Notes: libarchive - 2.3.0,1 + 3.2.0,1

The libarchive project reports:

-

Heap-based buffer overflow in the zip_read_mac_metadata function in - archive_read_support_format_zip.c in libarchive before 3.2.0 allows remote - attackers to execute arbitrary code via crafted entry-size values in a ZIP - archive.

+

Heap-based buffer overflow in the zip_read_mac_metadata function + in archive_read_support_format_zip.c in libarchive before 3.2.0 + allows remote attackers to execute arbitrary code via crafted + entry-size values in a ZIP archive.

+ CVE-2016-1541 https://github.com/libarchive/libarchive/commit/d0331e8e5b05b475f20b1f3101fe1ad772d7e7e7 2016-05-01 2016-05-09 + 2016-05-10