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