In LibTIFF 4.0.8, there is a denial of service vulnerability in the TIFFOpen function. A crafted input will lead to a denial of service attack. During the TIFFOpen process, td_imagelength is not checked. The value of td_imagelength can be directly controlled by an input file. In the ChopUpSingleUncompressedStrip function, the _TIFFCheckMalloc function is called based on td_imagelength. If we set the value of td_imagelength close to the amount of system memory, it will hang the system or trigger the OOM killer.
History

No history.

cve-icon MITRE Information

Status: PUBLISHED

Assigner: mitre

Published: 2017-07-26T08:00:00

Updated: 2018-12-01T10:57:01

Reserved: 2017-07-25T00:00:00


Link: CVE-2017-11613

JSON object: View

cve-icon NVD Information

Status : Modified

Published: 2017-07-26T08:29:00.197

Modified: 2018-12-01T11:29:12.237


Link: CVE-2017-11613

JSON object: View

cve-icon Redhat Information

No data.

CWE