Commit: 49442f5c0819f6113a64e3a570c772a75584a897 Author: Lior Kaplan <[email protected]> Thu, 11 Feb 2016 14:49:43 +0200 Parents: d336a1a3311757730448b072695c47a582deccc2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=49442f5c0819f6113a64e3a570c772a75584a897 Log: Add CVE for #69719 (PHP 5.4.42, 5.5.26, 5.6.10) Bugs: https://bugs.php.net/69719 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 492b9d9..333c4c2 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -723,7 +723,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(69628); ?> (complex GLOB_BRACE fails on Windows).</li> <li>Fixed POST data processing slowdown due to small input buffer size on Windows.</li> <li><?php bugfix(69646); ?> (OS command injection vulnerability in escapeshellarg). (CVE-2015-4642)</li> - <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs).</li> + <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs). (CVE-2015-4598)</li> </ul></li> <li>FTP: <ul> @@ -782,7 +782,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(66048); ?> (temp. directory is cached during multiple requests).</li> <li><?php bugfix(69628); ?> (complex GLOB_BRACE fails on Windows).</li> <li><?php bugfix(69646); ?> (OS command injection vulnerability in escapeshellarg). (CVE-2015-4642)</li> - <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs).</li> + <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs). (CVE-2015-4598)</li> </ul></li> <li>FTP: <ul> @@ -839,7 +839,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li>Improved fix for bug <?php bugl(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow). (CVE-2015-4643)</li> <li><?php bugfix(69646); ?> (OS command injection vulnerability in escapeshellarg). (CVE-2015-4642)</li> - <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs).</li> + <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs). (CVE-2015-4598)</li> </ul></li> <li>Litespeed SAPI: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
