diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 3228f7833..1611efe86 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -24,12 +24,12 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
(configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly).
(Crash in timeout thread).
(Constructor from trait conflicts with inherited constructor).
- (Explicit Double Free).
- (Use After Free Vulnerability in PHP's unserialize()).
+ (Explicit Double Free). (CVE-2014-9425)
+ (Use After Free Vulnerability in PHP's unserialize()). (CVE-2015-0231)
CGI:
- - (out of bounds read crashes php-cgi).
+ - (out of bounds read crashes php-cgi). (CVE-2014-9427)
CLI server:
@@ -45,7 +45,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
EXIF:
- - : Free called on unitialized pointer.
+ - (Free called on unitialized pointer). (CVE-2015-0232)
Fileinfo:
@@ -129,7 +129,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
- (setting locale randomly broken).
- (configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly).
- (Crash in timeout thread).
- - (Explicit Double Free).
+ - (Explicit Double Free). (CVE-2014-9425)
- (Use After Free Vulnerability in PHP's unserialize()). (CVE-2015-0231)
CGI: