Skip to content

Commit e9853e4

Browse files
committed
[ci skip] Fix missing NEWS
1 parent 6eac476 commit e9853e4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

NEWS

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ PHP NEWS
195195
(Nikita)
196196
. Fixed bug #81070 (Integer underflow in memory limit comparison).
197197
(Peter van Dommelen)
198+
. Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) (cmb)
198199

199200
- Bzip2:
200201
. Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
@@ -208,6 +209,9 @@ PHP NEWS
208209
. Fixed bug #81119 (GMP operators throw errors with wrong parameter names).
209210
(Nikita)
210211

212+
- MySQLnd:
213+
. Fixed bug #80761 (PDO uses too much memory). (Nikita)
214+
211215
- OCI8:
212216
. Fixed bug #81088 (error in regression test for oci_fetch_object() and
213217
oci_fetch_array()). (Máté)
@@ -221,8 +225,13 @@ PHP NEWS
221225
. Fixed bug #76694 (native Windows cert verification uses CN as sever name).
222226
(cmb)
223227

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)
226235

227236
- readline:
228237
. Fixed bug #72998 (invalid read in readline completion). (krakjoe)

0 commit comments

Comments
 (0)