1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add CVE ID to bug #73807 (PHP 5.6.31, 7.0.17 and 7.1.3)

This commit is contained in:
Lior Kaplan
2018-01-15 15:36:39 +02:00
parent 8bf0e6beec
commit 1a22cefbc5
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
<b><?php release_date('06-Jul-2017'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(73807); ?> (Performance problem with processing post request over 2000000 chars).</li>
<li><?php bugfix(73807); ?> (Performance problem with processing large post request). (CVE-2017-11142)</li>
<li><?php bugfix(74111); ?> (Heap buffer overread (READ: 1) finish_nested_data from unserialize).</li>
<li><?php bugfix(74603); ?> (PHP INI Parsing Stack Buffer Overflow Vulnerability).</li>
<li><?php bugfix(74819); ?> (wddx_deserialize() heap out-of-bound read via php_parse_date()). (CVE-2017-11145)</li>