Commit: d46b9d9aee428e25eb8dfe341eafe9465f51df07 Author: Lior Kaplan <kaplanl...@gmail.com> Thu, 21 May 2015 17:19:18 +0300 Parents: 87a9e3d8283870763a56057dc78a118c2507bff4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d46b9d9aee428e25eb8dfe341eafe9465f51df07 Log: Add CVE to bug #69364 (5.4.41, 5.5.25, 5.6.9) Bugs: https://bugs.php.net/69364 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ee196f8..d002570 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(68652); ?> (segmentation fault in destructor).</li> <li><?php bugfix(69419); ?> (Returning compatible sub generator produces a warning).</li> <li><?php bugfix(69472); ?> (php_sys_readlink ignores misc errors from GetFinalPathNameByHandleA).</li> - <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos Vulnerability).</li> + <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos Vulnerability). (CVE-2015-4024)</li> <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory corruption).</li> <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li> <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li> @@ -59,7 +59,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b>14-May-2015</b> <ul><li>Core: <ul> - <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos Vulnerability).</li> + <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos Vulnerability). (CVE-2015-4024)</li> <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory corruption).</li> <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li> <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li> @@ -100,7 +100,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b>14-May-2015</b> <ul><li>Core: <ul> - <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos Vulnerability).</li> + <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos Vulnerability). (CVE-2015-4024)</li> <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory corruption).</li> <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li> <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php