Commit: d22b5f6ec0dd57003ef5eff753aa64a87ff67a60 Author: Lior Kaplan <[email protected]> Sun, 19 Apr 2015 10:55:43 +0300 Parents: 331783b4468969a4fb3336c230b072828de38add Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d22b5f6ec0dd57003ef5eff753aa64a87ff67a60 Log: Add CVE for bug #69218 (5.4.40, 5.5.24, 5.6.8) Bugs: https://bugs.php.net/69218 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index b118c71..ff36fe6 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -26,7 +26,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Apache2handler: <ul> - <li><?php bugfix(69218); ?> (potential remote code execution with apache 2.4 apache2handler).</li> + <li><?php bugfix(69218); ?> (potential remote code execution with apache 2.4 apache2handler). (CVE-2015-3330)</li> </ul></li> <li>cURL: <ul> @@ -103,7 +103,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b>16-Apr-2015</b> <ul><li>Apache2handler: <ul> - <li><?php bugfix(69218); ?> (potential remote code execution with apache 2.4 apache2handler).</li> + <li><?php bugfix(69218); ?> (potential remote code execution with apache 2.4 apache2handler). (CVE-2015-3330)</li> </ul></li> <li>Core: <ul> @@ -189,7 +189,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b>16-Apr-2015</b> <ul><li>Apache2handler: <ul> - <li><?php bugfix(69218); ?> (potential remote code execution with apache 2.4 apache2handler).</li> + <li><?php bugfix(69218); ?> (potential remote code execution with apache 2.4 apache2handler). (CVE-2015-3330)</li> </ul></li> <li>Core: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
