File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 17 Jun 2021, PHP 7.4.21RC1
3
+ ?? ??? 2021, PHP 7.4.21
4
4
5
5
- Core:
6
6
. Fixed bug #81068 (Double free in realpath_cache_clean()). (Dimitry Andric)
9
9
(Nikita)
10
10
. Fixed bug #81070 (Integer underflow in memory limit comparison).
11
11
(Peter van Dommelen)
12
+ . Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL).
13
+ (CVE-2021-21705) (cmb)
12
14
13
15
- Bzip2:
14
16
. Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
@@ -18,6 +20,16 @@ PHP NEWS
18
20
. Fixed bug #76694 (native Windows cert verification uses CN as sever name).
19
21
(cmb)
20
22
23
+ - PDO_Firebird:
24
+ . Fixed bug #76448 (Stack buffer overflow in firebird_info_cb).
25
+ (CVE-2021-21704) (cmb)
26
+ . Fixed bug #76449 (SIGSEGV in firebird_handle_doer).
27
+ (CVE-2021-21704) (cmb)
28
+ . Fixed bug #76450 (SIGSEGV in firebird_stmt_execute).
29
+ (CVE-2021-21704) (cmb)
30
+ . Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob).
31
+ (CVE-2021-21704) (cmb)
32
+
21
33
- Standard:
22
34
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
23
35
(cmb)
You can’t perform that action at this time.
0 commit comments