CVE-2026-26269 on CTRL-OS 24.05
Packages: vim, vim-full
Status: In Progress
CVE Information
Vim is an open source, command line text editor. Prior to 9.1.2148, a stack buffer overflow vulnerability exists in Vim's NetBeans integration when processing the specialKeys command, affecting Vim builds that enable and use the NetBeans feature. The Stack buffer overflow exists in special_keys() (in src/netbeans.c). The while (*tok) loop writes two bytes per iteration into a 64-byte stack buffer (keybuf) with no bounds check. A malicious NetBeans server can overflow keybuf with a single specialKeys command. The issue has been fixed as of Vim patch v9.1.2148.
Updates
2026-03-27 23:52 CET
Metadata changes:
- Status for package
vim: “In Progress” - Status for package
vim-full: “In Progress”
2026-03-27 23:39 CET
Metadata changes:
- Status: In Progress
(Amended on: 2026-03-27 23:51 CET)
2026-03-27 23:28 CET
Comment:
While the full Vim is built with NetBeans integration support, this combination is unsupported as NetBeans is not supported in CTRL-OS.
2026-03-27 23:25 CET
Metadata changes:
- Status: New