@@ -23,6 +23,9 @@ PHP NEWS
23
23
. Fixed bug #69487 (SAPI may truncate POST data). (cmb)
24
24
. Fixed bug #70198 (Checking liveness does not work as expected).
25
25
(Shafreeck Sea, Anatol Belski)
26
+ . Fixed bug #70172 (Use After Free Vulnerability in unserialize()). (Stas)
27
+ . Fixed bug #70219 (Use after free vulnerability in session deserializer).
28
+ (taoguangchen at icloud dot com)
26
29
27
30
- CLI server:
28
31
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
@@ -35,6 +38,14 @@ PHP NEWS
35
38
. Fixed bug #70277 (new DateTimeZone($foo) is ignoring text after null byte).
36
39
(cmb)
37
40
41
+ - EXIF:
42
+ . Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
43
+ value of 32 bytes). (Stas)
44
+
45
+ - hash:
46
+ . Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
47
+ at naver dot com)
48
+
38
49
- MCrypt:
39
50
. Fixed bug #69833 (mcrypt fd caching not working). (Anatol)
40
51
@@ -45,21 +56,38 @@ PHP NEWS
45
56
- PCRE:
46
57
. Fixed bug #70232 (Incorrect bump-along behavior with \K and empty string
47
58
match). (cmb)
59
+ . Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
60
+ (Anatol Belski)
48
61
49
62
- Phpdbg:
50
63
. Fix phpdbg_break_next() sometimes not breaking. (Bob)
51
64
65
+ - SOAP:
66
+ . Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
67
+ (Stas)
68
+
52
69
- SPL:
53
70
. Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via
54
71
ob_start). (hugh at allthethings dot co dot nz)
55
72
. Fixed bug #70303 (Incorrect constructor reflection for ArrayObject). (cmb)
73
+ . Fixed bug #70365 (Use-after-free vulnerability in unserialize() with
74
+ SplObjectStorage). (taoguangchen at icloud dot com)
75
+ . Fixed bug #70366 (Use-after-free vulnerability in unserialize() with
76
+ SplDoublyLinkedList). (taoguangchen at icloud dot com)
56
77
57
78
- Standard:
58
79
. Fixed bug #70052 (getimagesize() fails for very large and very small WBMP).
59
80
(cmb)
60
81
. Fixed bug #70157 (parse_ini_string() segmentation fault with
61
82
INI_SCANNER_TYPED). (Tjerk)
62
83
84
+ - XSLT:
85
+ . Fixed bug #69782 (NULL pointer dereference). (Stas)
86
+
87
+ - ZIP:
88
+ . Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when
89
+ creating directories). (neal at fb dot com)
90
+
63
91
06 Aug 2015, PHP 5.6.12
64
92
65
93
- Core:
0 commit comments