LibTIFF:memory leak in _TIFFmalloc
Description LibTIFF This software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data. The latest version of the TIFF specification is available on-line in several different formats. A memory leak vulnerability was found in function _TIFFmalloc in tif_unix .c,which allows attackers to cause a denial of service via a crafted file. tiff2pdf $FILE -o out.pdf ==28111==ERROR: LeakSanitizer: detected memory leaks Direct leak of 8 byte(s) in 1 object(s) allocated from: #0 0x7f8063966bb8 in __interceptor_malloc ../../../../libsanitizer/asan/asan_malloc_linux.cc:62 #1 0x507dd3 in _TIFFmalloc /home/haojun/Downloads/testopensourcecode/tiff-4.0.7/libtiff/tif_unix.c:316 #2 0x452057 in TIFFReadDirEntryLong8Array /home/haojun/Downloads/testopensourcecode/tiff-4.0.7/libtiff/tif_dirread.c:1919 #3 0x464d88 in TIFFFetchStripTh...