Commit: 959dfc67344477568d86149cbcfacb097360f434 Author: Lior Kaplan <[email protected]> Wed, 18 May 2016 23:56:23 +0300 Parents: e5d5eda0744e84d009752be2ac68ae2ec98b3ef4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=959dfc67344477568d86149cbcfacb097360f434 Log: Add CVE for #72093 (PHP 5.5.35, 5.6.21 and 7.0.6) Bugs: https://bugs.php.net/72093 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ccfcce5..b1f17bc 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -17,7 +17,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>BCmath: <ul> - <li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition).</li> + <li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition). (CVE-2016-4537, CVE-2016-4538)</li> </ul></li> <li>Curl: <ul> @@ -82,7 +82,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('28-Apr-2016'); ?></b> <ul><li>BCMath: <ul> - <li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition).</li> + <li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition). (CVE-2016-4537, CVE-2016-4538)</li> </ul></li> <li>Exif: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 7a6b125..f504421 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -31,7 +31,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>BCmath: <ul> - <li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition).</li> + <li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts _one_ definition). (CVE-2016-4537, CVE-2016-4538)</li> </ul></li> <li>Curl: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
