CVE-2026-32738

MEDIUM

libheif <1.22.0 samples_per_chunk - Out-of-Bounds Read Denial of Service

Title source: manual
STIX 2.1

Description

libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and below, a crafted 792-byte HEIF sequence file with samples_per_chunk=0 in the stsc box causes an unsigned integer underflow in the Chunk constructor (m_last_sample = 0 + 0 - 1 = UINT32_MAX), mapping all samples to an empty chunk and resulting in a denial of service. When any sample is accessed, the library reads from index 0 of an empty std::vector, causing a guaranteed SEGV (null-page read). The file parses successfully without producing an error; the crash occurs on the first frame access. This issue has been fixed in version 1.22.0.

References (1)

Core 1
Core References

Scores

CVSS v3 6.5
EPSS 0.0029
EPSS Percentile 20.8%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-125 CWE-476
Status published
Products (2)
struktur/libheif < 1.22.0
strukturag/libheif < 1.22.0
Published May 19, 2026
Tracked Since May 19, 2026