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