Skip to content

Commit ef439ab

Browse files
committed
Add security related NEWS entries [ci skip]
1 parent 6ea13ba commit ef439ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ PHP NEWS
3737
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
3838
. Updated timelib to 2018.02. (Derick)
3939

40+
- EXIF:
41+
. Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
42+
(CVE-2019-11042) (Stas)
43+
. Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
44+
(CVE-2019-11041) (Stas)
45+
4046
- FTP:
4147
. Fixed bug #78039 (FTP with SSL memory leak). (Nikita)
4248

@@ -67,11 +73,15 @@ PHP NEWS
6773
- PCRE:
6874
. Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx"
6975
version strings). (pgnet, Peter Kokot)
76+
. Fixed bug #78338 (Array cross-border reading in PCRE). (cmb)
7077

7178
- PDO_Sqlite:
7279
. Fixed bug #78192 (SegFault when reuse statement after schema has changed).
7380
(Vincent Quatrevieux)
7481

82+
- Phar:
83+
. Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
84+
7585
- Phpdbg:
7686
. Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
7787

0 commit comments

Comments
 (0)