1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add CVE ID to bug #75605 (PHP 5.6.35, 7.0.29, 7.1.16 and 7.2.4)

This commit is contained in:
Lior Kaplan
2018-04-30 18:13:22 +03:00
parent efc0ccc2cd
commit a0213e3670
2 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>