summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-03-31 09:23:34 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-03-31 09:23:34 +0300
commit96e33a7e980828fa2de4081ee666384b3b482215 (patch)
treeb008facd68da114d4a63bd469ec7eb66f7369594
parente5fd3fc99d4b5fd6bb8159f1c274aab72c22bce0 (diff)
downloadphp-git-96e33a7e980828fa2de4081ee666384b3b482215.tar.gz
Add CVE for bug #69207
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 14a861fd46..791e861e52 100644
--- a/NEWS
+++ b/NEWS
@@ -90,7 +90,8 @@ PHP NEWS
(CVE-2015-0231) (Stas)
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
- . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
+ . Fixed bug #69207 (move_uploaded_file allows nulls in path). (CVE-2015-2348)
+ (Stas)
- CGI:
. Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)