Out-of-bounds write in ImageSharp - #VU144574
Published: August 21, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to out-of-bounds write in the TIFF fax decompression logic when decoding an attacker-supplied tiled TIFF image with fax compression. A remote attacker can send a specially crafted TIFF file to cause a denial of service.
The issue is triggered because the tile buffer is sized using TileWidth while the decompressor writes scanlines using the full image width.