File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ PHP NEWS
37
37
. Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
38
38
. Fixed bug #80049 (Memleak when coercing integers to string via variadic
39
39
argument). (Nikita)
40
+ . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
41
+ cookies can be sent). (CVE-2020-7070) (Stas)
40
42
41
43
- Calendar:
42
44
. Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
@@ -52,6 +54,10 @@ PHP NEWS
52
54
. Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
53
55
handlers changed). (SammyK)
54
56
57
+ - OpenSSL:
58
+ . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
59
+ bytes IV). (CVE-2020-7069) (Jakub Zelenka)
60
+
55
61
- PDO:
56
62
. Fixed bug #80027 (Terrible performance using $query->fetch on queries with
57
63
many bind parameters (Matteo)
You can’t perform that action at this time.
0 commit comments