Commit: cfdd9ba7db9f9052ecc8915286b669ff125bf9cf Author: Lior Kaplan <[email protected]> Fri, 24 Jun 2016 23:46:58 +0300 Parents: 0343496ca0675d8ece479b77d0d187db2bf74393 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cfdd9ba7db9f9052ecc8915286b669ff125bf9cf Log: Add CVE for #72262 (PHP 5.5.37, 5.6.23 and 7.0.8) Bugs: https://bugs.php.net/72262 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 3f10c1d..7a16a16 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -46,7 +46,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SPL: <ul> - <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li> + <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread). (CVE-2016-5770)</li> <li><?php bugfix(72433); ?> (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (CVE-2016-5771)</li> </ul></li> <li>WDDX: @@ -88,7 +88,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SPL: <ul> - <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li> + <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread). (CVE-2016-5770)</li> <li><?php bugfix(72433); ?> (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (CVE-2016-5771)</li> </ul></li> <li>WDDX: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 4324c3f..ec8d0c6 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -62,7 +62,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SPL: <ul> - <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li> + <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread). (CVE-2016-5770)</li> <li><?php bugfix(72433); ?> (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (CVE-2016-5771)</li> </ul></li> <li>Standard: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
