This page lists publicly disclosed CVE vulnerabilities affecting golang image (linked via NVD CPE). Each row includes severity scores, summaries, and publication dates to help identify and analyze security issues.
| CVE | Summary | Source | Max CVSS | EPSS % | Published | Updated |
|---|---|---|---|---|---|---|
| CVE-2026-33813 | Parsing a WEBP image with an invalid, large size panics on 32-bit platforms. | [email protected] | 7.5 | 0.06% | 2026-04-21 | 2026-05-13 |
| CVE-2026-33812 | Parsing a malicious font file can cause excessive memory allocation. | [email protected] | 6.1 | 0.01% | 2026-04-21 | 2026-05-13 |
| CVE-2023-29408 | 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 (both in terms of pixel width/height, and encoded size) to make the decoder decode large amounts of compressed data, consuming excessive memory and CPU. | [email protected] | 6.5 | 0.46% | 2023-08-02 | 2024-11-21 |
| CVE-2023-29407 | 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 excessive CPU consumption, despite the image size (width * height) appearing to be zero. | [email protected] | 6.5 | 0.26% | 2023-08-02 | 2024-11-21 |
| CVE-2022-41727 | 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 denial of service. | [email protected] | 5.5 | 0.03% | 2023-02-28 | 2024-11-21 |