diff --git a/NEWS b/NEWS index 439488af864..fcea23e3008 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,10 @@ PHP NEWS - EXIF: . Fixed bug #76409 (heap use after free in _php_stream_free). (cmb) + . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in + exif_thumbnail_extract of exif.c). (Stas) + . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif + data). (Stas) - FPM: . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to @@ -69,6 +73,9 @@ PHP NEWS (Laruence) . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb) +- Win32: + . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol) + - ZIP: . Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM). (Dennis Birkholz, Remi)