From owner-svn-ports-all@freebsd.org Tue Jul 26 14:58:25 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 AF4C9BA500F; Tue, 26 Jul 2016 14:58:25 +0000 (UTC) (envelope-from feld@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 8CFEA16FC; Tue, 26 Jul 2016 14:58:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QEwOoM001581; Tue, 26 Jul 2016 14:58:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QEwOiK001578; Tue, 26 Jul 2016 14:58:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201607261458.u6QEwOiK001578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 26 Jul 2016 14:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419111 - 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.22 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: Tue, 26 Jul 2016 14:58:25 -0000 Author: feld Date: Tue Jul 26 14:58:24 2016 New Revision: 419111 URL: https://svnweb.freebsd.org/changeset/ports/419111 Log: Document php vulnerabilities Security: CVE-2015-8879 Security: CVE-2016-5385 Security: CVE-2016-5399 Security: CVE-2016-6288 Security: CVE-2016-6289 Security: CVE-2016-6290 Security: CVE-2016-6291 Security: CVE-2016-6292 Security: CVE-2016-6294 Security: CVE-2016-6295 Security: CVE-2016-6296 Security: CVE-2016-6297 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 26 14:00:22 2016 (r419110) +++ head/security/vuxml/vuln.xml Tue Jul 26 14:58:24 2016 (r419111) @@ -58,6 +58,161 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + php -- multiple vulnerabilities + + + php55 + 5.5.38 + + + php56 + 5.6.24 + + + php70 + 7.0.9 + + + php70-curl + 7.0.9 + + + php55-bz2 + 5.5.38 + + + php56-bz2 + 5.6.24 + + + php70-bz2 + 7.0.9 + + + php55-exif + 5.5.38 + + + php56-exif + 5.6.24 + + + php70-exif + 7.0.9 + + + php55-gd + 5.5.38 + + + php56-gd + 5.6.24 + + + php70-gd + 7.0.9 + + + php70-mcrypt + 7.0.9 + + + php55-odbc + 5.5.38 + + + php56-odbc + 5.6.24 + + + php70-odbc + 7.0.9 + + + php55-snmp + 5.5.38 + + + php56-snmp + 5.6.24 + + + php70-snmp + 7.0.9 + + + php55-xmlrpc + 5.5.38 + + + php56-xmlrpc + 5.6.24 + + + php70-xmlrpc + 7.0.9 + + + php55-zip + 5.5.38 + + + php56-zip + 5.6.24 + + + php70-zip + 7.0.9 + + + + +

PHP reports:

+
+
    +
  • Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)

  • +
  • Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and unserialize()).

  • +
  • Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read access).

  • +
  • Fixed bug #72519 (imagegif/output out-of-bounds access).

  • +
  • Fixed bug #72520 (Stack-based buffer overflow vulnerability in php_stream_zip_opener).

  • +
  • Fixed bug #72533 (locale_accept_from_http out-of-bounds access).

  • +
  • Fixed bug #72541 (size_t overflow lead to heap corruption).

  • +
  • Fixed bug #72551, bug #72552 (Incorrect casting from size_t to int lead to heap overflow in mdecrypt_generic).

  • +
  • Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()).

  • +
  • Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries and applications).

  • +
  • Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).

  • +
  • Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn simplestring.c).

  • +
  • Fixed bug #72613 (Inadequate error handling in bzread()).

  • +
  • Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment).

  • +
+
+ +
+ + http://www.php.net/ChangeLog-5.php#5.5.38 + http://www.php.net/ChangeLog-5.php#5.6.24 + http://www.php.net/ChangeLog-7.php#7.0.8 + http://seclists.org/oss-sec/2016/q3/121 + CVE-2015-8879 + CVE-2016-5385 + CVE-2016-5399 + CVE-2016-6288 + CVE-2016-6289 + CVE-2016-6290 + CVE-2016-6291 + CVE-2016-6292 + CVE-2016-6294 + CVE-2016-6295 + CVE-2016-6296 + CVE-2016-6297 + + + 2016-07-21 + 2016-07-26 + +
+ chromium -- multiple vulnerabilities