Skip to content

Commit f20a2b4

Browse files
committed
[ci skip] Add 7.4.11 security fixes to NEWS
1 parent 5c8b02f commit f20a2b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ PHP NEWS
4747
. Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
4848
. Fixed bug #80049 (Memleak when coercing integers to string via variadic
4949
argument). (Nikita)
50+
. Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
51+
cookies can be sent). (CVE-2020-7070) (Stas)
5052

5153
- Calendar:
5254
. Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
@@ -63,6 +65,10 @@ PHP NEWS
6365
. Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
6466
handlers changed). (SammyK)
6567

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+
6672
- PDO:
6773
. Fixed bug #80027 (Terrible performance using $query->fetch on queries with
6874
many bind parameters (Matteo)

0 commit comments

Comments
 (0)