From owner-svn-ports-all@freebsd.org Tue Sep 26 14:37:02 2017 Return-Path: Delivered-To: svn-ports-all@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 7FAD7E0D7B5; Tue, 26 Sep 2017 14:37:02 +0000 (UTC) (envelope-from swills@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 4CF2468425; Tue, 26 Sep 2017 14:37:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8QEb11c088105; Tue, 26 Sep 2017 14:37:01 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8QEb1Bx088103; Tue, 26 Sep 2017 14:37:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709261437.v8QEb1Bx088103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 26 Sep 2017 14:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450665 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450665 X-SVN-Commit-Repository: ports 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.23 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, 26 Sep 2017 14:37:02 -0000 Author: swills Date: Tue Sep 26 14:37:01 2017 New Revision: 450665 URL: https://svnweb.freebsd.org/changeset/ports/450665 Log: Document issue in php and gd Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 14:14:49 2017 (r450664) +++ head/security/vuxml/vuln.xml Tue Sep 26 14:37:01 2017 (r450665) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + php-gd and gd -- Buffer over-read into uninitialized memory + + + libgd + 2.2.5 + + + php70-gd + 7.0.21 + + + php71-gd + 7.1.7 + + + + +

PHP developers report:

+
+

The GIF decoding function gdImageCreateFromGifCtx in gd_gif_in.c in the GD Graphics Library (aka libgd), as used in PHP before 5.6.31 and 7.x before 7.1.7, does not zero colorMap arrays before use. A specially crafted GIF image could use the uninitialized tables to read ~700 bytes from the top of the stack, potentially disclosing sensitive information.

+
+ +
+ + https://bugs.php.net/bug.php?id=74435 + CVE-2017-7890 + + + 2017-08-02 + 2017-09-26 + +
+ ledger -- multiple vulnerabilities