CVE-2026-32739

libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and below, a crafted 800-byte HEIF sequence file causes an infinite loop in Box_stts::get_sample_duration(), consuming 100% CPU indefinitely with zero progress, leading to DoS. The loop has no iteration limit or timeout and is triggered during file open (parsing) - before any user interaction or image decoding. The process stays alive (no crash, no error logged), making it invisible to crash-based monitoring. This issue has been fixed in version 1.22.0.
Configurations

Configuration 1 (hide)

cpe:2.3:a:struktur:libheif:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-05-19 20:16

Updated : 2026-07-24 09:10


NVD link : CVE-2026-32739

Mitre link : CVE-2026-32739

CVE.ORG link : CVE-2026-32739


JSON object : View

Products Affected

struktur

  • libheif
CWE
CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')