libheif is an HEIF and AVIF file format decoder and encoder. Prior to version 1.21.0, a crafted HEIF that exercises the overlay image item path triggers a heap buffer over-read in `HeifPixelImage::overlay()`. The function computes a negative row length (likely from an unclipped overlay rectangle or invalid offsets), which then underflows when converted to `size_t` and is passed to `memcpy`, causing a very large read past the end of the source plane and a crash. Version 1.21.0 contains a patch. As a workaround, avoid decoding images using `iovl` overlay boxes.
総合評価: CVE-2025-68431 は公開エクスプロイトあり(50/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.27%、18 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.05% | 0.27% | +0.22% |
| 2 | 2026-06-08 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-05-27 | — | 0.04% | — |
EPSS の全履歴 (全 5 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| 7.1 | 3.1 | HIGH |
|
2.8 | 4.2 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2025-68431: 1 source package rows (libheif); 16 state rows across 3 repos (3.23-main, edge-community, edge-main); fixed 3, open 13. | https://security.alpinelinux.org/vuln/CVE-2025-68431 |
debian
|
not yet assigned | CVE-2025-68431 not yet assigned priority: Debian including 1 source packages (libheif), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2025-68431 |
suse
|
medium | CVE-2025-68431 severity moderate: SUSE including 33 source package names (2.2.0-4.57:gpg2-2.4.4-slfo.1.1_4.1, 2.2.1-7.2:gpg2-2.4.4-slfo.1.1_4.1, …), 108 product×package rows across 59 product lines (Container suse/sl-micro/6.0/baremetal-os-container, Container suse/sl-micro/6.0/base-os-container, … (59 product lines)): Fixed 99, First Fixed 9. | https://www.suse.com/security/cve/CVE-2025-68431/ |
ubuntu
|
medium | CVE-2025-68431 medium priority: Ubuntu including 1 source packages (libheif), 7 status rows across 7 suites (bionic, focal, jammy, noble, plucky, questing, upstream): released 7. | https://ubuntu.com/security/CVE-2025-68431 |
| URL | タグ |
|---|---|
| https://github.com/strukturag/libheif/commit/b8c12a7b70f46c9516711a988483bed377b78d46 | Patch |
| https://github.com/strukturag/libheif/releases/tag/v1.21.0 | Product Release Notes |
| https://github.com/strukturag/libheif/security/advisories/GHSA-j87x-4gmq-cqfq | Exploit Patch Vendor Advisory |