Commit: be67684890f5b0e80374b8c9ec20e7933b84e2e8 Author: Lior Kaplan <[email protected]> Thu, 11 Feb 2016 15:35:02 +0200 Parents: 45bcdc2db84384ddd4944d6c6cc8781127343e58 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=be67684890f5b0e80374b8c9ec20e7933b84e2e8 Log: Add CVE for #69152 (PHP 5.4.40, 5.5.24, 5.6.8) Bugs: https://bugs.php.net/69152 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 1708763..7c90b12 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -1056,7 +1056,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> - <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).</li> + <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault). (CVE-2015-4599)</li> <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> <li>SPL: @@ -1153,7 +1153,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> - <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).</li> + <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault). (CVE-2015-4599)</li> <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> <li>SPL: @@ -1210,7 +1210,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> - <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).</li> + <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault). (CVE-2015-4599)</li> <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> <li>Sqlite3: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
