CVE-2026-32814
Last modified
CVE-2026-32814 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, when decoding a HEIF grid image with strict_decoding=false (the default), a corrupted tile silently fails to decode and the library returns heif_error_Ok with no indication of failure, leading to an uninitialized heap memory information leak. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, when decoding a HEIF grid image with strict_decoding=false (the default), a corrupted tile silently fails to decode and the library returns heif_error_Ok with no indication of failure, leading to an uninitialized heap memory information leak. The canvas is allocated via create_clone_image_at_new_size() → plane.alloc() → new (std::nothrow) uint8_t[allocation_size] which does not zero the memory; only the alpha plane is explicitly initialized via fill_plane(), so the Y, Cb, and Cr planes contain whatever was previously at that heap address. The failed tile's region of the canvas is never written. It retains uninitialized heap data that is delivered to the caller as decoded pixel values (4,096 bytes per Y/Cb/Cr plane = 12,288+ bytes total). Any application using libheif to decode grid-based HEIF/AVIF files with default settings is vulnerable: a crafted .heic or .avif file causes 4,096+ bytes of heap memory to appear as pixel values in the decoded image, and the calling application receives heif_error_Ok, so it has no indication the output contains heap garbage. In server-side image processing, an uploaded crafted HEIF decoded and re-encoded (e.g., as PNG/JPEG for thumbnails, CDN, social media) can leak cross-user data such as auth tokens, database results, and other users' image data. This issue has been fixed in version 1.22.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-32814?
How severe is CVE-2026-32814?
How do I fix CVE-2026-32814?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-32808pyLoad is a free and open-source download manager written in…8.1
- CVE-2026-3281A vulnerability was detected in libvips 8.19.0. This affects…7.8
- CVE-2026-32810Halloy is an IRC application written in Rust. In versions on…5.5
- CVE-2026-32811Heimdall is a cloud native Identity Aware Proxy and Access C…7.5
- CVE-2026-32812Admidio is an open-source user management solution. In versi…6.8
- CVE-2026-32813Admidio is an open-source user management solution. Versions…8
- CVE-2026-32815SiYuan is a personal knowledge management system. In version…7.5
- CVE-2026-32816Admidio is an open-source user management solution. In versi…5.7
- CVE-2026-32817Admidio is an open-source user management solution. In versi…9.1
- CVE-2026-32818Admidio is an open-source user management solution. In versi…6.5
- CVE-2026-32819dataCycle is a data management system for centrally storing,…4.3
- CVE-2026-3282A flaw has been found in libvips 8.19.0. This vulnerability …7.1
Are you affected by CVE-2026-32814?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
