Vim is an open source, command line text editor. Prior to 9.2.0653, the tree_count_words() function in src/spellfile.c fills in the word-count fields of a spell-file word trie by walking it iteratively with a depth counter. The counter is bounded only by the trie structure itself; it is never checked against the size of the fixed MAXWLEN-element stack arrays it indexes (arridx[], curi[], wordcount[]). A crafted .spl/.sug file pair, loaded when the user invokes spell suggestion, can drive the descent arbitrarily deep, so the function writes past the end of those arrays. This is a stack out-of-bounds write that corrupts the call frame and crashes the editor. This vulnerability is fixed in 9.2.0653.
CVE-2026-55693
This high-severity CVE scores 7.8 under NVD CVSS v3. EPSS exploit probability: 0.1%, top 97% 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
A fix is available — apply it.
- CVSS v3
- 7.8
- EG Score
- 7.8(medium)
- EPSS
- 2.6%
- KEV
- Not listed
Published
June 25, 2026
Last Modified
June 26, 2026
Advisory Details (2)
Auto-updated Jun 25, 2026Out-of-bounds Write in Spell File Word Count in Vim < 9.2.0653 · Advisory · vim/vim · GitHub
https://github.com/vim/vim/security/advisories/GHSA-wgh4-64f7-q3jqcommit a80874d9b84a (vim/vim)
Fix landed in vim/vim commit a80874d9b84a — awaiting tagged release
https://github.com/vim/vim/commit/a80874d9b84a01040e3d1aef2d4a59e1934dafb7Vendor Advisories for CVE-2026-55693(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Patch Availability(1)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| ubuntu | xxd (2:8.2.3995-1ubuntu2.33) @ jammy | 2026-07-06 | ubuntu |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Additional Vendor Advisories
(1)
Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.
Data Freshness Timeline
(refreshed 35× in last 7d / 51× 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-07-06 22:32 UTCEG score recompute
- 2026-07-06 22:32 UTCVendor advisory
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 10:15 UTCEG score recompute
- 2026-07-06 10:15 UTCVendor advisory
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 21:57 UTCEG score recompute
- 2026-07-05 21:57 UTCVendor advisory
- 2026-07-05 09:41 UTCEG score recompute
- 2026-07-05 09:41 UTCVendor advisory
- 2026-07-05 02:31 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 21:25 UTCEG score recompute
- 2026-07-04 21:25 UTCVendor advisory
- 2026-07-04 09:09 UTCEG score recompute
- 2026-07-04 09:09 UTCVendor advisory
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 20:54 UTCEG score recompute
- 2026-07-03 20:54 UTCVendor advisory
- 2026-07-03 08:37 UTCEG score recompute
- 2026-07-03 08:37 UTCVendor advisory
- 2026-07-02 20:21 UTCEG score recompute
Show 26 moreShow fewer
- 2026-07-02 20:21 UTCVendor advisory
- 2026-07-02 08:05 UTCEG score recompute
- 2026-07-02 08:05 UTCVendor advisory
- 2026-07-01 19:47 UTCEG score recompute
- 2026-07-01 19:47 UTCVendor advisory
- 2026-07-01 07:31 UTCEG score recompute
- 2026-07-01 07:31 UTCVendor advisory
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 19:15 UTCEG score recompute
- 2026-06-30 06:58 UTCEG score recompute
- 2026-06-29 18:41 UTCEG score recompute
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 06:25 UTCEG score recompute
- 2026-06-28 18:06 UTCEG score recompute
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 05:48 UTCEG score recompute
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 17:31 UTCEG score recompute
- 2026-06-27 05:15 UTCEG score recompute
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 16:59 UTCEG score recompute▲ 2.10
- 2026-06-26 03:58 UTCNVD updateCVSS v3 → 7.8 · severity → HIGH
- 2026-06-25 17:50 UTCEG score recompute
- 2026-06-25 17:48 UTCNVD updatefirst tracked
Related CVEs(same vendor + same CWE)
Same vendor
10 shownubuntu · msrc
Same CWE
10 shownCWE-787
- CVE-2007-0158EG 9.8CRITICAL
- CVE-2007-0899EG 9.8CRITICAL
- CVE-2011-2462EG 9.8 KEVEPSS 100%CRITICAL
- CVE-2010-20115EG 9.3CRITICAL
- CVE-2010-4398NVD 7.8EG 9.0 KEVEPSS 94%HIGH
- CVE-2010-3333NVD 7.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2010-2883NVD 7.3EG 9.0 KEVEPSS 100%HIGH
- CVE-2010-1297NVD 7.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2009-3953NVD 8.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2009-3129NVD 7.8EG 9.0 KEVEPSS 100%HIGH
Frequently asked(5)
What is CVE-2026-55693?
When was CVE-2026-55693 disclosed?
Is CVE-2026-55693 actively exploited?
What is the CVSS score of CVE-2026-55693?
How do I remediate CVE-2026-55693?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-55693
Is Your Infrastructure Affected by CVE-2026-55693?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.