diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 05e12ab9b..e6fdafb53 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -45,7 +45,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
- Core:
- - (Performance problem with processing post request over 2000000 chars).
+ - (Performance problem with processing large post request). (CVE-2017-11142)
- (Heap buffer overread (READ: 1) finish_nested_data from unserialize).
- (PHP INI Parsing Stack Buffer Overflow Vulnerability).
- (wddx_deserialize() heap out-of-bound read via php_parse_date()). (CVE-2017-11145)
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index a1f246f32..1e2719866 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -1545,7 +1545,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
- (Maximum execution time of n+2 seconds exceed not written in error_log).
- (PHP 7.1 Segfaults within Symfony test suite).
- (Out of bound read - zend_mm_alloc_small).
- - (Performance problem with processing large post request).
+ - (Performance problem with processing large post request). (CVE-2017-11142)
- (array_key_exists fails on arrays created by get_object_vars).
- (NAN check fails on Alpine Linux with musl).
- (Generating phar.phar core dump with gcc ASAN enabled build).
@@ -1606,7 +1606,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
- (PHP 7.1 Segfaults within Symfony test suite).
- (Out of bound read - zend_mm_alloc_small).
- - (Performance problem with processing large post request).
+ - (Performance problem with processing large post request). (CVE-2017-11142)
- (array_key_exists fails on arrays created by get_object_vars).
- (NAN check fails on Alpine Linux with musl).
- (is_infinite(-INF) returns false).