Vulnerability Description
libheif is a HEIF and AVIF file format decoder and encoder. Prior to 1.23.2, crafted HEIF sequence timing and edit-list data can make Track::init_sample_timing_table() compute a logical m_num_output_samples value that exceeds the uint32_t counters used by Track_Visual::decode_next_image_sample() and Track::get_next_sample_raw_data(). The resulting comparison can never reach the oversized output count, causing non-terminating decode or raw-sample loops and bypassing max_sequence_frames. The same sequence path repeatedly calls Box_stts::get_sample_duration() and allocates Chunk::m_sample_ranges and Track::m_presentation_timeline outside MemoryHandle accounting, allowing severe CPU and memory exhaustion from a small file. This issue is fixed in version 1.23.2.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/strukturag/libheif/commit/3a7a69ae325f652e48c026b8241ab25bedf
- https://github.com/strukturag/libheif/releases/tag/v1.23.2
- https://github.com/strukturag/libheif/security/advisories/GHSA-xw34-mjcp-jqh8
FAQ
What is CVE-2026-84446?
CVE-2026-84446 is a vulnerability with a CVSS score of 7.5 (HIGH). libheif is a HEIF and AVIF file format decoder and encoder. Prior to 1.23.2, crafted HEIF sequence timing and edit-list data can make Track::init_sample_timing_table() compute a logical m_num_output_s...
How severe is CVE-2026-84446?
CVE-2026-84446 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-84446?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.