Out-of-Range Palette Index Vulnerability in Go Programming Language
CVE-2026-42500
5.3MEDIUM
What is CVE-2026-42500?
This vulnerability occurs when an application processes a paletted BMP file. If the palette index used to decode the file is out of range, it results in a panic during the pixel access of the invalid image. This can lead to potential crashes or unexpected behavior in applications that rely on image processing in the Go programming language.
Affected Version(s)
golang.org/x/image/bmp 0 < 0.41.0
