Skip to content

Commit 02778cd

Browse files
committed
[ci skip] Add missing NEWS
1 parent 08f52b1 commit 02778cd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

NEWS

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,13 @@ PHP NEWS
142142
01 Jul 2021, PHP 7.4.21
143143

144144
- Core:
145-
. Fixed bug #81068 (Double free in realpath_cache_clean()). (Dimitry Andric)
146145
. Fixed bug #76359 (open_basedir bypass through adding ".."). (cmb)
147-
. Fixed bug #81090 (Typed property performance degradation with .= operator).
148-
(Nikita)
146+
. Fixed bug #81068 (Double free in realpath_cache_clean()). (Dimitry Andric)
149147
. Fixed bug #81070 (Integer underflow in memory limit comparison).
150148
(Peter van Dommelen)
149+
. Fixed bug #81090 (Typed property performance degradation with .= operator).
150+
(Nikita)
151+
. Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) (cmb)
151152

152153
- Bzip2:
153154
. Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
@@ -157,6 +158,14 @@ PHP NEWS
157158
. Fixed bug #76694 (native Windows cert verification uses CN as sever name).
158159
(cmb)
159160

161+
- PDO_Firebird:
162+
. Fixed bug #76448: Stack buffer overflow in firebird_info_cb.
163+
(CVE-2021-21704) (cmb)
164+
. Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704) (cmb)
165+
. Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704) (cmb)
166+
. Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob.
167+
(CVE-2021-21704) (cmb)
168+
160169
- Standard:
161170
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
162171
(cmb)

0 commit comments

Comments
 (0)