Skip to content

Commit d91b643

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Update NEWS wrt. sec fixes
2 parents 66b32f2 + 1210c3b commit d91b643

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

NEWS

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ PHP NEWS
3838
. Fixed bug #77794 (Incorrect Date header format in built-in server).
3939
(kelunik)
4040

41+
- EXIF
42+
. Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
43+
(CVE-2019-11036) (Stas)
44+
4145
- Interbase:
4246
. Fixed bug #72175 (Impossibility of creating multiple connections to
4347
Interbase with php 7.x). (Nikita)
@@ -49,6 +53,9 @@ PHP NEWS
4953
- LDAP:
5054
. Fixed bug #77869 (Core dump when using server controls) (mcmic)
5155

56+
- Mail
57+
. Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
58+
5259
- mbstring:
5360
. Implemented FR #72777 (Implement regex stack limits for mbregex functions).
5461
(Yasuo Ohgaki, Stas)
@@ -110,8 +117,10 @@ PHP NEWS
110117
. Fixed bug #77578 (Crash when php unload). (cmb)
111118

112119
- EXIF:
113-
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
114-
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
120+
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
121+
(Stas)
122+
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
123+
(CVE-2019-11035) (Stas)
115124

116125
- FPM:
117126
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).

0 commit comments

Comments
 (0)