CVE-2026-41069
MEDIUM EPSS 16.5%
Published May 22, 20261mo ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Published May 22, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago
Description
libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, a malformed HEIF sequence file can trigger an out-of-bounds read in core sequence parsing logic, causing DoS. A malformed file can have stco.entry_count == 0 (creating no chunks) while still passing validation because saio.entry_count == 0 matches, but with saiz.sample_count > 0 the SampleAuxInfoReader constructor still enters its loop. This leads to an out-of-bounds dereference on the empty chunks[0] in chunked mode.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction Required
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
16.5% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 2
CWE-125 Out-of-bounds Read Memory Safety
CWE-476 NULL Pointer Dereference Memory Safety
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| struktur | libheif | * | <1.22.0 |
References 2
- github.com https://github.com/strukturag/libheif/releases/tag/v1.22.0
- github.com https://github.com/strukturag/libheif/security/advisories/GHSA-p82x-fpmv-576r
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.