Integer overflow in LibTIFF - CVE-2026-4775
Published: May 26, 2026
LibTIFF
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to signed integer overflow leading to an out-of-bounds write in putcontig8bitYCbCr44tile reachable from TIFFReadRGBAImageOriented when parsing a crafted TIFF image using PHOTOMETRIC_YCBCR with 4,4 subsampling. A remote attacker can supply a specially crafted TIFF file to cause a denial of service.
Exploitation requires the application to process the image through the default bottom-left RGBA orientation flow, and successful triggering depends on attacker-controlled image width and sufficient memory allocation.