Golang.Org X Image vulnerabilities
5 known vulnerabilities affecting golang.org/x_image.
Total CVEs
5
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH1MEDIUM4
Vulnerabilities
Page 1 of 1
CVE-2026-33809MEDIUM≥ 0, < 0.38.02026-03-25
CVE-2026-33809 [MEDIUM] CWE-770 Go Images vulnerable to an out-of-memory error via a crafted TIFF file
Go Images vulnerable to an out-of-memory error via a crafted TIFF file
A maliciously crafted TIFF file can cause image decoding to attempt to allocate up 4GiB of memory, causing either excessive resource consumption or an out-of-memory error.
ghsaosv
CVE-2024-24792HIGH≥ 0, < 0.18.02024-06-26
CVE-2024-24792 [HIGH] CWE-248 Panic when parsing invalid palette-color images in golang.org/x/image
Panic when parsing invalid palette-color images in golang.org/x/image
Parsing a corrupt or malicious image with invalid color indices can cause a panic.
ghsaosv
CVE-2023-29407MEDIUM≥ 0, < 0.10.02023-08-02
CVE-2023-29407 [MEDIUM] CWE-834 Golang TIFF decoder vulnerable to excessive CPU consumption
Golang TIFF decoder vulnerable to excessive CPU consumption
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.
ghsaosv
CVE-2023-29408MEDIUM≥ 0, < 0.10.02023-08-02
CVE-2023-29408 [MEDIUM] CWE-770 Golang TIFF decoder does not place a limit on the size of compressed tile data
Golang TIFF decoder does not place a limit on the size of compressed tile data
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.
ghsaosv
CVE-2022-41727MEDIUM≥ 0, < 0.5.02023-02-17
CVE-2022-41727 [MEDIUM] CWE-400 Uncontrolled Resource Consumption in golang.org/x/image
Uncontrolled Resource Consumption in golang.org/x/image
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.
ghsaosv