Skip to content

Commit 811816d

Browse files
committed
Add CVE to bugs #69545, #69646 and #69667
1 parent 0f49c20 commit 811816d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ PHP NEWS
5353
. Fixed POST data processing slowdown due to small input buffer size
5454
on Windows. (Jorge Oliveira, Anatol)
5555
. Fixed bug #69646 (OS command injection vulnerability in escapeshellarg).
56-
(Anatol Belski)
56+
(CVE-2015-4642) (Anatol Belski)
5757
. Fixed bug #69719 (Incorrect handling of paths with NULs). (Stas)
5858

5959
- FTP
60-
. Improved fix for bug #69545 (Integer overflow in ftp_genlist()
61-
resulting in heap overflow). (Max Spelsberg)
60+
. Improved fix for bug #69545 (Integer overflow in ftp_genlist() resulting in
61+
heap overflow). (CVE-2015-4643) (Max Spelsberg)
6262

6363
- GD:
6464
. Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)
@@ -88,7 +88,7 @@ PHP NEWS
8888
(Matteo Bernardini, Remi)
8989

9090
- Postgres:
91-
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)
91+
. Fixed bug #69667 (segfault in php_pgsql_meta_data). (CVE-2015-4644) (Remi)
9292

9393
- Sqlite3:
9494
. Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,

0 commit comments

Comments
 (0)