@@ -24,6 +24,17 @@ PHP NEWS
24
24
. Fixed bug #73058 (crypt broken when salt is 'too' long). (Anatol)
25
25
. Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
26
26
password_verify). (Anatol)
27
+ . Fixed bug #73189 (Memcpy negative size parameter php_resolve_path). (Stas)
28
+ . Fixed bug #73147 (Use After Free in unserialize()). (Stas)
29
+
30
+ - BCmath:
31
+ . Fixed bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)
32
+
33
+ - DOM:
34
+ . Fixed bug #73150 (missing NULL check in dom_document_save_html). (Stas)
35
+
36
+ - Ereg:
37
+ . Fixed bug #73284 (heap overflow in php_ereg_replace function). (Stas)
27
38
28
39
- Filter:
29
40
. Fixed bug #72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and
@@ -48,11 +59,22 @@ PHP NEWS
48
59
files). (cmb)
49
60
. Fixed bug #73161 (imagecreatefromgd2() may leak memory). (cmb)
50
61
62
+ - Intl:
63
+ . Fixed bug #73218 (add mitigation for ICU int overflow). (Stas)
64
+
65
+ - Imap:
66
+ . Fixed bug #73208 (integer overflow in imap_8bit caused heap corruption).
67
+ (Stas)
68
+
51
69
- Mbstring:
52
70
. Fixed bug #72994 (mbc_to_code() out of bounds read). (Laruence, cmb)
53
71
. Fixed bug #66964 (mb_convert_variables() cannot detect recursion). (Yasuo)
54
72
. Fixed bug #72992 (mbstring.internal_encoding doesn't inherit default_charset).
55
73
(Yasuo)
74
+ . Fixed bug #73082 (string length overflow in mb_encode_* function). (Stas)
75
+
76
+ - PCRE:
77
+ . Fixed bug #73174 (heap overflow in php_pcre_replace_impl). (Stas)
56
78
57
79
- Opcache:
58
80
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
@@ -61,13 +83,27 @@ PHP NEWS
61
83
- OpenSSL:
62
84
. Fixed bug #73072 (Invalid path SNI_server_certs causes segfault).
63
85
(Jakub Zelenka)
86
+ . Fixed bug #73275 (crash in openssl_encrypt function). (Stas)
87
+ . Fixed bug #73276 (crash in openssl_random_pseudo_bytes function). (Stas)
64
88
65
89
- Session:
66
90
. Fixed bug #68015 (Session does not report invalid uid for files save handler).
67
91
(Yasuo)
68
92
. Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
69
93
(cmb)
70
94
95
+ - SimpleXML:
96
+ . Fixed bug #73293 (NULL pointer dereference in SimpleXMLElement::asXML()).
97
+ (Stas)
98
+
99
+ - SPL:
100
+ . Fixed bug #73073 (CachingIterator null dereference when convert to string).
101
+ (Stas)
102
+
103
+ - Standard:
104
+ . Fixed bug #73240 (Write out of bounds at number_format). (Stas)
105
+ . Fixed bug #73017 (memory corruption in wordwrap function). (Stas)
106
+
71
107
- Stream:
72
108
. Fixed bug #73069 (readfile() mangles files larger than 2G). (Laruence)
73
109
0 commit comments