First published: Wed Jul 26 2017(Updated: )
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. References: <a href="https://gist.github.com/dazhouzhou/1a3b7400547f23fe316db303ab9b604f">https://gist.github.com/dazhouzhou/1a3b7400547f23fe316db303ab9b604f</a> <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869823">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869823</a>
Affected Software | Affected Version | How to fix |
---|---|---|
libtiff |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of REDHAT-BUG-1475530 is classified as denial of service due to an unchecked input during the TIFFOpen process.
To fix REDHAT-BUG-1475530, update to a version of LibTIFF that addresses the vulnerability.
REDHAT-BUG-1475530 can lead to a denial of service, causing applications using LibTIFF to crash or become unresponsive.
REDHAT-BUG-1475530 was reported as a vulnerability in LibTIFF version 4.0.8.
LibTIFF version 4.0.8 is specifically affected by the vulnerability identified in REDHAT-BUG-1475530.