diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 871196951..44f2910b5 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -38,7 +38,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
Standard:
- (Unserialize context shared on double class lookup).
- - (Heap out of bounds read on unserialize in finish_nested_data()).
+ - (Heap out of bounds read on unserialize in finish_nested_data()). (CVE-2016-10161)
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 4d6ffc3e7..6912a55e6 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -16,8 +16,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
("Invalid opcode 65/16/8" occurs with a variable created with list()).
(Logging of "Internal Zend error - Missing class information" missing class name).
(unserialized array pointer not advancing).
- (Heap out of bounds read on unserialize in finish_nested_data()).
- (NULL Pointer Dereference while unserialize php object).
+ (Heap out of bounds read on unserialize in finish_nested_data()). (CVE-2016-10161)
+ (NULL Pointer Dereference while unserialize php object). (CVE-2016-10162)
(Use of uninitialized memory in unserialize()).
(Unserialize use-after-free when resizing object's properties hash table).
(Use After Free in unserialize()).
@@ -114,8 +114,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
(ZEND_MM_BITSET_LEN is "undefined symbol" in zend_bitset.h).
(unserialized array pointer not advancing).
(SIG_IGN doesn't work when Zend Signals is enabled).
- (Heap out of bounds read on unserialize in finish_nested_data()).
- (NULL Pointer Dereference while unserialize php object).
+ (Heap out of bounds read on unserialize in finish_nested_data()). (CVE-2016-10161)
+ (NULL Pointer Dereference while unserialize php object). (CVE-2016-10162)
(Use of uninitialized memory in unserialize()).