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.
総合評価: CVE-2026-35444 は低リスク(34.7/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.26%、17 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.26% | +0.25% |
| 2 | 2026-04-07 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 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 | タグ |
|---|---|
| https://github.com/libsdl-org/SDL_image/security/advisories/GHSA-gq8w-x74c-h6p7 | Patch Vendor Advisory |