From owner-svn-ports-head@freebsd.org Mon Jan 11 11:07:44 2016 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 B960BA6B4B3; Mon, 11 Jan 2016 11:07:44 +0000 (UTC) (envelope-from miwi@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 73E8214AF; Mon, 11 Jan 2016 11:07:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0BB7hWO017680; Mon, 11 Jan 2016 11:07:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0BB7hJ3017678; Mon, 11 Jan 2016 11:07:43 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601111107.u0BB7hJ3017678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 11 Jan 2016 11:07:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405774 - 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, 11 Jan 2016 11:07:44 -0000 Author: miwi Date: Mon Jan 11 11:07:43 2016 New Revision: 405774 URL: https://svnweb.freebsd.org/changeset/ports/405774 Log: - php -- multiple vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jan 11 11:02:30 2016 (r405773) +++ head/security/vuxml/vuln.xml Mon Jan 11 11:07:43 2016 (r405774) @@ -58,6 +58,68 @@ Notes: --> + + php -- multiple vulnerabilities + + + php55 + php55-gd + php55-wddx + php55-xmlrpc + 5.5.31 + + + php56 + php56-gd + php56-soap + php56-wddx + php56-xmlrpc + 5.6.17 + + + + +

PHP reports:

+
+
  • Core: +
      +
    • Fixed bug #70755 (fpm_log.c memory leak and buffer overflow).
    • +
  • +
  • GD: +
      +
    • Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array + Index Out of Bounds).
    • +
  • +
  • SOAP: +
      +
    • Fixed bug #70900 (SoapClient systematic out of memory error).
    • +
  • +
  • Wddx +
      +
    • Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet + Deserialization).
    • +
    • Fixed bug #70741 (Session WDDX Packet Deserialization Type + Confusion Vulnerability).
    • +
  • +
  • XMLRPC: +
      +
    • Fixed bug #70728 (Type Confusion Vulnerability in + PHP_to_XMLRPC_worker()).
    • +
  • +
+
+ +
+ + http://www.php.net/ChangeLog-5.php#5.5.31 + http://www.php.net/ChangeLog-5.php#5.6.17 + + + 2016-01-07 + 2016-01-11 + +
+ pygments -- shell injection vulnerability