CVE-2026-32814 — libheif is a HEIF and AVIF file format decoder and encoder.
CVE-2026-32814 — 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
What This Means For You
- If your environment is affected by CWE-200, CWE-908, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-32814 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Potential Heap Memory Leak via Crafted HEIF/AVIF File Decoding - CVE-2026-32814
title: Potential Heap Memory Leak via Crafted HEIF/AVIF File Decoding - CVE-2026-32814
id: scw-2026-05-19-ai-1
status: experimental
level: medium
description: |
Detects processes that are attempting to decode HEIF or AVIF files, which could be an indicator of exploitation for CVE-2026-32814. The vulnerability allows for heap memory information leaks when decoding a crafted grid image with strict_decoding=false. This rule specifically looks for the libheif library being invoked with HEIF/AVIF file extensions, a common pattern for exploitation.
author: SCW Feed Engine (AI-generated)
date: 2026-05-19
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-32814/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: process_creation
detection:
selection:
Image|contains:
- 'libheif'
CommandLine|contains:
- '.heic'
- '.avif'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-32814 | vulnerability | CVE-2026-32814 |
| CWE-200 | weakness | CWE-200 |
| CWE-908 | weakness | CWE-908 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 00:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.