From owner-svn-ports-head@freebsd.org Sun Mar 13 14:43:32 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 D583CACF57C; Sun, 13 Mar 2016 14:43:32 +0000 (UTC) (envelope-from junovitch@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 980C42ED; Sun, 13 Mar 2016 14:43:32 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2DEhVGC037831; Sun, 13 Mar 2016 14:43:31 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2DEhVvM037830; Sun, 13 Mar 2016 14:43:31 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603131443.u2DEhVvM037830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 13 Mar 2016 14:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410974 - 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.21 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, 13 Mar 2016 14:43:33 -0000 Author: junovitch Date: Sun Mar 13 14:43:31 2016 New Revision: 410974 URL: https://svnweb.freebsd.org/changeset/ports/410974 Log: Document issues in recent PHP security release Security: https://vuxml.FreeBSD.org/freebsd/e991ef79-e920-11e5-92ce-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/5af511e5-e928-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Mar 13 14:42:59 2016 (r410973) +++ head/security/vuxml/vuln.xml Sun Mar 13 14:43:31 2016 (r410974) @@ -58,6 +58,84 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + php7 -- multiple vulnerabilities + + + php70 + php70-soap + 7.0.4 + + + + +

The PHP Group reports:

+
+
  • Core: +
      +
    • Fixed bug #71637 (Multiple Heap Overflow due to integer + overflows in xml/filter_url/addcslashes).
    • +
  • +
  • SOAP: +
      +
    • Fixed bug #71610 (Type Confusion Vulnerability - SOAP / + make_http_soap_request()).
    • +
  • +
+
+ +
+ + http://php.net/ChangeLog-7.php#7.0.4 + + + 2016-03-03 + 2016-03-13 + +
+ + + php5 -- multiple vulnerabilities + + + php55-phar + php55-wddx + 5.5.33 + + + php56-phar + php56-wddx + 5.6.19 + + + + +

The PHP Group reports:

+
+
  • Phar: +
      +
    • Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). +
    • +
  • +
  • WDDX: +
      +
    • Fixed bug #71587 (Use-After-Free / Double-Free in WDDX + Deserialize).
    • +
  • +
+
+ +
+ + http://php.net/ChangeLog-5.php#5.6.19 + http://php.net/ChangeLog-5.php#5.5.33 + + + 2016-03-03 + 2016-03-13 + +
+ openssh -- command injection when X11Forwarding is enabled