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.
CVE-2026-62377
This medium-severity CVE scores 4.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 75% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 4.3
- EG Score
- 4.3(medium)
- EG Risk
- 19(Track)EG Risk 19/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity43% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 25%
- KEV
- Not listed
Published
August 18, 2026
Last Modified
August 19, 2026
Advisory Details (4)
Auto-updated Aug 18, 2026Reachable assertion in HeifContext::get_track() aborts on a valid-but-empty HEIF sequence file (context.cc:2110) · Advisory · strukturag/libheif · GitHub
https://github.com/strukturag/libheif/security/advisories/GHSA-9ww4-9v47-m7pjv1.23.1
Patch available: strukturag/libheif v1.23.1
https://github.com/strukturag/libheif/releases/tag/v1.23.1Reachable assertion in `HeifContext::get_track()` aborts on a valid-but-empty HEIF sequence file (`context.cc:2110`) · Issue #1844 · strukturag/libheif · GitHub
https://github.com/strukturag/libheif/issues/1844commit e1a0bc1c1ae7 (strukturag/libheif)
Patch available: strukturag/libheif v1.23.1 (contains commit e1a0bc1c1ae7)
https://github.com/strukturag/libheif/commit/e1a0bc1c1ae74f8075eaca30a1cdb2b9bee698d3Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 16× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 19:18 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 19:18 UTCEG score recompute
- 2026-08-23 19:18 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 19:19 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 19:19 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 19:20 UTCEG score recompute
- 2026-08-19 18:23 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 22:23 UTCEG score recompute
- 2026-08-18 21:23 UTCEG score recompute
- 2026-08-18 21:23 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-908
- CVE-2011-1998EG 9.3EPSS p97HIGH
- CVE-2011-1995EG 9.3EPSS p98HIGH
- CVE-2011-1964EG 9.3EPSS p98HIGH
- CVE-2011-1963EG 9.3EPSS p98HIGH
- CVE-2011-1266EG 9.3EPSS p97HIGH
- CVE-2011-1262EG 9.3EPSS p97HIGH
- CVE-2011-1261EG 9.3EPSS p97HIGH
- CVE-2011-1256EG 9.3EPSS p97HIGH
- CVE-2011-1255EG 9.3EPSS p99HIGH
- CVE-2011-1254EG 9.3EPSS p97HIGH
Frequently asked(5)
What is CVE-2026-62377?
When was CVE-2026-62377 disclosed?
Is CVE-2026-62377 actively exploited?
What is the CVSS score of CVE-2026-62377?
How do I remediate CVE-2026-62377?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-62377
Is Your Infrastructure Affected by CVE-2026-62377?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.