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 @@ -39,15 +39,17 @@ PHP NEWS
39
39
(Nikita)
40
40
. Fixed bug #69472 (php_sys_readlink ignores misc errors from
41
41
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)
43
44
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
44
45
(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)
46
48
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
47
49
48
50
- FTP:
49
51
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
50
- overflow). (Stas)
52
+ overflow). (CVE-2015-4022) ( Stas)
51
53
52
54
- ODBC:
53
55
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
@@ -62,14 +64,15 @@ PHP NEWS
62
64
(Daniel Lowrey)
63
65
64
66
- 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)
66
69
67
70
- PCRE
68
- . Upgraded pcrelib to 8.37.
71
+ . Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
69
72
70
73
- Phar:
71
74
. 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)
73
76
74
77
16 Apr 2015, PHP 5.6.8
75
78
You can’t perform that action at this time.
0 commit comments