SAIL is a cross-platform library for loading and saving images with support for animation, metadata, and ICC profiles. Prior to 1.0.0, sail_codec_load_frame_v8_xbm() in src/sail-codecs/xbm/xbm.c allocates the decoded pixel buffer using the X11 one-byte-per-literal layout, but an X10 static short file causes the flat decode loop to write two file-controlled bytes per literal. When ceil(width/8) produces an odd row stride, the X10 literal count includes a padding byte for every row, but the destination has no space for those bytes, so loading the XBM through sail_load_from_file, sail_load_from_memory, or sail_start_loading_* produces a forward heap overwrite that scales with image height. The X11 static char path is not affected. The overwrite can corrupt process state, cause reliable crashes, and potentially enable code execution in a susceptible consuming application. This issue is fixed in version 1.0.0.
CVE-2026-54692
This high-severity CVE scores 7.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 96% 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).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.8
- EG Score
- 7.8(medium)
- EG Risk
- 40(Track)EG Risk 40/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 computedSeverity78% × 45%Exploitation0% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 4%
- KEV
- Not listed
Published
September 17, 2026
Last Modified
September 17, 2026
Advisory Details (3)
Auto-updated Sep 17, 2026Release v1.0.0 (HappySeaFox/sail)
Patch available: HappySeaFox/sail v1.0.0
https://github.com/HappySeaFox/sail/releases/tag/v1.0.0commit 2991e18f806c (HappySeaFox/sail)
Patch available: HappySeaFox/sail v1.0.0 (contains commit 2991e18f806c)
https://github.com/HappySeaFox/sail/commit/2991e18f806cf038038ee1ef9b08aa5d57480de1XBM X10 decoder writes 2 bytes per literal into a 1-byte-per-literal buffer (heap out-of-bounds write) · Advisory · HappySeaFox/sail · GitHub
https://github.com/HappySeaFox/sail/security/advisories/GHSA-gp27-qv2x-55v5Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 5× in last 7d / 5× 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-09-18 22:20 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 20:18 UTCEG score recompute
- 2026-09-17 19:51 UTCEG score recompute
- 2026-09-17 19:49 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-54692?
When was CVE-2026-54692 disclosed?
Is CVE-2026-54692 actively exploited?
What is the CVSS score of CVE-2026-54692?
How do I remediate CVE-2026-54692?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-54692
Is Your Infrastructure Affected by CVE-2026-54692?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.