Commit: 239f6b67ac8e0f039f2273c7865bf75c9fb070e3 Author: Lior Kaplan <[email protected]> Thu, 28 Apr 2016 04:08:33 +0300 Parents: e183bdbaf3206182f4cfbc7b4cf8e227dbe2a5df Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=239f6b67ac8e0f039f2273c7865bf75c9fb070e3 Log: Add CVE for #71860 (PHP 5.5.34, 5.6.20 and 7.0.5) Bugs: https://bugs.php.net/71860 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index e2dbbf2..62ff67e 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -37,7 +37,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>ODBC: <ul> <li><?php bugfix(47803); ?>, <?php bugl(69526); ?> (Executing prepared statements is succesfull only for the first two statements).</li> - <li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name).</li> + <li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name). (CVE-2016-4072)</li> </ul></li> <li>PDO_DBlib: <ul> @@ -72,7 +72,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>ODBC: <ul> - <li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name).</li> + <li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name). (CVE-2016-4072)</li> </ul></li> <li>SNMP: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 466b5f0..45fca41 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -68,7 +68,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(71625); ?> (Crash in php7.dll with bad phar filename).</li> <li><?php bugfix(71317); ?> (PharData fails to open specific file).</li> - <li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name).</li> + <li><?php bugfix(71860); ?> (Invalid memory write in phar on filename with \0 in name). (CVE-2016-4072)</li> </ul></li> <li>phpdbg: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
