summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 85f2a97e65..8ee3e66a08 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,8 @@ PHP NEWS
- Fileinfo:
. Bug #66731 (file: infinite recursion) (CVE-2014-1943). (Remi)
- . Fixed bug #66820 (out-of-bounds memory access in fileinfo). (Remi)
+ . Fixed bug #66820 (out-of-bounds memory access in fileinfo)
+ (CVE-2014-2270). (Remi)
- FPM:
. Added clear_env configuration directive to disable clearenv() call.