Skip to content

Commit 4cc46b2

Browse files
committed
Add CVE used in PHP 5.4.39, 5.4.40, 5.4.41
1 parent 90a8ea9 commit 4cc46b2

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

NEWS

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,34 @@ PHP NEWS
1212
14 May 2015 PHP 5.4.41
1313

1414
- 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)
1617
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
1718
(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)
1921
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
2022

2123
- FTP:
2224
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
23-
overflow). (Stas)
25+
overflow). (CVE-2015-4022) (Stas)
2426

2527
- PCNTL:
2628
. Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026)
2729
(Stas)
2830

2931
- PCRE
30-
. Upgraded pcrelib to 8.37.
32+
. Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
3133

3234
- Phar:
3335
. 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)
3537

3638
16 Apr 2015 PHP 5.4.40
3739

3840
- Apache2handler:
3941
. Fixed bug #69218 (potential remote code execution with apache 2.4
40-
apache2handler). (Gerrit Venema)
42+
apache2handler). (CVE-2015-3330) (Gerrit Venema)
4143

4244
- Core:
4345
. Additional fix for bug #69152 (Type confusion vulnerability in
@@ -59,13 +61,16 @@ PHP NEWS
5961
segfault). (Anatol Belski)
6062

6163
- 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)
6366

6467
- 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)
6772
. Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
68-
phar_set_inode). (Stas)
73+
phar_set_inode). (CVE-2015-3329) (Stas)
6974

7075
- Postgres:
7176
. Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Xinchen Hui)
@@ -84,7 +89,8 @@ PHP NEWS
8489
(CVE-2015-2787). (Stas)
8590
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
8691
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)
8894

8995
- Ereg:
9096
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).

0 commit comments

Comments
 (0)