File tree Expand file tree Collapse file tree 1 file changed +30
-7
lines changed Expand file tree Collapse file tree 1 file changed +30
-7
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? 2015 PHP 5.4.40
3
+ 16 Apr 2015 PHP 5.4.40
4
+
5
+ - Apache2handler:
6
+ . Fixed bug #69218 (potential remote code execution with apache 2.4
7
+ apache2handler). (Gerrit Venema)
8
+
9
+ - Core:
10
+ . Additional fix for bug #69152 (Type confusion vulnerability in
11
+ exception::getTraceAsString). (Stas)
12
+ . Fixed bug #69337 (php_stream_url_wrap_http_ex() type-confusion
13
+ vulnerability). (Stas)
14
+ . Fixed bug #69353 (Missing null byte checks for paths in various PHP
15
+ extensions). (Stas)
16
+
17
+ - cURL:
18
+ . Fixed bug #69316 (Use-after-free in php_curl related to
19
+ CURLOPT_FILE/_INFILE/_WRITEHEADER). (Laruence)
4
20
5
21
- Ereg:
6
22
. Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
7
23
24
+ - Fileinfo:
25
+ . Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or
26
+ segfault). (Anatol Belski)
27
+
8
28
- GD:
9
29
. Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (Remi)
10
30
31
+ - Phar:
32
+ . Fixed bug #68901 (use after free). (bugreports at internot dot info)
33
+ . Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar). (Stas)
34
+ . Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
35
+ phar_set_inode). (Stas)
36
+
37
+ - Postgres:
38
+ . Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Xinchen Hui)
39
+
11
40
- SOAP:
12
41
. Fixed bug #69152 (Type Confusion Infoleak Vulnerability in unserialize()
13
42
with SoapFault). (Dmitry)
14
43
15
44
- Sqlite3:
16
45
. Fixed bug #66550 (SQLite prepared statement use-after-free). (Sean Heelan)
17
46
18
- - Phar:
19
- . Fixed bug #68901 (use after free). (bugreports at internot dot info)
20
-
21
- - Postgres:
22
- . Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Xinchen Hui)
23
-
24
47
19 Mar 2015 PHP 5.4.39
25
48
26
49
- Core:
You can’t perform that action at this time.
0 commit comments