← Back

Image

image

Vendor: Golang • 5 CVEs

CVEs (5)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Golang
1Image
Jun 25, 2026
Apr 21, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
Parsing a WEBP image with an invalid, large size panics on 32-bit platforms.
1Golang
1Image
Jun 17, 2026
Apr 21, 2026
N/A· v4
6.1 MEDIUM· v3
N/A· v2
Parsing a malicious font file can cause excessive memory allocation.
2Fedoraproject
Golang
2Fedora
Image
Jun 17, 2026
Aug 2, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
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...Show more
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.Show less
2Fedoraproject
Golang
2Fedora
Image
Jun 17, 2026
Aug 2, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
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...Show more
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.Show less
2Fedoraproject
Golang
3Fedora
ImageTiff
Jun 17, 2026
Feb 28, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
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.