File tree 1 file changed +11
-2
lines changed 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ PHP NEWS
38
38
. Fixed bug #77794 (Incorrect Date header format in built-in server).
39
39
(kelunik)
40
40
41
+ - EXIF
42
+ . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
43
+ (CVE-2019-11036) (Stas)
44
+
41
45
- Interbase:
42
46
. Fixed bug #72175 (Impossibility of creating multiple connections to
43
47
Interbase with php 7.x). (Nikita)
@@ -49,6 +53,9 @@ PHP NEWS
49
53
- LDAP:
50
54
. Fixed bug #77869 (Core dump when using server controls) (mcmic)
51
55
56
+ - Mail
57
+ . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
58
+
52
59
- mbstring:
53
60
. Implemented FR #72777 (Implement regex stack limits for mbregex functions).
54
61
(Yasuo Ohgaki, Stas)
@@ -110,8 +117,10 @@ PHP NEWS
110
117
. Fixed bug #77578 (Crash when php unload). (cmb)
111
118
112
119
- 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)
115
124
116
125
- FPM:
117
126
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
You can’t perform that action at this time.
0 commit comments