From owner-svn-ports-head@freebsd.org Mon Aug 17 13:44:56 2015 Return-Path: Delivered-To: svn-ports-head@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 208FB9BB7FE; Mon, 17 Aug 2015 13:44:56 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.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 0457F12DE; Mon, 17 Aug 2015 13:44:56 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7HDitoJ021168; Mon, 17 Aug 2015 13:44:55 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7HDit2a021165; Mon, 17 Aug 2015 13:44:55 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508171344.t7HDit2a021165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 17 Aug 2015 13:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394504 - 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.20 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: Mon, 17 Aug 2015 13:44:56 -0000 Author: junovitch Date: Mon Aug 17 13:44:55 2015 New Revision: 394504 URL: https://svnweb.freebsd.org/changeset/ports/394504 Log: Document PHP security issues impacting the lang/php5* ports (Core/SPL) and 3 extensions (OpenSSL, Phar, SOAP) PR: 202386 Security: 787ef75e-44da-11e5-93ad-002590263bf5 Approved by: feld (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Aug 17 13:31:25 2015 (r394503) +++ head/security/vuxml/vuln.xml Mon Aug 17 13:44:55 2015 (r394504) @@ -58,6 +58,83 @@ Notes: --> + + php5 -- multiple vulnerabilities + + + php5 + php5-openssl + php5-phar + php5-soap + 5.4.44 + + + php55 + php55-openssl + php55-phar + php55-soap + 5.5.28 + + + php56 + php56-openssl + php56-phar + php56-soap + 5.6.12 + + + + +

The PHP project reports:

+
+

Core:

+
    +
  • Fixed bug #69793 (Remotely triggerable stack exhaustion via + recursive method calls).
  • +
  • Fixed bug #70121 (unserialize() could lead to unexpected methods + execution / NULL pointer deref).
  • +
+

OpenSSL:

+
    +
  • Fixed bug #70014 (openssl_random_pseudo_bytes() is not + cryptographically secure).
  • +
+

Phar:

+
    +
  • Improved fix for bug #69441.
  • +
  • Fixed bug #70019 (Files extracted from archive may be placed + outside of destination directory).
  • +
+

SOAP:

+
    +
  • Fixed bug #70081 (SoapClient info leak / null pointer + dereference via multiple type confusions).
  • +
+

SPL:

+
    +
  • Fixed bug #70068 (Dangling pointer in the unserialization of + ArrayObject items).
  • +
  • Fixed bug #70166 (Use After Free Vulnerability in unserialize() + with SPLArrayObject).
  • +
  • Fixed bug #70168 (Use After Free Vulnerability in unserialize() + with SplObjectStorage).
  • +
  • Fixed bug #70169 (Use After Free Vulnerability in unserialize() + with SplDoublyLinkedList).
  • +
+
+ +
+ + http://php.net/ChangeLog-5.php#5.4.44 + http://php.net/ChangeLog-5.php#5.5.28 + http://php.net/ChangeLog-5.php#5.6.12 + + + 2015-08-06 + 2015-08-17 + +
+ mediawiki -- multiple vulnerabilities