Skip to content

Commit c9ac441

Browse files
committed
Add CVE for bugs in 5.5.25
1 parent a7de68f commit c9ac441

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
@@ -30,10 +30,12 @@ PHP NEWS
3030
14 May 2015, PHP 5.5.25
3131

3232
- Core:
33-
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
33+
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability).
34+
(CVE-2015-4024) (Stas)
3435
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
3536
(Stas)
36-
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
37+
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (CVE-2015-4025)
38+
(Stas)
3739
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
3840
. Fixed bug #69467 (Wrong checked for the interface by using Trait).
3941
(Laruence)
@@ -50,7 +52,7 @@ PHP NEWS
5052

5153
- FTP:
5254
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
53-
overflow). (Stas)
55+
overflow). (CVE-2015-4022) (Stas)
5456

5557
- ODBC:
5658
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
@@ -63,11 +65,12 @@ PHP NEWS
6365
(Daniel Lowrey)
6466

6567
- PCNTL:
66-
. Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)
68+
. Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026)
69+
(Stas)
6770

6871
- Phar:
69-
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename
70-
starts with null). (Stas)
72+
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
73+
filename starts with null). (CVE-2015-4021) (Stas)
7174

7275
16 Apr 2015, PHP 5.5.24
7376

0 commit comments

Comments
 (0)