Commit: 83d460a3436015435afa99b01cc190628511d6f8 Author: Lior Kaplan <[email protected]> Mon, 15 Jan 2018 14:31:39 +0200 Parents: a71cb754ca054917646f862e48c54f4c75ed2bdd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=83d460a3436015435afa99b01cc190628511d6f8 Log: Add CVE ID to bug #74819 (PHP 5.6.31, 7.0.21 and 7.1.7) Bugs: https://bugs.php.net/74819 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ee3f394..a8ff3be 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -48,7 +48,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(73807); ?> (Performance problem with processing post request over 2000000 chars).</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()).</li> + <li><?php bugfix(74819); ?> (wddx_deserialize() heap out-of-bound read via php_parse_date()). (CVE-2017-11145)</li> </ul></li> <li>GD: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 4fd1b0d..f012d58 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1058,7 +1058,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(74603); ?> (PHP INI Parsing Stack Buffer Overflow Vulnerability).</li> <li><?php bugfix(74101); ?>, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in zval_get_type).</li> <li><?php bugfix(74111); ?> (Heap buffer overread (READ: 1) finish_nested_data from unserialize).</li> - <li><?php bugfix(74819); ?> (wddx_deserialize() heap out-of-bound read via php_parse_date()).</li> + <li><?php bugfix(74819); ?> (wddx_deserialize() heap out-of-bound read via php_parse_date()). (CVE-2017-11145)</li> </ul></li> <li>Date: <ul> @@ -1138,7 +1138,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(74101); ?>, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in zval_get_type).</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()).</li> + <li><?php bugfix(74819); ?> (wddx_deserialize() heap out-of-bound read via php_parse_date()). (CVE-2017-11145)</li> </ul></li> <li>DOM: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
