Go modules package
golang.org/x/image
pkg:golang/golang.org/x/image
Vulnerabilities (5)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2026-33809 | Med | 5.3 | < 0.38.0 | 0.38.0 | Mar 25, 2026 | 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. | |
| CVE-2024-24792 | Hig | 7.5 | < 0.18.0 | 0.18.0 | Jun 27, 2024 | Parsing a corrupt or malicious image with invalid color indices can cause a panic. | |
| CVE-2023-29407 | — | < 0.10.0 | 0.10.0 | Aug 2, 2023 | 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. | ||
| CVE-2023-29408 | — | < 0.10.0 | 0.10.0 | Aug 2, 2023 | 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 excessiv | ||
| CVE-2022-41727 | — | < 0.5.0 | 0.5.0 | Feb 28, 2023 | 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. |
- affected < 0.38.0fixed 0.38.0
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.
- affected < 0.18.0fixed 0.18.0
Parsing a corrupt or malicious image with invalid color indices can cause a panic.
- CVE-2023-29407Aug 2, 2023affected < 0.10.0fixed 0.10.0
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.
- CVE-2023-29408Aug 2, 2023affected < 0.10.0fixed 0.10.0
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 excessiv
- CVE-2022-41727Feb 28, 2023affected < 0.5.0fixed 0.5.0
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.