Commit: 30cbc97814d3cda7fc7c6231cee497e375639e15 Author: Lior Kaplan <[email protected]> Thu, 28 Apr 2016 04:02:32 +0300 Parents: b43c2062e802f9bc89cb1df6cb6cf54fcffdc14e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=30cbc97814d3cda7fc7c6231cee497e375639e15 Log: Add CVE for #71527 (PHP 5.5.34, 5.6.20 and 7.0.5) Bugs: https://bugs.php.net/71527 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 18c826f..5b2b04d 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -28,7 +28,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Fileinfo: <ul> - <li><?php bugfix(71527); ?> (Buffer over-write in finfo_open with malformed magic file).</li> + <li><?php bugfix(71527); ?> (Buffer over-write in finfo_open with malformed magic file). (CVE-2015-8865)</li> </ul></li> <li>Mbstring: <ul> @@ -64,7 +64,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('31-Mar-2016'); ?></b> <ul><li>Fileinfo: <ul> - <li><?php bugfix(71527); ?> (Buffer over-write in finfo_open with malformed magic file).</li> + <li><?php bugfix(71527); ?> (Buffer over-write in finfo_open with malformed magic file). (CVE-2015-8865)</li> </ul></li> <li>Mbstring: <ul> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 25029f3..264675c 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -42,7 +42,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Fileinfo: <ul> - <li><?php bugfix(71527); ?> (Buffer over-write in finfo_open with malformed magic file).</li> + <li><?php bugfix(71527); ?> (Buffer over-write in finfo_open with malformed magic file). (CVE-2015-8865)</li> </ul></li> <li>libxml: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
