5 matches found
CVE-2022-41727
CVE-2022-41727 affects the Golang Go Images package (golang.org/x/image). The vulnerability arises in the DecodeConfig path when processing malformed TIFF images, which can cause excessive memory usage and lead to a denial of service. Public references in IBM’s bulletin and Fedora advisories conf...
CVE-2023-29408
The CVE-2023-29408 vulnerability affects the TIFF decoder in the Go image libraries (golang-x-image). The root cause is the decoder not enforcing a limit on the size of compressed tile data, allowing a malicious image to trigger excessive memory and CPU usage even for small images. Practical impa...
CVE-2023-29407
CVE-2023-29407 describes a denial of service via CPU exhaustion when decoding a malicious image. The vulnerability is referenced in Fedora advisories for golang-x-image, with fixes issued (e.g., update to 0.13.0 across affected releases). Nessus/NCSC entries corroborate that Fedora packages in mu...
CVE-2026-33812
CVE-2026-33812 affects golang.org/x/image, where parsing a malicious SFNT font can trigger excessive memory allocation. The connected CVE listing confirms the issue is caused by decoding a malicious font file (SFNT) and identifies golang.org/x/image as the affected component. The provided documen...
CVE-2026-33813
CVE-2026-33813 affects decoding of WEBP images in golang.org/x/image. The issue occurs when parsing a WEBP image with an invalid, large size on 32-bit platforms, causing a panic. Connected sources corroborate that this is a panic condition specific to large/invalid sizes on 32-bit architectures; ...