CVE-2026-32740
Description
libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.21.2 and prior contain a heap-buffer-overflow (write) vulnerability in the grid tile compositing, allowing an attacker to write 64 bytes of fully attacker-controlled data past the end of a chroma plane heap allocation by crafting a HEIF/AVIF file with a 1×4 grid of odd-height tiles. The overflow is triggered during normal image decoding with default build configuration. The written bytes are chroma (Cb/Cr) pixel values from the attacking tile, giving the attacker full control over the overflow content. This issue has been fixed in version 1.22.0.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-32740.html
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-32740
Vendor advisory: security-advisories@github.com — https://github.com/strukturag/libheif/security/advisories/GHSA-frfr-f3vg-2g6j
Vendor advisory: security-advisories@github.com — https://github.com/strukturag/libheif/releases/tag/v1.22.0
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | affected | |
| debian | bullseye | affected | |
| debian | forky | affected | |
| debian | sid | affected | |
| debian | trixie | affected | |
| sles | affected | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| struktur | libheif | {"endExcluding":"1.22.0"} | 1.22.0 |
References
CWEs
CWE-787
Verify integrity in audit chain (admin only). AS-IS.