Skip to content

Commit f736934

Browse files
committed
Add CVE for bugs in 5.6.9
1 parent 68e368e commit f736934

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

NEWS

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,17 @@ PHP NEWS
3939
(Nikita)
4040
. Fixed bug #69472 (php_sys_readlink ignores misc errors from
4141
GetFinalPathNameByHandleA). (Jan Starke)
42-
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
42+
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability).
43+
(CVE-2015-4024) (Stas)
4344
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
4445
(Stas)
45-
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
46+
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (CVE-2015-4025)
47+
(Stas)
4648
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
4749

4850
- FTP:
4951
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
50-
overflow). (Stas)
52+
overflow). (CVE-2015-4022) (Stas)
5153

5254
- ODBC:
5355
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
@@ -62,14 +64,15 @@ PHP NEWS
6264
(Daniel Lowrey)
6365

6466
- PCNTL:
65-
. Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)
67+
. Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026)
68+
(Stas)
6669

6770
- PCRE
68-
. Upgraded pcrelib to 8.37.
71+
. Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
6972

7073
- Phar:
7174
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
72-
filename starts with null). (Stas)
75+
filename starts with null). (CVE-2015-4021) (Stas)
7376

7477
16 Apr 2015, PHP 5.6.8
7578

0 commit comments

Comments
 (0)