Commit: 52e4bb8ba96af8f7e7f2ae8caf443715c0dd882d Author: Lior Kaplan <[email protected]> Sun, 21 Oct 2018 18:12:27 +0300 Parents: 2a12c5fa865e7aab37e8d38ac0e8ab6c97484c17 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=52e4bb8ba96af8f7e7f2ae8caf443715c0dd882d Log: Add CVE ID to bug #76582 (PHP 5.6.38, 7.0.32, 7.1.22 and 7.2.10) Bugs: https://bugs.php.net/76582 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 4c48a30..dea683f 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -12,7 +12,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('13-Sep-2018'); ?></b> <ul><li>Apache2: <ul> - <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked).</li> + <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked). (CVE-2018-17082)</li> </ul></li> </ul> <!-- }}} --></section> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index d99c758..7813188 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -98,7 +98,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('13-Sep-2018'); ?></b> <ul><li>Apache2: <ul> - <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked).</li> + <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked). (CVE-2018-17082)</li> </ul></li> </ul> <!-- }}} --></section> @@ -113,7 +113,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Apache2: <ul> - <li><?php bugfix(76582); ?> (Apache bucket brigade sometimes becomes invalid).</li> + <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked). (CVE-2018-17082)</li> </ul></li> <li>Bz2: <ul> @@ -182,7 +182,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Apache2: <ul> - <li><?php bugfix(76582); ?> (Apache bucket brigade sometimes becomes invalid).</li> + <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked). (CVE-2018-17082)</li> </ul></li> <li>Bz2: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
