]> granicus.if.org Git - php/commitdiff
Add CVE IDs PHP 7.0.4
authorLior Kaplan <kaplanlior@gmail.com>
Fri, 29 Apr 2016 10:39:03 +0000 (13:39 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Fri, 29 Apr 2016 10:39:03 +0000 (13:39 +0300)
NEWS

diff --git a/NEWS b/NEWS
index d21d6ce3e6124d299591c660de5b481407444544..c8eb5693e33c5b56ddb247fb78188250bcc98427 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -285,7 +285,8 @@ PHP                                                                        NEWS
     using count). (Nikita)
   . Fixed bug #71601 (finally block not executed after yield from). (Bob)
   . Fixed bug #71637 (Multiple Heap Overflow due to integer overflows in 
-    xml/filter_url/addcslashes). (Stas)
+    xml/filter_url/addcslashes). (CVE-2016-4344, CVE-2016-4345, CVE-2016-4346)
+    (Stas)
 
 - CLI server:
   . Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
@@ -321,7 +322,7 @@ PHP                                                                        NEWS
 
 - SOAP:
   . Fixed bug #71610 (Type Confusion Vulnerability - SOAP /
-    make_http_soap_request()). (Stas)
+    make_http_soap_request()). (CVE-2016-3185) (Stas)
 
 - Standard:
   . Fixed bug #71603 (compact() maintains references in php7). (Laruence)