Commit: 59d01d079e19e04dd7ffec05cfe2126368c31276 Author: Lior Kaplan <[email protected]> Tue, 13 Dec 2016 14:02:31 +0200 Parents: 562af7a52422aab2f317cd3e2bbd52fb8cf0d99f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=59d01d079e19e04dd7ffec05cfe2126368c31276 Log: Add CVE for #73631 (PHP 5.6.29 and 7.0.14) Bugs: https://bugs.php.net/73631 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 1d70cc3..81182fd 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -42,7 +42,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>WDDX: <ul> - <li><?php bugfix(73631); ?> (Memory leak due to invalid wddx stack processing).</li> + <li><?php bugfix(73631); ?> (Invalid read when wddx decodes empty boolean element). (CVE-2016-9935)</li> </ul></li> </ul> <!-- }}} --></section> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 5b0903f..8ba65be 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -81,7 +81,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Wddx: <ul> - <li><?php bugfix(73631); ?> (Invalid read when wddx decodes empty boolean element).</li> + <li><?php bugfix(73631); ?> (Invalid read when wddx decodes empty boolean element). (CVE-2016-9935)</li> </ul></li> <li>XML: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
