---
cve: "CVE-2026-47714"
severity: "MEDIUM"
cvss: 6.1
epss: "11%"
vendor: "strukturag"
kev: false
exploited: false
published: "2026-07-21 21:16:51"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-08T19:10:13+02:00"
---

# CVE-2026-47714

> 6.1 MEDIUM · 🧪 PoC

## Beschreibung

libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, the inline mask parsing code in `libheif/region.cc` contains an integer overflow. Both `width` and `height` are `unsigned int` (32-bit) values parsed from the HEIF file. Their product can exceed `UINT32_MAX`, wrapping to a small value before the division by 8. This causes an undersized buffer allocation, leading to out-of-bounds memory access when the mask data is later interpreted as a `width x height` bitmap. Version 1.22.0 patches the issue.

## CVSS-Vektor

```
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Lokal | good |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Erforderlich | good |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Gering | warn |
| I Integrität | Keine | good |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- 0c81a846b7401dbdb7118afd0761057f21e43511 (Commit)

## Referenzen

- <https://github.com/strukturag/libheif/security/advisories/GHSA-h4wm-6wwf-qvhx>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-47714) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
