Vulnerabilities (CVE)

Filtered by vendor Golang Subscribe
Filtered by product Image
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2023-29408 2 Fedoraproject, Golang 2 Fedora, Image 2023-12-10 N/A 6.5 MEDIUM
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.
CVE-2023-29407 2 Fedoraproject, Golang 2 Fedora, Image 2023-12-10 N/A 6.5 MEDIUM
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-2022-41727 2 Fedoraproject, Golang 3 Fedora, Image, Tiff 2023-12-10 N/A 5.5 MEDIUM
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.