Commit: bc1eca97f5d80994184a339bd58865e8d4e4c99d Author: Lior Kaplan <[email protected]> Mon, 10 Aug 2015 11:58:27 +0300 Parents: 8f79d2a5951a2fb70e1ac6417f1c2751abf36c22 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bc1eca97f5d80994184a339bd58865e8d4e4c99d Log: Add CVE for #69085 (PHP 5.4.39, 5.5.23, 5.6.7) Bugs: https://bugs.php.net/69085 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 8ccce7c..b1944e2 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -843,7 +843,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> - <li><?php bugfix(69085); ?> (SoapClient's __call() type confusion through unserialize()).</li> + <li><?php bugfix(69085); ?> (SoapClient's __call() type confusion through unserialize()). (CVE-2015-4147, CVE-2015-4148)</li> </ul></li> <li>SPL: <ul> @@ -918,7 +918,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> - <li><?php bugfix(69085); ?> (SoapClient's __call() type confusion through unserialize()).</li> + <li><?php bugfix(69085); ?> (SoapClient's __call() type confusion through unserialize()). (CVE-2015-4147, CVE-2015-4148)</li> </ul></li> <li>SPL: <ul> @@ -948,7 +948,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> - <li><?php bugfix(69085); ?> (SoapClient's __call() type confusion through unserialize()).</li> + <li><?php bugfix(69085); ?> (SoapClient's __call() type confusion through unserialize()). (CVE-2015-4147, CVE-2015-4148)</li> </ul></li> <li>ZIP: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
