summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-06-18 16:51:20 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-06-18 16:51:20 +0300
commit991b2cc37be58501c34139ca650a3b5ba1804cce (patch)
treef943f29d1663213931ef0a0d429703a8ac5a7496
parent189af22cf05793a92851ed5d168eadd527c83286 (diff)
downloadphp-git-991b2cc37be58501c34139ca650a3b5ba1804cce.tar.gz
Add CVE to bugs #69545, #69646 and #69667
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 589a6bacd4..6a843357cb 100644
--- a/NEWS
+++ b/NEWS
@@ -43,10 +43,10 @@
(Julien)
. Fixed bug #69628 (complex GLOB_BRACE fails on Windows).
(Christoph M. Becker)
- . 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)
. 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)
- GD:
@@ -73,7 +73,7 @@
(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)
- Opcache
. Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).