Commit: 62cb6062579da679d95065220cc203a793b82c60 Author: Lior Kaplan <[email protected]> Thu, 3 Sep 2015 17:58:48 +0300 Parents: 88d88fcabf51dfdf73f6a53a44d28503aaa32091 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=62cb6062579da679d95065220cc203a793b82c60 Log: Add CVE for #70140 (PHP 7.0.0 Beta 3) Bugs: https://bugs.php.net/70140 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 15ec182..39e4ab2 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -70,7 +70,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Standard: <ul> - <li><?php bugfix(70140); ?> (str_ireplace/php_string_tolower - Arbitrary Code</li> + <li><?php bugfix(70140); ?> (str_ireplace/php_string_tolower - Arbitrary Code Excecution). (CVE-2015-6527)</li> <li>Implemented FR <?php bugl(70112); ?> (Allow "dirname" to go up various times).</li> <li><?php bugfix(36365); ?> (scandir duplicates file name at every 65535th file).</li> </ul></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
