CVE-2026-62377
Last modified
CVE-2026-62377 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. libheif is a HEIF and AVIF file format decoder and encoder. In 1.23.0 and earlier, a crafted HEIF sequence accepted by heif_context_read_from_memory() can leave the context with no registered sequence tracks and crash when heif_context_get_track(ctx, 0) is called. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
libheif is a HEIF and AVIF file format decoder and encoder. In 1.23.0 and earlier, a crafted HEIF sequence accepted by heif_context_read_from_memory() can leave the context with no registered sequence tracks and crash when heif_context_get_track(ctx, 0) is called. HeifContext::get_track() in libheif/context.cc executes assert(has_sequence()) before its normal error handling, so assert-enabled builds abort instead of allowing the public wrapper in libheif/api/libheif/heif_sequences.cc to return null. In release builds, removing the assertion lets the track_id zero path dereference m_tracks.begin()->second on an empty map, which is undefined behavior and typically crashes. The issue is reachable through documented public APIs after parsing attacker-controlled bytes. This issue is fixed in version 1.23.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| strukturag | libheif | < 1.23.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-62377?
How severe is CVE-2026-62377?
How do I fix CVE-2026-62377?
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-62364wlc is a Weblate command-line client using Weblate's REST AP…2.3
- CVE-2026-62368Snipe-IT is an IT asset/license management system. Prior to …8.1
- CVE-2026-62369KubeEdge is an open source system for extending native conta…8.1
- CVE-2026-6237The Quick Table plugin for WordPress is vulnerable to Stored…6.4
- CVE-2026-62370KubeEdge is an open source system for extending native conta…6.5
- CVE-2026-62371KubeEdge is an open source system for extending native conta…8.8
- CVE-2026-62378RustFS Console is a web management console for the RustFS di…9
- CVE-2026-62379Open Access Management (OpenAM) is an access management solu…9.8
- CVE-2026-6238The deprecated functions ns_printrrf, ns_printrr and fp_nque…6.5
- CVE-2026-62380Netty (io.netty:netty-codec-socks) versions 4.2.0.Final thro…7.5
- CVE-2026-62381luci-lib-px5g (LuCI) contains a heap-based buffer overflow i…6.6
- CVE-2026-62382PasswordPusher versions v1.45.11 through v2.9.5 contain an i…6.9
Are you affected by CVE-2026-62377?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
