From owner-svn-ports-head@FreeBSD.ORG Sun Mar 9 08:43:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B6DBC89; Sun, 9 Mar 2014 08:43:49 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18505311; Sun, 9 Mar 2014 08:43:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s298hmcS046410; Sun, 9 Mar 2014 08:43:48 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s298hmPk046409; Sun, 9 Mar 2014 08:43:48 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403090843.s298hmPk046409@svn.freebsd.org> From: Koop Mast Date: Sun, 9 Mar 2014 08:43:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347557 - 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: Sun, 09 Mar 2014 08:43:49 -0000 Author: kwm Date: Sun Mar 9 08:43:48 2014 New Revision: 347557 URL: http://svnweb.freebsd.org/changeset/ports/347557 QAT: https://qat.redports.org/buildarchive/r347557/ Log: Unbreak vuxml. Submitted by: battlez MFH: 2014Q1 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Mar 9 08:33:39 2014 (r347556) +++ head/security/vuxml/vuln.xml Sun Mar 9 08:43:48 2014 (r347557) @@ -63,7 +63,7 @@ Note: Please add new entries to the beg

Mateusz Jurczyk reports:

-

Out of bounds stack-based read/write in cf2_hintmap_build.
+

Out of bounds stack-based read/write in cf2_hintmap_build. This is a critical vulnerability in the CFF Rasterizer code recently contributed by Adobe, leading to potential arbitrary code execution in the context of the FreeType2 library client.