File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,13 @@ PHP NEWS
142
142
01 Jul 2021, PHP 7.4.21
143
143
144
144
- Core:
145
- . Fixed bug #81068 (Double free in realpath_cache_clean()). (Dimitry Andric)
146
145
. 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)
149
147
. Fixed bug #81070 (Integer underflow in memory limit comparison).
150
148
(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)
151
152
152
153
- Bzip2:
153
154
. Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
@@ -157,6 +158,14 @@ PHP NEWS
157
158
. Fixed bug #76694 (native Windows cert verification uses CN as sever name).
158
159
(cmb)
159
160
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
+
160
169
- Standard:
161
170
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
162
171
(cmb)
You can’t perform that action at this time.
0 commit comments