First published: Tue Apr 12 2016(Updated: )
An Out-of-bounds write vulnerability caused by heap overflow when using tiffcrop tool was found in the libtiff library. The vulnerability is in loadImage() function in tiffcrop.c. loadImage() will read the numbers of tiles by calling TIFFNumberOfTiles(). However, if the numbers of tiles is 0, loadImage() will still read tile data by calling readContigTilesIntoBuffer() from the image, regardless of the numbers. In that case, loadImage() will allocate 3 bytes in the heap to store a tile data. This creates a potential attack vector via crafted tiff tiles, which may result in DoS or code execution. Upstream bug report: <a href="http://bugzilla.maptools.org/show_bug.cgi?id=2543">http://bugzilla.maptools.org/show_bug.cgi?id=2543</a>
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
debian/tiff | 4.1.0+git191117-2~deb10u4 4.1.0+git191117-2~deb10u8 4.2.0-1+deb11u4 4.5.0-6 4.5.1+git230720-1 | |
Oracle VM Server | =3.3 | |
Oracle VM Server | =3.4 | |
libtiff | <=4.0.6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2016-3991 is considered to have a medium severity due to the potential for exploitation through out-of-bounds write vulnerabilities.
To fix CVE-2016-3991, upgrade the libtiff library to a version greater than 4.0.6 or apply any available patches from your distribution.
CVE-2016-3991 affects the libtiff library, particularly versions up to and including 4.0.6.
Exploitation of CVE-2016-3991 could lead to arbitrary code execution or crashes of the application using libtiff.
CVE-2016-3991 is present in various systems, including Debian and Oracle VM Server, depending on the version of the libtiff library in use.