Skip to content

Commit 9705e63

Browse files
committed
[ci skip] Update NEWS
1 parent 6d5cdda commit 9705e63

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ PHP NEWS
55

66
19 Dec 2019, PHP 7.2.26
77

8+
- Bcmath:
9+
. Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046).
10+
(cmb)
11+
12+
- Core:
13+
. Fixed bug #78862 (link() silently truncates after a null byte on Windows).
14+
(CVE-2019-11044). (cmb)
15+
. Fixed bug #78863 (DirectoryIterator class silently truncates after a null
16+
byte). (CVE-2019-11045). (cmb)
17+
18+
- EXIF:
19+
. Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer).
20+
(CVE-2019-11050). (Nikita)
21+
. Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047).
22+
(Nikita)
23+
824
- GD:
925
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
1026

0 commit comments

Comments
 (0)