---
cve: "CVE-2026-50142"
severity: "HIGH"
cvss: 7.5
epss: "56%"
vendor: "strukturag"
kev: false
exploited: false
published: "2026-08-18 22:16:52"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-08T19:51:52+02:00"
---

# CVE-2026-50142

> 7.5 HIGH · 🧪 PoC

## Beschreibung

libheif is a HEIF and AVIF file format decoder and encoder. From 1.19.0 until 1.23.0, a crafted HEIF sequence accepted by heif_context_read_from_memory() with the msf1 sequence brand can cause unbounded heap allocation. In libheif/sequences/seq_boxes.cc, Box_stsz::parse() applies max_sequence_frames only to variable-size samples, so fixed-size mode accepts an attacker-controlled sample_count without a bound. In libheif/sequences/track.cc, Track::load() also adds current_sample_idx and samples_per_chunk in 32-bit arithmetic, allowing the consistency check to be bypassed by wraparound. The resulting values reach the Chunk::Chunk() allocation path, which can consume gigabytes of memory and crash or stall the process through memory exhaustion. This issue is fixed in version 1.23.0.

## CVSS-Vektor

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

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

## Patch verfügbar (OSV)

- a6caa38f7a70d66dc9caec2a7bfe20935b32c622 (Commit)
- bd114ed6d592adc92a09882172ab71d1b4c6e1b1 (Commit)

## Referenzen

- <https://github.com/strukturag/libheif/security/advisories/GHSA-jvmp-j3cw-84mh>
- <https://github.com/strukturag/libheif/commit/a6caa38f7a70d66dc9caec2a7bfe20935b32c622>
- <https://github.com/strukturag/libheif/releases/tag/v1.23.0>

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