From owner-svn-ports-head@freebsd.org Sat Jun 25 22:18:25 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 3B12CB805AA; Sat, 25 Jun 2016 22:18:25 +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 ED9E21B47; Sat, 25 Jun 2016 22:18:24 +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 u5PMIOBw044942; Sat, 25 Jun 2016 22:18:24 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5PMIO6b044941; Sat, 25 Jun 2016 22:18:24 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201606252218.u5PMIO6b044941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 25 Jun 2016 22:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417490 - 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.22 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: Sat, 25 Jun 2016 22:18:25 -0000 Author: junovitch Date: Sat Jun 25 22:18:23 2016 New Revision: 417490 URL: https://svnweb.freebsd.org/changeset/ports/417490 Log: Docment security issues fixed in PHP 7.0.8, 5.6.23, and 5.5.37 PR: 210491 PR: 210502 Reported by: Vladimir Krstulja Reported by: Philip Jocks Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jun 25 21:33:10 2016 (r417489) +++ head/security/vuxml/vuln.xml Sat Jun 25 22:18:23 2016 (r417490) @@ -58,6 +58,120 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + php -- multiple vulnerabilities + + + php55 + php55-gd + php55-mbstring + php55-wddx + php55-zip + 5.5.37 + + + php56 + php56-gd + php56-mbstring + php56-phar + php56-wddx + php56-zip + 5.6.23 + + + php70 + php70-gd + php70-mbstring + php70-phar + php70-wddx + php70-zip + 7.0.8 + + + + +

The PHP Group reports:

+
+
  • Core: +
      +
    • Fixed bug #72268 (Integer Overflow in nl2br())
    • +
    • Fixed bug #72275 (Integer Overflow in json_encode()/ + json_decode()/ json_utf8_to_utf16())
    • +
    • Fixed bug #72400 (Integer Overflow in addcslashes/ + addslashes)
    • +
    • Fixed bug #72403 (Integer Overflow in Length of String-typed + ZVAL)
    • +
  • +
  • GD: +
      +
    • Fixed bug #66387 (Stack overflow with imagefilltoborder) + (CVE-2015-8874)
    • +
    • Fixed bug #72298 (pass2_no_dither out-of-bounds access)
    • +
    • Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting + in heap overflow) (CVE-2016-5766)
    • +
    • Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert)
    • +
    • Fixed bug #72446 (Integer Overflow in + gdImagePaletteToTrueColor() resulting in heap overflow) + (CVE-2016-5767)
    • +
  • +
  • mbstring: +
      +
    • Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free) + (CVE-2016-5768)
    • +
  • +
  • mcrypt: +
      +
    • Fixed bug #72455 (Heap Overflow due to integer overflows) + (CVE-2016-5769)
    • +
  • +
  • Phar: +
      +
    • Fixed bug #72321 (invalid free in phar_extract_file()). (PHP + 5.6/7.0 only)
    • +
  • +
  • SPL: +
      +
    • Fixed bug #72262 (int/size_t confusion in SplFileObject::fread) + (CVE-2016-5770)
    • +
    • Fixed bug #72433 (Use After Free Vulnerability in PHP's GC + algorithm and unserialize) (CVE-2016-5771)
    • +
  • +
  • WDDX: +
      +
    • Fixed bug #72340 (Double Free Courruption in wddx_deserialize) + (CVE-2016-5772)
    • +
  • +
  • zip: +
      +
    • Fixed bug #72434 (ZipArchive class Use After Free Vulnerability + in PHP's GC algorithm and unserialize). (CVE-2016-5773)
    • +
  • +
+
+ +
+ + CVE-2015-8874 + CVE-2016-5766 + CVE-2016-5767 + CVE-2016-5768 + CVE-2016-5769 + CVE-2016-5770 + CVE-2016-5771 + CVE-2016-5772 + CVE-2016-5773 + ports/210491 + ports/210502 + http://php.net/ChangeLog-5.php#5.5.37 + http://php.net/ChangeLog-5.php#5.6.23 + http://php.net/ChangeLog-7.php#7.0.8 + + + 2016-06-23 + 2016-06-25 + +
+ libarchive -- multiple vulnerabilities