CVE-2026-55693
Last modified
CVE-2026-55693 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Vim | Vim | < 9.2.0653 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55693?
How severe is CVE-2026-55693?
How do I fix CVE-2026-55693?
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-55685React Router is a router for React. In versions 7.0.0 throug…7.5
- CVE-2026-55686Podman is a tool for managing OCI containers and pods. From …5.3
- CVE-2026-55687ESF-IDF is the Espressif Internet of Things (IOT) Developmen…7.5
- CVE-2026-55688The AsyncHttpClient (AHC) library allows Java applications t…4
- CVE-2026-55689OpenFGA is an authorization/permission engine built for deve…8.1
- CVE-2026-5569A vulnerability was found in Technostrobe HI-LED-WR120-G2 5.…9.8
- CVE-2026-55697pnpm is a package manager. Prior to 10.34.2 and 11.5.3, pnpm…8.8
- CVE-2026-55698pnpm is a package manager. Prior to 10.34.2 and 11.5.3, pnpm…8.8
- CVE-2026-55699pnpm is a package manager. Prior to 10.34.2 and 11.5.3, Mani…6.5
- CVE-2026-5570A vulnerability was determined in Technostrobe HI-LED-WR120-…9.8
- CVE-2026-55700pnpm is a package manager. From 11.3.0 until 11.5.3, `pnpm s…7.1
- CVE-2026-55706sppp_pap_input in sys/net/if_spppsubr.c in OpenBSD before 07…8.3
Are you affected by CVE-2026-55693?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
