CVE-2026-47714
Last modified
CVE-2026-47714 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.11% 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, 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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Struktur | Libheif | < 1.22.0 |
References
- https://github.com/strukturag/libheif/security/advisories/GHSA-h4wm-6wwf-qvhxMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-47714?
How severe is CVE-2026-47714?
How do I fix CVE-2026-47714?
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-47706Strawberry GraphQL is a library for creating GraphQL APIs. I…5.3
- CVE-2026-47707Strawberry GraphQL is a library for creating GraphQL APIs. I…5.3
- CVE-2026-47708MCP-for-Stata is an MCP server for Stata to integrate Stata …9.3
- CVE-2026-47709libheif is a HEIF and AVIF file format decoder and encoder. …5.5
- CVE-2026-47712Dulwich is a pure-Python implementation of the Git file form…3.3
- CVE-2026-47713AnythingLLM is an application that turns pieces of content i…4.3
- CVE-2026-47715Bugsink is a self-hosted error tracking tool. Prior to 2.2.0…3.1
- CVE-2026-47716Bugsink is a self-hosted error tracking tool. Prior to 2.2.0…3.1
- CVE-2026-4772Improper neutralization of input during web page generation …5.4
- CVE-2026-47722nebula-mesh is a self-hosted control plane for Slack Nebula …8.7
- CVE-2026-47723nebula-mesh is a self-hosted control plane for Slack Nebula …7.1
- CVE-2026-47724nebula-mesh is a self-hosted control plane for Slack Nebula …9.9
Are you affected by CVE-2026-47714?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
