1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? ???? , PHP 8.3.14
3
+ 21 Now 2024 , PHP 8.3.14
4
4
5
- - Cli :
5
+ - CLI :
6
6
. Fixed bug GH-16373 (Shebang is not skipped for router script in cli-server
7
7
started through shebang). (ilutov)
8
+ . Fixed bug GHSA-4w77-75f9-2c8w (Heap-Use-After-Free in sapi_read_post_data
9
+ Processing in CLI SAPI Interface). (nielsdos)
8
10
9
11
- COM:
10
12
. Fixed out of bound writes to SafeArray data. (cmb)
@@ -79,10 +81,18 @@ PHP NEWS
79
81
. Fixed segfaults and other issues related to operator overloading with
80
82
GMP objects. (Girgias)
81
83
84
+ - LDAP:
85
+ . Fixed bug GHSA-g665-fm4p-vhff (OOB access in ldap_escape). (CVE-2024-8932)
86
+ (nielsdos)
87
+
82
88
- MBstring:
83
89
. Fixed bug GH-16361 (mb_substr overflow on start/length arguments).
84
90
(David Carlier)
85
91
92
+ - MySQLnd:
93
+ . Fixed bug GHSA-h35g-vwh6-m678 (Leak partial content of the heap through
94
+ heap buffer over-read). (CVE-2024-8929) (Jakub Zelenka)
95
+
86
96
- Opcache:
87
97
. Fixed bug GH-16408 (Array to string conversion warning emitted in
88
98
optimizer). (ilutov)
@@ -95,7 +105,15 @@ PHP NEWS
95
105
. Fix various memory leaks on error conditions in openssl_x509_parse().
96
106
(nielsdos)
97
107
98
- - PDO_ODBC:
108
+ - PDO DBLIB:
109
+ . Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the dblib quoter causing
110
+ OOB writes). (CVE-2024-11236) (nielsdos)
111
+
112
+ - PDO Firebird:
113
+ . Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the firebird quoter
114
+ causing OOB writes). (CVE-2024-11236) (nielsdos)
115
+
116
+ - PDO ODBC:
99
117
. Fixed bug GH-16450 (PDO_ODBC can inject garbage into field values). (cmb)
100
118
101
119
- Phar:
@@ -141,6 +159,12 @@ PHP NEWS
141
159
. Fixed bug GH-16293 (Failed assertion when throwing in assert() callback with
142
160
bail enabled). (ilutov)
143
161
162
+ - Streams:
163
+ . Fixed bug GHSA-c5f2-jwm7-mmq2 (Configuring a proxy in a stream context
164
+ might allow for CRLF injection in URIs). (CVE-2024-11234) (Jakub Zelenka)
165
+ . Fixed bug GHSA-r977-prxv-hc43 (Single byte overread with
166
+ convert.quoted-printable-decode filter). (CVE-2024-11233) (nielsdos)
167
+
144
168
- SysVMsg:
145
169
. Fixed bug GH-16592 (msg_send() crashes when a type does not properly
146
170
serialized). (David Carlier / cmb)
0 commit comments