File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ PHP NEWS
48
48
- Libxml:
49
49
. Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). (Laruence)
50
50
51
+ - Mbstring:
52
+ . Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
53
+ (CVE-2020-7060) (Nikita)
54
+
51
55
- OPcache:
52
56
. Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR). (cmb)
53
57
@@ -63,10 +67,14 @@ PHP NEWS
63
67
. Fixed bug #78982 (pdo_pgsql returns dead persistent connection). (SATŌ
64
68
Kentarō)
65
69
70
+ - Session:
71
+ . Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb, Nikita)
72
+
66
73
- Shmop:
67
74
. Fixed bug #78538 (shmop memory leak). (cmb)
68
75
69
76
- Standard:
77
+ . Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)
70
78
. Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).
71
79
(cmb)
72
80
You can’t perform that action at this time.
0 commit comments