From owner-svn-ports-all@FreeBSD.ORG Tue Feb 3 22:35:07 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 4BFF783E; Tue, 3 Feb 2015 22:35:07 +0000 (UTC) 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 1CC119C0; Tue, 3 Feb 2015 22:35:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13MZ6xg016897; Tue, 3 Feb 2015 22:35:06 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13MZ6UF016896; Tue, 3 Feb 2015 22:35:06 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502032235.t13MZ6UF016896@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 3 Feb 2015 22:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378381 - 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.18-1 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: Tue, 03 Feb 2015 22:35:07 -0000 Author: delphij Date: Tue Feb 3 22:35:06 2015 New Revision: 378381 URL: https://svnweb.freebsd.org/changeset/ports/378381 QAT: https://qat.redports.org/buildarchive/r378381/ Log: Document unzip out of boundary access issues in test_compr_eb. PR: ports/197300 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 3 22:15:43 2015 (r378380) +++ head/security/vuxml/vuln.xml Tue Feb 3 22:35:06 2015 (r378381) @@ -57,6 +57,38 @@ Notes: --> + + unzip -- out of boundary access issues in test_compr_eb + + + unzip + 6.0_4 + + + + +

Ubuntu Security Notice USN-2489-1 reports:

+
+

Michal Zalewski discovered that unzip incorrectly handled + certain malformed zip archives. If a user or automated system + were tricked into processing a specially crafted zip archive, + an attacker could possibly execute arbitrary code.

+
+ +
+ + CVE-2014-9636 + http://www.ubuntu.com/usn/usn-2489-1/ + http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-9636.html + http://seclists.org/oss-sec/2014/q4/489 + http://www.info-zip.org/phpBB3/viewtopic.php?f=7&t=450 + + + 2014-11-02 + 2015-02-03 + +
+ Xymon -- buffer overrun