From owner-svn-ports-head@freebsd.org Mon Jan 18 23:50:11 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 B834EA873A8; Mon, 18 Jan 2016 23:50:11 +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 921771748; Mon, 18 Jan 2016 23:50:11 +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 u0INoAs9052333; Mon, 18 Jan 2016 23:50:10 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0INoAfl052331; Mon, 18 Jan 2016 23:50:10 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601182350.u0INoAfl052331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 18 Jan 2016 23:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406623 - 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: Mon, 18 Jan 2016 23:50:11 -0000 Author: junovitch Date: Mon Jan 18 23:50:10 2016 New Revision: 406623 URL: https://svnweb.freebsd.org/changeset/ports/406623 Log: Document several vulnerabilities in libarchive PR: 200176 Reported by: Sevan Janiyan Security: CVE-2013-0211 Security: CVE-2015-2304 Security: https://vuxml.FreeBSD.org/freebsd/7c63775e-be31-11e5-b5fe-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jan 18 23:08:10 2016 (r406622) +++ head/security/vuxml/vuln.xml Mon Jan 18 23:50:10 2016 (r406623) @@ -58,6 +58,58 @@ Notes: --> + + libarchive -- multiple vulnerabilities + + + libarchive + 3.1.2_5,1 + + + + +

MITRE reports:

+
+

Integer signedness error in the archive_write_zip_data function in + archive_write_set_format_zip.c in libarchive 3.1.2 and earlier, when + running on 64-bit machines, allows context-dependent attackers to + cause a denial of service (crash) via unspecified vectors, which + triggers an improper conversion between unsigned and signed types, + leading to a buffer overflow.

+
+
+

Absolute path traversal vulnerability in bsdcpio in libarchive + 3.1.2 and earlier allows remote attackers to write to arbitrary + files via a full pathname in an archive.

+
+

Libarchive issue tracker reports:

+
+

Using a crafted tar file bsdtar can perform an out-of-bounds memory + read which will lead to a SEGFAULT. The issue exists when the + executable skips data in the archive. The amount of data to skip is + defined in byte offset [16-19] If ASLR is disabled, the issue can + lead to an infinite loop.

+
+ +
+ + CVE-2013-0211 + CVE-2015-2304 + ports/200176 + https://github.com/libarchive/libarchive/pull/110 + https://github.com/libarchive/libarchive/commit/5935715 + https://github.com/libarchive/libarchive/commit/2253154 + https://github.com/libarchive/libarchive/issues/502 + https://github.com/libarchive/libarchive/commit/3865cf2 + https://github.com/libarchive/libarchive/commit/e6c9668 + https://github.com/libarchive/libarchive/commit/24f5de6 + + + 2012-12-06 + 2016-01-18 + +
+ go -- information disclosure vulnerability