Commit:    1a22cefbc58a1626e6667e9e2a107b433ea331e6
Author:    Lior Kaplan <kaplanl...@gmail.com>         Mon, 15 Jan 2018 15:36:39 
+0200
Parents:   8bf0e6beec3f40bb3f568849a0e9084804670126
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=1a22cefbc58a1626e6667e9e2a107b433ea331e6

Log:
Add CVE ID to bug #73807 (PHP 5.6.31, 7.0.17 and 7.1.3)

Bugs:
https://bugs.php.net/73807

Changed paths:
  M  ChangeLog-5.php
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 05e12ab..e6fdafb 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -45,7 +45,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <b><?php release_date('06-Jul-2017'); ?></b>
 <ul><li>Core:
 <ul>
-  <li><?php bugfix(73807); ?> (Performance problem with processing post 
request over 2000000 chars).</li>
+  <li><?php bugfix(73807); ?> (Performance problem with processing large post 
request). (CVE-2017-11142)</li>
   <li><?php bugfix(74111); ?> (Heap buffer overread (READ: 1) 
finish_nested_data from unserialize).</li>
   <li><?php bugfix(74603); ?> (PHP INI Parsing Stack Buffer Overflow 
Vulnerability).</li>
   <li><?php bugfix(74819); ?> (wddx_deserialize() heap out-of-bound read via 
php_parse_date()). (CVE-2017-11145)</li>
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index a1f246f..1e27198 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -1545,7 +1545,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(74093); ?> (Maximum execution time of n+2 seconds exceed 
not written in error_log).</li>
   <li><?php bugfix(73989); ?> (PHP 7.1 Segfaults within Symfony test 
suite).</li>
   <li><?php bugfix(74084); ?> (Out of bound read - zend_mm_alloc_small).</li>
-  <li><?php bugfix(73807); ?> (Performance problem with processing large post 
request).</li>
+  <li><?php bugfix(73807); ?> (Performance problem with processing large post 
request). (CVE-2017-11142)</li>
   <li><?php bugfix(73998); ?> (array_key_exists fails on arrays created by 
get_object_vars).</li>
   <li><?php bugfix(73954); ?> (NAN check fails on Alpine Linux with musl).</li>
   <li><?php bugfix(73677); ?> (Generating phar.phar core dump with gcc ASAN 
enabled build).</li>
@@ -1606,7 +1606,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(73989); ?> (PHP 7.1 Segfaults within Symfony test 
suite).</li>
   <li><?php bugfix(74084); ?> (Out of bound read - zend_mm_alloc_small).</li>
-  <li><?php bugfix(73807); ?> (Performance problem with processing large post 
request).</li>
+  <li><?php bugfix(73807); ?> (Performance problem with processing large post 
request). (CVE-2017-11142)</li>
   <li><?php bugfix(73998); ?> (array_key_exists fails on arrays created by 
get_object_vars).</li>
   <li><?php bugfix(73954); ?> (NAN check fails on Alpine Linux with musl).</li>
   <li><?php bugfix(74039); ?> (is_infinite(-INF) returns false).</li>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to