File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ PHP NEWS
195
195
(Nikita)
196
196
. Fixed bug #81070 (Integer underflow in memory limit comparison).
197
197
(Peter van Dommelen)
198
+ . Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) (cmb)
198
199
199
200
- Bzip2:
200
201
. Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
@@ -208,6 +209,9 @@ PHP NEWS
208
209
. Fixed bug #81119 (GMP operators throw errors with wrong parameter names).
209
210
(Nikita)
210
211
212
+ - MySQLnd:
213
+ . Fixed bug #80761 (PDO uses too much memory). (Nikita)
214
+
211
215
- OCI8:
212
216
. Fixed bug #81088 (error in regression test for oci_fetch_object() and
213
217
oci_fetch_array()). (Máté)
@@ -221,8 +225,13 @@ PHP NEWS
221
225
. Fixed bug #76694 (native Windows cert verification uses CN as sever name).
222
226
(cmb)
223
227
224
- - MySQLnd:
225
- . Fixed bug #80761 (PDO uses too much memory). (Nikita)
228
+ - PDO_Firebird:
229
+ . Fixed bug #76448: Stack buffer overflow in firebird_info_cb.
230
+ (CVE-2021-21704) (cmb)
231
+ . Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704) (cmb)
232
+ . Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704) (cmb)
233
+ . Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob.
234
+ (CVE-2021-21704) (cmb)
226
235
227
236
- readline:
228
237
. Fixed bug #72998 (invalid read in readline completion). (krakjoe)
You can’t perform that action at this time.
0 commit comments