Commit: d765e577dbbbc4a560b38ab22817a08819be9be1 Author: Lior Kaplan <kaplanl...@gmail.com> Sat, 4 Aug 2018 02:28:39 +0300 Parents: 18a9353a060c7319134679a81da9eae55fa2315c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d765e577dbbbc4a560b38ab22817a08819be9be1 Log: Add CVE ID to bug #75535 (PHP 7.0.27, 7.1.13 and 7.2.1) Bugs: https://bugs.php.net/75535 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 735e5fc..ad061a2 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -783,7 +783,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(75511); ?> (fread not free unused buffer).</li> <li><?php bugfix(75514); ?> (mt_rand returns value outside [$min,$max]+ on 32-bit) (Remi)</li> - <li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault).</li> + <li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault). (CVE-2018-14884)</li> <li><?php bugfix(75409); ?> (accept EFAULT in addition to ENOSYS as indicator that getrandom() is missing).</li> <li><?php bugfix(73124); ?> (php_ini_scanned_files() not reporting correctly).</li> <li><?php bugfix(75574); ?> (putenv does not work properly if parameter contains non-ASCII unicode character).</li> @@ -837,7 +837,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(75511); ?> (fread not free unused buffer).</li> <li><?php bugfix(75514); ?> (mt_rand returns value outside [$min,$max]+ on 32-bit) (Remi)</li> - <li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault).</li> + <li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault). (CVE-2018-14884)</li> <li><?php bugfix(75409); ?> (accept EFAULT in addition to ENOSYS as indicator that getrandom() is missing).</li> <li><?php bugfix(73124); ?> (php_ini_scanned_files() not reporting correctly).</li> <li><?php bugfix(75574); ?> (putenv does not work properly if parameter contains non-ASCII unicode character).</li> @@ -883,7 +883,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Standard: <ul> - <li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault).</li> + <li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault). (CVE-2018-14884)</li> <li><?php bugfix(75409); ?> (accept EFAULT in addition to ENOSYS as indicator that getrandom() is missing).</li> </ul></li> <li>Zip: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php