]> granicus.if.org Git - php/commitdiff
Add CVE to bugs #69545, #69646 and #69667
authorLior Kaplan <kaplanlior@gmail.com>
Thu, 18 Jun 2015 13:56:06 +0000 (16:56 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 18 Jun 2015 13:56:06 +0000 (16:56 +0300)
NEWS

diff --git a/NEWS b/NEWS
index f62d1d7a9c60a88284f8615c4cd580712eec2fa6..0fb888d69eda0839a7417165ad305c06f6e99073 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,12 +53,12 @@ PHP                                                                        NEWS
   . Fixed POST data processing slowdown due to small input buffer size
     on Windows. (Jorge Oliveira, Anatol)
   . Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
-    (Anatol Belski)
+    (CVE-2015-4642) (Anatol Belski)
   . Fixed bug #69719 (Incorrect handling of paths with NULs). (Stas)
 
 - FTP
-  . Improved fix for bug #69545 (Integer overflow in ftp_genlist()
-    resulting in heap overflow). (Max Spelsberg)
+  . Improved fix for bug #69545 (Integer overflow in ftp_genlist() resulting in
+    heap overflow). (CVE-2015-4643) (Max Spelsberg)
 
 - GD:
   . Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)
@@ -88,7 +88,7 @@ PHP                                                                        NEWS
     (Matteo Bernardini, Remi)
 
 - Postgres:
-  . Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)
+  . Fixed bug #69667 (segfault in php_pgsql_meta_data). (CVE-2015-4644) (Remi)
 
 - Sqlite3:
   . Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,