From owner-svn-ports-head@FreeBSD.ORG Sat Mar 29 08:30:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17ABCD87; Sat, 29 Mar 2014 08:30:52 +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 DEB49614; Sat, 29 Mar 2014 08:30:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2T8Up7P064876; Sat, 29 Mar 2014 08:30:51 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2T8UpZN064875; Sat, 29 Mar 2014 08:30:51 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201403290830.s2T8UpZN064875@svn.freebsd.org> From: Brendan Fabeny Date: Sat, 29 Mar 2014 08:30:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349486 - 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.17 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: Sat, 29 Mar 2014 08:30:52 -0000 Author: bf Date: Sat Mar 29 08:30:51 2014 New Revision: 349486 URL: http://svnweb.freebsd.org/changeset/ports/349486 QAT: https://qat.redports.org/buildarchive/r349486/ Log: Add an entry for CVE-2014-2270, and correct the indentation in the entry for CVE-2014-1943 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Mar 29 08:17:53 2014 (r349485) +++ head/security/vuxml/vuln.xml Sat Mar 29 08:30:51 2014 (r349486) @@ -51,6 +51,34 @@ Note: Please add new entries to the beg --> + + file -- out-of-bounds access in search rules with offsets from input file + + + file + 5.18 + + + + +

Aaron Reffett reports:

+
+

softmagic.c in file ... and libmagic allows context-dependent + attackers to cause a denial of service (out-of-bounds memory access and + crash) via crafted offsets in the softmagic of a PE executable.

+
+ +
+ + CVE-2014-2270 + http://bugs.gw.com/view.php?id=31 + + + 2013-12-20 + 2014-03-29 + +
+ Joomla! -- Core - Multiple Vulnerabilities @@ -820,9 +848,9 @@ Note: Please add new entries to the beg

The Fine Free file project reports:

-

... file before 5.17 allows context-dependent attackers to - cause a denial of service (infinite recursion, CPU consumption, and - crash) via a crafted indirect offset value in the magic of a file.

+

file before 5.17 allows context-dependent attackers to + cause a denial of service (infinite recursion, CPU consumption, and + crash) via a crafted indirect offset value in the magic of a file.