Skip to content

Commit 3759de2

Browse files
committed
add missing news entries
1 parent c65350c commit 3759de2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

NEWS

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ PHP NEWS
2323
. Fixed bug #69487 (SAPI may truncate POST data). (cmb)
2424
. Fixed bug #70198 (Checking liveness does not work as expected).
2525
(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)
2629

2730
- CLI server:
2831
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
@@ -35,6 +38,14 @@ PHP NEWS
3538
. Fixed bug #70277 (new DateTimeZone($foo) is ignoring text after null byte).
3639
(cmb)
3740

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+
3849
- MCrypt:
3950
. Fixed bug #69833 (mcrypt fd caching not working). (Anatol)
4051

@@ -45,21 +56,38 @@ PHP NEWS
4556
- PCRE:
4657
. Fixed bug #70232 (Incorrect bump-along behavior with \K and empty string
4758
match). (cmb)
59+
. Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
60+
(Anatol Belski)
4861

4962
- Phpdbg:
5063
. Fix phpdbg_break_next() sometimes not breaking. (Bob)
5164

65+
- SOAP:
66+
. Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
67+
(Stas)
68+
5269
- SPL:
5370
. Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via
5471
ob_start). (hugh at allthethings dot co dot nz)
5572
. 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)
5677

5778
- Standard:
5879
. Fixed bug #70052 (getimagesize() fails for very large and very small WBMP).
5980
(cmb)
6081
. Fixed bug #70157 (parse_ini_string() segmentation fault with
6182
INI_SCANNER_TYPED). (Tjerk)
6283

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+
6391
06 Aug 2015, PHP 5.6.12
6492

6593
- Core:

0 commit comments

Comments
 (0)