From owner-svn-ports-all@FreeBSD.ORG Mon Jun 22 23:39:35 2015 Return-Path: Delivered-To: svn-ports-all@nevdull.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 BB939720; Mon, 22 Jun 2015 23:39:35 +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 8E0E0209; Mon, 22 Jun 2015 23:39:35 +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 t5MNdZv6096270; Mon, 22 Jun 2015 23:39:35 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5MNdZhQ096268; Mon, 22 Jun 2015 23:39:35 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506222339.t5MNdZhQ096268@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 22 Jun 2015 23:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390344 - 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, 22 Jun 2015 23:39:35 -0000 Author: delphij Date: Mon Jun 22 23:39:34 2015 New Revision: 390344 URL: https://svnweb.freebsd.org/changeset/ports/390344 Log: Document 3 vulnerabilities with PHP that affected 4 extensions. PR: 200926 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jun 22 23:25:50 2015 (r390343) +++ head/security/vuxml/vuln.xml Mon Jun 22 23:39:34 2015 (r390344) @@ -57,6 +57,66 @@ Notes: --> + + php5 -- multiple vulnerabilities + + + php5-dom + php5-ftp + php5-gd + php5-pgsql + 5.4.42 + + + php55-dom + php55-ftp + php55-gd + php55-pgsql + 5.5.26 + + + php56-dom + php56-ftp + php56-gd + php56-psql + 5.6.10 + + + + +

The PHP project reports:

+
+

DOM and GD:

+
    +
  • Fixed bug #69719 (Incorrect handling of paths with NULs).
  • +
+

FTP:

+
    +
  • Improved fix for bug #69545 (Integer overflow in ftp_genlist() + resulting in heap overflow). (CVE-2015-4643)
  • +
+

Postgres:

+
    +
  • Fixed bug #69667 (segfault in php_pgsql_meta_data). + (CVE-2015-4644)
  • +
+
+ +
+ + CVE-2015-4643 + CVE-2015-4644 + http://www.php.net/ChangeLog-5.php#5.4.42 + http://www.php.net/ChangeLog-5.php#5.5.26 + http://www.php.net/ChangeLog-5.php#5.6.10 + http://openwall.com/lists/oss-security/2015/06/18/3 + + + 2015-06-11 + 2015-06-23 + +
+ devel/ipython -- remote execution