Commit: 6757e73924891eb293fe3e3bfc0f10320c4c5eb7 Author: Lior Kaplan <[email protected]> Thu, 15 Oct 2015 00:59:58 +0300 Parents: 9664a449b43fed6eddc6a8c12ed1a61e7c69f35e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6757e73924891eb293fe3e3bfc0f10320c4c5eb7 Log: Add CVE for #69720 and #70433 (PHP 5.5.30 and 5.6.14) Bugs: https://bugs.php.net/69720 https://bugs.php.net/70433 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 28844b5..4f946c1 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -46,8 +46,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Phar: <ul> - <li><?php bugfix(69720); ?> (Null pointer dereference in phar_get_fp_offset()).</li> - <li><?php bugfix(70433); ?> (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/").</li> + <li><?php bugfix(69720); ?> (Null pointer dereference in phar_get_fp_offset()). (CVE-2015-7803)</li> + <li><?php bugfix(70433); ?> (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"). (CVE-2015-7804)</li> </ul></li> <li>Phpdbg: <ul> @@ -73,8 +73,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('01-Oct-2015'); ?></b> <ul><li>Phar: <ul> - <li><?php bugfix(69720); ?> (Null pointer dereference in phar_get_fp_offset()).</li> - <li><?php bugfix(70433); ?> (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/").</li> + <li><?php bugfix(69720); ?> (Null pointer dereference in phar_get_fp_offset()). (CVE-2015-7803)</li> + <li><?php bugfix(70433); ?> (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"). (CVE-2015-7804)</li> </ul></li> </ul> </section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
