Commit: 5002124ab12d64a38103258b7a27d5122a148148 Author: Lior Kaplan <[email protected]> Wed, 9 Sep 2015 13:58:07 +0300 Parents: 0731bb2d1952a577b31bce6e69681ae554ef47fb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5002124ab12d64a38103258b7a27d5122a148148 Log: Add shared CVE for #70166, #70168 and #70169 (PHP 5.4.44, 5.5.28, 5.6.12) Bugs: https://bugs.php.net/70166 https://bugs.php.net/70168 https://bugs.php.net/70169 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 0c4ac66..e0a835a 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -209,9 +209,9 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>SPL: <ul> <li><?php bugfix(70068); ?> (Dangling pointer in the unserialization of ArrayObject items).</li> - <li><?php bugfix(70166); ?> (Use After Free Vulnerability in unserialize() with SPLArrayObject).</li> - <li><?php bugfix(70168); ?> (Use After Free Vulnerability in unserialize() with SplObjectStorage).</li> - <li><?php bugfix(70169); ?> (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList).</li> + <li><?php bugfix(70166); ?> (Use After Free Vulnerability in unserialize() with SPLArrayObject). (CVE-2015-6831)</li> + <li><?php bugfix(70168); ?> (Use After Free Vulnerability in unserialize() with SplObjectStorage). (CVE-2015-6831)</li> + <li><?php bugfix(70169); ?> (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList). (CVE-2015-6831)</li> </ul></li> <li>Standard: <ul> @@ -246,9 +246,9 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>SPL: <ul> <li><?php bugfix(70068); ?> (Dangling pointer in the unserialization of ArrayObject items).</li> - <li><?php bugfix(70166); ?> (Use After Free Vulnerability in unserialize() with SPLArrayObject).</li> - <li><?php bugfix(70168); ?> (Use After Free Vulnerability in unserialize() with SplObjectStorage).</li> - <li><?php bugfix(70169); ?> (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList).</li> + <li><?php bugfix(70166); ?> (Use After Free Vulnerability in unserialize() with SPLArrayObject). (CVE-2015-6831)</li> + <li><?php bugfix(70168); ?> (Use After Free Vulnerability in unserialize() with SplObjectStorage). (CVE-2015-6831)</li> + <li><?php bugfix(70169); ?> (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList). (CVE-2015-6831)</li> </ul></li> </ul> <!-- }}} --></section> @@ -278,9 +278,9 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>SPL: <ul> <li><?php bugfix(70068); ?> (Dangling pointer in the unserialization of ArrayObject items).</li> - <li><?php bugfix(70166); ?> (Use After Free Vulnerability in unserialize() with SPLArrayObject).</li> - <li><?php bugfix(70168); ?> (Use After Free Vulnerability in unserialize() with SplObjectStorage).</li> - <li><?php bugfix(70169); ?> (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList).</li> + <li><?php bugfix(70166); ?> (Use After Free Vulnerability in unserialize() with SPLArrayObject). (CVE-2015-6831)</li> + <li><?php bugfix(70168); ?> (Use After Free Vulnerability in unserialize() with SplObjectStorage). (CVE-2015-6831)</li> + <li><?php bugfix(70169); ?> (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList). (CVE-2015-6831)</li> </ul></li> </ul> <!-- }}} --></section> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
