Commit: 610a8865c0ea29055b6ef42c83445ae35a676b35 Author: Lior Kaplan <kaplanl...@gmail.com> Wed, 25 Jan 2017 01:42:12 +0200 Parents: aa2af04b46d84fd3ce2c56c86d079d5795e09d91 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=610a8865c0ea29055b6ef42c83445ae35a676b35 Log: Add CVE ID to bugs #73764 and #73768 (PHP 5.6.30, 7.0.15 and 7.1.1) Bugs: https://bugs.php.net/73764 https://bugs.php.net/73768 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 9bad96e..8711969 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -27,8 +27,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(73764); ?> (Crash while loading hostile phar archive).</li> - <li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar).</li> + <li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li> + <li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li> <li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li> </ul></li> <li>SQLite3: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 2ada1a8..4d6ffc3 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -64,8 +64,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>Phar: <ul> <li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li> - <li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar).</li> - <li><?php bugfix(73764); ?> (Crash while loading hostile phar archive).</li> + <li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li> + <li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li> </ul></li> <li>Phpdbg: <ul> @@ -185,6 +185,12 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(72931); ?> (PDO_FIREBIRD with Firebird 3.0 not work on returning statement).</li> </ul> </li> + <li>Phar: + <ul> + <li><?php bugfix(73773); ?> (Seg fault when loading hostile phar).</li> + <li><?php bugfix(73768); ?> (Memory corruption when loading hostile phar). (CVE-2016-10160)</li> + <li><?php bugfix(73764); ?> (Crash while loading hostile phar archive). (CVE-2016-10159)</li> + </ul></li> <li> phpdbg <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php