diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 6912a55e6..71be41a05 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -18,8 +18,8 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
(unserialized array pointer not advancing).
(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 of uninitialized memory in unserialize()). (CVE-2017-5340)
+ (Unserialize use-after-free when resizing object's properties hash table). (CVE-2016-7479)
(Use After Free in unserialize()).
(Type Confusion in Object Deserialization).
@@ -116,7 +116,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
(SIG_IGN doesn't work when Zend Signals is enabled).
(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()).
+ (Use of uninitialized memory in unserialize()). (CVE-2017-5340)