Skip to content

Commit b67fc51

Browse files
committed
Update NEWS wrt. sec fixes
1 parent 25ec7eb commit b67fc51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS

+8
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ PHP NEWS
4848
- Libxml:
4949
. Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). (Laruence)
5050

51+
- Mbstring:
52+
. Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
53+
(CVE-2020-7060) (Nikita)
54+
5155
- OPcache:
5256
. Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR). (cmb)
5357

@@ -63,10 +67,14 @@ PHP NEWS
6367
. Fixed bug #78982 (pdo_pgsql returns dead persistent connection). (SATŌ
6468
Kentarō)
6569

70+
- Session:
71+
. Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb, Nikita)
72+
6673
- Shmop:
6774
. Fixed bug #78538 (shmop memory leak). (cmb)
6875

6976
- Standard:
77+
. Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)
7078
. Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).
7179
(cmb)
7280

0 commit comments

Comments
 (0)