SDL_image is a library to load images of various formats as SDL surfaces. In do_layer_surface() in src/IMG_xcf.c, pixel index values from decoded XCF tile data are used directly as colormap indices without validating them against the colormap size (cm_num). A crafted .xcf file with a small colormap and out-of-range pixel indices causes heap out-of-bounds reads of up to 762 bytes past the colormap allocation. Both IMAGE_INDEXED code paths are affected (bpp=1 and bpp=2). The leaked heap bytes are written into the output surface pixel data, making them potentially observable in the rendered image. This vulnerability is fixed with commit 996bf12888925932daace576e09c3053410896f8.
Conclusion & alert: CVE-2026-35444 is rated Low Risk (29.2/100): CVSS High severity, with low exploitation likelihood (EPSS 0.01%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-07 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.1 | 3.1 | HIGH |
|
2.8 | 4.2 | [email protected] |
| 6.1 | 3.1 | MEDIUM |
|
1.8 | 4.2 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-35444: 1 source package rows (sdl_image); 3 state rows across 2 repos (3.23-community, edge-community); fixed 0, open 3. | https://security.alpinelinux.org/vuln/CVE-2026-35444 |
debian
|
not yet assigned | CVE-2026-35444 not yet assigned priority: Debian including 3 source packages (libsdl2-image, libsdl3-image, sdl-image1.2), 13 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 9, resolved 4. | https://security-tracker.debian.org/tracker/CVE-2026-35444 |
ubuntu
|
medium | CVE-2026-35444 medium priority: Ubuntu including 3 source packages (libsdl2-image, libsdl3-image, sdl-image1.2), 20 status rows across 8 suites (bionic, focal, jammy, noble, questing, trusty, upstream, xenial): needs-triage 18, DNE 2. | https://ubuntu.com/security/CVE-2026-35444 |
| URL | Tags |
|---|---|
| https://github.com/libsdl-org/SDL_image/security/advisories/GHSA-gq8w-x74c-h6p7 | Vendor Advisory Patch |