Commit: 73f7ffd35a10fdacef33289e0ed8fefba79e8019 Author: Lior Kaplan <[email protected]> Wed, 18 May 2016 23:58:34 +0300 Parents: 10a9586cfd3338d64ddc031107e498be3f3d63c9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=73f7ffd35a10fdacef33289e0ed8fefba79e8019 Log: Add CVE for #72061 (PHP 5.5.35, 5.6.21 and 7.0.6) Bugs: https://bugs.php.net/72061 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 449a9e8..c7e99e8 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -38,7 +38,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Intl: <ul> - <li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset).</li> + <li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (CVE-2016-4540, CVE-2016-4541)</li> </ul></li> <li>OCI8: <ul> @@ -94,7 +94,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Intl: <ul> - <li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset).</li> + <li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (CVE-2016-4540, CVE-2016-4541)</li> </ul></li> <li>XML: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 98b314c..f7e4c47 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -57,7 +57,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(68893); ?> (Stackoverflow in datefmt_create).</li> <li><?php bugfix(66289); ?> (Locale::lookup incorrectly returns en or en_US if locale is empty).</li> <li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li> - <li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset).</li> + <li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (CVE-2016-4540, CVE-2016-4541)</li> </ul></li> <li>ODBC: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
