Commit: bf053ec2b958d766257d66060a6f39ecc6470eb2 Author: Lior Kaplan <[email protected]> Tue, 31 Mar 2015 09:03:57 +0300 Parents: 461a0fb19c1e7f8dd33656d04f7efe7ba9bf2bb7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bf053ec2b958d766257d66060a6f39ecc6470eb2 Log: Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710 Bugs: https://bugs.php.net/68976 https://bugs.php.net/68710 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index c38e5fd..6497ebd 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -20,7 +20,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68986); ?> (pointer returned by php_stream_fopen_temporary_file not validated in memory.c).</li> <li><?php bugfix(68166); ?> (Exception with invalid character causes segv).</li> <li><?php bugfix(69141); ?> (Missing arguments in reflection info for some builtin functions).</li> - <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-0231)</li> + <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-2787)</li> <li><?php bugfix(69134); ?> (Per Directory Values overrides PHP_INI_SYSTEM configuration options).</li> <li><?php bugfix(69207); ?> (move_uploaded_file allows nulls in path).</li> </ul></li> @@ -102,7 +102,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68986); ?> (pointer returned by php_stream_fopen_temporary_file not validated in memory.c).</li> <li><?php bugfix(68166); ?> (Exception with invalid character causes segv).</li> <li><?php bugfix(69141); ?> (Missing arguments in reflection info for some builtin functions).</li> - <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-0231)</li> + <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-2787)</li> <li><?php bugfix(69134); ?> (Per Directory Values overrides PHP_INI_SYSTEM configuration options).</li> <li><?php bugfix(69207); ?> (move_uploaded_file allows nulls in path).</li> </ul></li> @@ -170,7 +170,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b>19-Mar-2015</b> <ul><li>Core: <ul> - <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-0231)</li> + <li><?php bugfix(68976); ?> (Use After Free Vulnerability in unserialize()). (CVE-2015-2787)</li> <li><?php bugfix(69134); ?> (Per Directory Values overrides PHP_INI_SYSTEM configuration options).</li> <li><?php bugfix(69207); ?> (move_uploaded_file allows nulls in path).</li> </ul></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
