From owner-svn-ports-head@freebsd.org Thu Jun 23 16:25:48 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 CCB7EB7331C; Thu, 23 Jun 2016 16:25:48 +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 84D052092; Thu, 23 Jun 2016 16:25:48 +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 u5NGPlN5033633; Thu, 23 Jun 2016 16:25:47 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5NGPlQl033632; Thu, 23 Jun 2016 16:25:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201606231625.u5NGPlQl033632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 23 Jun 2016 16:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417384 - 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: Thu, 23 Jun 2016 16:25:48 -0000 Author: feld Date: Thu Jun 23 16:25:47 2016 New Revision: 417384 URL: https://svnweb.freebsd.org/changeset/ports/417384 Log: Document libarchive vulnerabilities PR: 210493 Security: CVE-2015-8934 Security: CVE-2016-4300 Security: CVE-2016-4301 Security: CVE-2016-4302 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 23 16:24:13 2016 (r417383) +++ head/security/vuxml/vuln.xml Thu Jun 23 16:25:47 2016 (r417384) @@ -58,6 +58,47 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libarchive -- multiple vulnerabilities + + + libarchive + 3.2.1,1 + + + + +

Hanno Bock & Cisco Talos report:

+
+
    +
  • Out of bounds heap read in RAR parser

  • +
  • Signed integer overflow in ISO parser

  • +
  • TALOS-2016-0152 [CVE-2016-4300]: 7-Zip + read_SubStreamsInfo Integer Overflow

  • +
  • TALOS-2016-0153 [CVE-2016-4301]: mtree parse_device Stack + Based Buffer Overflow

  • +
  • TALOS-2016-0154 [CVE-2016-4302]: Libarchive Rar RestartModel + Heap Overflow

  • +
+
+ +
+ + http://openwall.com/lists/oss-security/2016/06/23/6 + https://github.com/libarchive/libarchive/issues/521 + https://github.com/libarchive/libarchive/issues/717#event-697151157 + http://blog.talosintel.com/2016/06/the-poisoned-archives.html + CVE-2015-8934 + CVE-2016-4300 + CVE-2016-4301 + CVE-2016-4302 + + + 2016-06-23 + 2016-06-23 + +
+ piwik -- XSS vulnerability