@@ -12,32 +12,34 @@ PHP NEWS
12
12
14 May 2015 PHP 5.4.41
13
13
14
14
- Core:
15
- . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
15
+ . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability).
16
+ (CVE-2015-4024) (Stas)
16
17
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
17
18
(Stas)
18
- . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
19
+ . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (CVE-2015-4025)
20
+ (Stas)
19
21
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
20
22
21
23
- FTP:
22
24
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
23
- overflow). (Stas)
25
+ overflow). (CVE-2015-4022) ( Stas)
24
26
25
27
- PCNTL:
26
28
. Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026)
27
29
(Stas)
28
30
29
31
- PCRE
30
- . Upgraded pcrelib to 8.37.
32
+ . Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
31
33
32
34
- Phar:
33
35
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
34
- filename starts with null). (Stas)
36
+ filename starts with null). (CVE-2015-4021) ( Stas)
35
37
36
38
16 Apr 2015 PHP 5.4.40
37
39
38
40
- Apache2handler:
39
41
. Fixed bug #69218 (potential remote code execution with apache 2.4
40
- apache2handler). (Gerrit Venema)
42
+ apache2handler). (CVE-2015-3330) ( Gerrit Venema)
41
43
42
44
- Core:
43
45
. Additional fix for bug #69152 (Type confusion vulnerability in
@@ -59,13 +61,16 @@ PHP NEWS
59
61
segfault). (Anatol Belski)
60
62
61
63
- GD:
62
- . Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (Remi)
64
+ . Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (CVE-2014-9709)
65
+ (Remi)
63
66
64
67
- Phar:
65
- . Fixed bug #68901 (use after free). (bugreports at internot dot info)
66
- . Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar). (Stas)
68
+ . Fixed bug #68901 (use after free). (CVE-2015-2301) (bugreports at internot
69
+ dot info)
70
+ . Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar).
71
+ (CVE-2015-2783) (Stas)
67
72
. Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
68
- phar_set_inode). (Stas)
73
+ phar_set_inode). (CVE-2015-3329) ( Stas)
69
74
70
75
- Postgres:
71
76
. Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Xinchen Hui)
@@ -84,7 +89,8 @@ PHP NEWS
84
89
(CVE-2015-2787). (Stas)
85
90
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
86
91
configuration options). (Anatol Belski)
87
- . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
92
+ . Fixed bug #69207 (move_uploaded_file allows nulls in path). (CVE-2015-2348)
93
+ (Stas)
88
94
89
95
- Ereg:
90
96
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).
0 commit comments