File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ PHP NEWS
47
47
. Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
48
48
. Fixed bug #80049 (Memleak when coercing integers to string via variadic
49
49
argument). (Nikita)
50
+ . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
51
+ cookies can be sent). (CVE-2020-7070) (Stas)
50
52
51
53
- Calendar:
52
54
. Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
@@ -63,6 +65,10 @@ PHP NEWS
63
65
. Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
64
66
handlers changed). (SammyK)
65
67
68
+ - OpenSSL:
69
+ . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
70
+ bytes IV). (CVE-2020-7069) (Jakub Zelenka)
71
+
66
72
- PDO:
67
73
. Fixed bug #80027 (Terrible performance using $query->fetch on queries with
68
74
many bind parameters (Matteo)
You can’t perform that action at this time.
0 commit comments