File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,22 @@ PHP NEWS
23
23
24
24
30 May 2019, PHP 7.2.19
25
25
26
+ - EXIF:
27
+ . Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
28
+ (CVE-2019-11040) (Stas)
29
+
26
30
- FPM:
27
31
. Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)
28
32
. Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)
29
33
30
34
- GD:
31
35
. Fixed bug #77943 (imageantialias($image, false); does not work). (cmb)
36
+ . Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
37
+ (CVE-2019-11038) (cmb)
38
+
39
+ - Iconv:
40
+ . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
41
+ due to integer overflow). (CVE-2019-11039). (maris dot adam)
32
42
33
43
- JSON:
34
44
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
@@ -50,6 +60,9 @@ PHP NEWS
50
60
. Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
51
61
Duncan)
52
62
63
+ - SQLite:
64
+ . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
65
+
53
66
02 May 2019, PHP 7.2.18
54
67
55
68
- CLI:
You can’t perform that action at this time.
0 commit comments