Skip to content

Commit 3051147

Browse files
committed
add NEWS entries for sec fix
1 parent 7821cc3 commit 3051147

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,22 @@ PHP NEWS
2323

2424
30 May 2019, PHP 7.2.19
2525

26+
- EXIF:
27+
. Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
28+
(CVE-2019-11040) (Stas)
29+
2630
- FPM:
2731
. Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)
2832
. Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)
2933

3034
- GD:
3135
. 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)
3242

3343
- JSON:
3444
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
@@ -50,6 +60,9 @@ PHP NEWS
5060
. Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
5161
Duncan)
5262

63+
- SQLite:
64+
. Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
65+
5366
02 May 2019, PHP 7.2.18
5467

5568
- CLI:

0 commit comments

Comments
 (0)