File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ PHP NEWS
30
30
14 May 2015, PHP 5.5.25
31
31
32
32
- 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)
34
35
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
35
36
(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)
37
39
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
38
40
. Fixed bug #69467 (Wrong checked for the interface by using Trait).
39
41
(Laruence)
@@ -50,7 +52,7 @@ PHP NEWS
50
52
51
53
- FTP:
52
54
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
53
- overflow). (Stas)
55
+ overflow). (CVE-2015-4022) ( Stas)
54
56
55
57
- ODBC:
56
58
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
@@ -63,11 +65,12 @@ PHP NEWS
63
65
(Daniel Lowrey)
64
66
65
67
- 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)
67
70
68
71
- 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)
71
74
72
75
16 Apr 2015, PHP 5.5.24
73
76
You can’t perform that action at this time.
0 commit comments