File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,25 @@ PHP NEWS
5
5
6
6
- Core:
7
7
. Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
8
+ . Fixed bug #79329 (get_headers() silently truncates after a null byte)
9
+ (CVE-2020-7066) (cmb)
8
10
. Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
9
11
10
12
- CURL:
11
13
. Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
12
14
15
+ - EXIF:
16
+ . Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
17
+ (Nikita)
18
+
19
+ - Fileinfo:
20
+ . Fixed bug #79283 (Segfault in libmagic patch contains a buffer
21
+ overflow) (cmb)
22
+
23
+ - MBstring:
24
+ . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
25
+ php_unicode_tolower_full) (CVE-2020-7065) (cmb)
26
+
13
27
- SimpleXML:
14
28
. Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
15
29
You can’t perform that action at this time.
0 commit comments