From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 05:59:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CBA1C34; Mon, 1 Jun 2015 05:59:01 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3E02D159F; Mon, 1 Jun 2015 05:59:01 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t515x1ui052942; Mon, 1 Jun 2015 05:59:01 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t515x09I052941; Mon, 1 Jun 2015 05:59:00 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506010559.t515x09I052941@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 1 Jun 2015 05:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388200 - 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: Mon, 01 Jun 2015 05:59:01 -0000 Author: delphij Date: Mon Jun 1 05:59:00 2015 New Revision: 388200 URL: https://svnweb.freebsd.org/changeset/ports/388200 Log: Reflect CVE-2015-2060 and CVE-2014-9556. PR: ports/198955 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jun 1 05:27:30 2015 (r388199) +++ head/security/vuxml/vuln.xml Mon Jun 1 05:59:00 2015 (r388200) @@ -57,6 +57,71 @@ Notes: --> + + cabextract -- directory traversal with UTF-8 symbols in filenames + + + cabextract + 1.6 + + + + +

Cabextract ChangeLog reports:

+
+

It was possible for cabinet files to extract to absolute file + locations, and it was possible on Cygwin to get around cabextract's + absolute and relative path protections by using backslashes.

+
+ +
+ + http://www.cabextract.org.uk/#changes + http://www.openwall.com/lists/oss-security/2015/02/18/3 + CVE-2015-2060 + + + 2015-02-18 + 2015-05-30 + +
+ + + libmspack -- frame_end overflow which could cause infinite loop + + + libmspack + 0.5 + + + cabextract + 1.5 + + + + +

There is a denial of service vulnerability in libmspack. The + libmspack code is built into cabextract, so it is also + vulnerable.

+

MITRE reports:

+
+

Integer overflow in the qtmd_decompress function in libmspack 0.4 + allows remote attackers to cause a denial of service (hang) via a + crafted CAB file, which triggers an infinite loop.

+
+ +
+ + CVE-2014-9556 + https://bugs.debian.org/773041 + http://www.openwall.com/lists/oss-security/2015/01/07/2 + + + 2014-12-11 + 2015-05-30 + +
+ django -- Fixed session flushing in the cached_db backend