From owner-svn-ports-all@freebsd.org Fri Oct 14 12:01:49 2016 Return-Path: Delivered-To: svn-ports-all@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 98F43C103A9; Fri, 14 Oct 2016 12:01:49 +0000 (UTC) (envelope-from tz@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 BA6D489D; Fri, 14 Oct 2016 12:01:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EC1l9s073278; Fri, 14 Oct 2016 12:01:47 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EC1l5g073275; Fri, 14 Oct 2016 12:01:47 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141201.u9EC1l5g073275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 12:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423961 - 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.23 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: Fri, 14 Oct 2016 12:01:49 -0000 Author: tz Date: Fri Oct 14 12:01:46 2016 New Revision: 423961 URL: https://svnweb.freebsd.org/changeset/ports/423961 Log: Document multiple security issues of PHP 7.0 Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 Security: https://vuxml.freebsd.org/freebsd/f471032a-8700-11e6-8d93-00248c0c745d.html Approved by: pi (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 14 11:59:35 2016 (r423960) +++ head/security/vuxml/vuln.xml Fri Oct 14 12:01:46 2016 (r423961) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PHP -- multiple vulnerabilities + + + php70 + 7.0.11 + + + + +

PHP reports:

+
+
    +
  • Fixed bug #73007 (add locale length check)

  • +
  • Fixed bug #72293 (Heap overflow in mysqlnd related to BIT fields)

  • +
  • Fixed bug #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile)

  • +
  • Fixed bug #73029 (Missing type check when unserializing SplArray)

  • +
  • Fixed bug #73052 (Memory Corruption in During Deserialized-object Destruction)

  • +
  • Fixed bug #72860 (wddx_deserialize use-after-free)

  • +
  • Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element)

  • +
+
+ +
+ + http://php.net/ChangeLog-7.php#7.0.11 + CVE-2016-7416 + CVE-2016-7412 + CVE-2016-7414 + CVE-2016-7417 + CVE-2016-7413 + CVE-2016-7418 + + + 2016-09-15 + 2016-09-30 + +
+ PHP -- multiple vulnerabilities