CVE-2026-52859
Publication date 11 June 2026
Last updated 19 June 2026
Ubuntu priority
Cvss 3 Severity Score
Description
Vim is an open source, command line text editor. Prior to version 9.2.0565, the update_snapshot() function in src/terminal.c copies the visible terminal screen into the scrollback buffer when a snapshot is taken. For each screen cell it walks the cell's chars[] array with no upper bound, stopping only when it encounters a NUL terminator. When a cell legitimately fills all VTERM_MAX_CHARS_PER_CELL (6) slots — a base character plus five combining marks — the bundled libvterm returns the array without a terminating NUL, so the loop reads past the fixed six-element array and appends the out-of-bounds values to a buffer reserved for only six characters. A program whose output is rendered inside a :terminal window can trigger this with a short byte sequence and no Vim scripting, leading to a crash. This issue has been patched in version 9.2.0565.
Status
| Package | Ubuntu Release | Status |
|---|---|---|
| vim | 26.04 LTS resolute |
Fixed 2:9.1.2141-1ubuntu4.5
|
| 25.10 questing |
Fixed 2:9.1.0967-1ubuntu6.7
|
|
| 24.04 LTS noble |
Fixed 2:9.1.0016-1ubuntu7.16
|
|
| 22.04 LTS jammy |
Fixed 2:8.2.3995-1ubuntu2.32
|
|
| 20.04 LTS focal |
Fixed 2:8.1.2269-1ubuntu5.32+esm8
|
|
| 18.04 LTS bionic |
Fixed 2:8.0.1453-1ubuntu1.13+esm20
|
|
| 16.04 LTS xenial |
Fixed 2:7.4.1689-3ubuntu1.5+esm35
|
|
| 14.04 LTS trusty |
Fixed 2:7.4.052-1ubuntu3.1+esm29
|
Get expanded security coverage with Ubuntu Pro
Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.
Get Ubuntu Pro 30-day free trialSeverity score breakdown
CVSS version:
Base score
6.9 · Medium
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N
Base score
8.2 · High
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
References
Related Ubuntu Security Notices (USN)
- USN-8451-1
- Vim vulnerabilities
- 18 June 2026