Commit: 1dd9ba0fb6addb730e16e8e99a814fb7f617ae8f Author: Lior Kaplan <[email protected]> Fri, 27 May 2016 00:02:07 +0300 Parents: 22e62e413718171f8a7cd4b1396dcab16f536d3f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1dd9ba0fb6addb730e16e8e99a814fb7f617ae8f Log: Add CVE for #72227 and #72241 (PHP 5.5.36, 5.6.22, 7.0.7) Bugs: https://bugs.php.net/72227 https://bugs.php.net/72241 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index cf88f22..dbfa99d 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -18,12 +18,12 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li> + <li><?php bugfix(72227); ?> (imagescale out-of-bounds read). (CVE-2013-7456)</li> </ul></li> <li>Intl: <ul> <li><?php bugfix(64524); ?> (Add intl.use_exceptions to php.ini-*).</li> - <li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read).</li> + <li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)</li> </ul></li> <li>Postgres: <ul> @@ -42,11 +42,11 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li> + <li><?php bugfix(72227); ?> (imagescale out-of-bounds read). (CVE-2013-7456)</li> </ul></li> <li>Intl: <ul> - <li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read).</li> + <li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)</li> </ul></li> <li>Phar: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 568d3db..ec53c87 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -32,11 +32,11 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>GD: <ul> - <li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li> + <li><?php bugfix(72227); ?> (imagescale out-of-bounds read). (CVE-2013-7456)</li> </ul></li> <li>Intl: <ul> -<li><?php bugfix(72241) ?> (get_icu_value_internal out-of-bounds read).</li> + <li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)</li> </ul></li> <li>JSON: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
