summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-04-29 23:38:12 -0700
committerStanislav Malyshev <stas@php.net>2019-04-30 00:05:23 -0700
commitf80ad18afae2230c2c1802c7d829100af646874e (patch)
treee96da8354d3cb7700061b859a87580e3581795f9 /NEWS
parent6c631ccfef94f93259d474682f8bfa803e163c87 (diff)
downloadphp-git-f80ad18afae2230c2c1802c7d829100af646874e.tar.gz
Fix bug #77950 - Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG
I do not completely understand what is going on there, but I am pretty sure dir_entry <= offset_base if not a normal situation, so we better not to rely on such dir_entry.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f529a71116..70ad9a7a6f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,20 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2019, PHP 7.1.29
+- EXIF
+. Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
+ (CVE-2019-11036) (Stas)
+- Mail
+. Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
04 Apr 2019, PHP 7.1.28
- EXIF:
- . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
- . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
+ . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
+ (Stas)
+ . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
+ (CVE-2019-11035) (Stas)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)