golang.org/x/image
CVE Severity Distribution (All Time)
Timeline Overview
Recent CVEs
Parsing a corrupt or malicious image with invalid color indices can cause a panic.
A maliciously-crafted image can cause excessive CPU consumption in decoding. A tiled image with a height of 0 and a very large width can cause excess…
The TIFF decoder does not place a limit on the size of compressed tile data. A maliciously-crafted image can exploit this to cause a small image (bot…
An attacker can craft a malformed TIFF image which will consume a significant amount of memory when passed to DecodeConfig. This could lead to a deni…