We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5cdda commit 9705e63Copy full SHA for 9705e63
NEWS
@@ -5,6 +5,22 @@ PHP NEWS
5
6
19 Dec 2019, PHP 7.2.26
7
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
24
- GD:
25
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
26
0 commit comments