Commit: a0213e3670a68468d5769543ac15f9dad6a01bb9 Author: Lior Kaplan <[email protected]> Mon, 30 Apr 2018 18:13:22 +0300 Parents: efc0ccc2cd08a3afd53dd96d999d6e3c6eee65c1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a0213e3670a68468d5769543ac15f9dad6a01bb9 Log: Add CVE ID to bug #75605 (PHP 5.6.35, 7.0.29, 7.1.16 and 7.2.4) Bugs: https://bugs.php.net/75605 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 8124d8d..43de291 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -35,7 +35,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('29-Mar-2018'); ?></b> <ul><li>FPM: <ul> - <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls).</li> + <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls). (CVE-2018-10545)</li> </ul></li> </ul> <!-- }}} --></section> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index bee4e1e..5d0f259 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -162,7 +162,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>FPM: <ul> - <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls).</li> + <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls). (CVE-2018-10545)</li> </ul></li> <li>GD: <ul> @@ -199,7 +199,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>FPM: <ul> - <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls).</li> + <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls). (CVE-2018-10545)</li> </ul></li> <li>FTP: <ul> @@ -249,7 +249,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('29-Mar-2018'); ?></b> <ul><li>FPM: <ul> - <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls).</li> + <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls). (CVE-2018-10545)</li> </ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
