🔐 CVE Alert

CVE-2026-80431

UNKNOWN 0.0

Out-of-bounds write in the kitty text sizing protocol allows termination of the terminal process

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Out-of-bounds Write in the natural width branch of the text sizing protocol in kitty from 0.40.0 before 0.49.0 allows a program writing to the terminal to write past the end of a fixed-size buffer, because screen_handle_multicell_command() in kitty/screen.c appends each codepoint of a grapheme cluster with lc.chars[lc.count++] = ch without any capacity check, while lc is declared by the RAII_ListOfChars macro as a four-element char_type array in the function's stack frame, so an OSC 66 escape code whose payload carries a grapheme cluster longer than four codepoints writes beyond that buffer, one 32-bit value per additional codepoint, in the order the codepoints appear. Where the cluster is preceded in the same payload by a sequence that causes an intermediate flush, the buffer is first migrated to the heap by ensure_space_for_chars() and the write occurs past the heap allocation instead. This results in termination of the kitty process and therefore of all its windows, tabs and child processes.

CWE CWE-787
Vendor kovid goyal
Product kitty
Published Sep 25, 2026
Stay Ahead of the Next One

Get instant alerts for kovid goyal kitty

Be the first to know when new unknown vulnerabilities affecting kovid goyal kitty are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Kovid Goyal / kitty
0.40.0 < 0.49.0

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/kovidgoyal/kitty/commit/7d2fbaadcc2b1eeeef89bd875ec622b42362574b github.com: https://github.com/kovidgoyal/kitty/releases/tag/v0.49.0 secur0.com: https://secur0.com/en/cna/cve-list/cve-2026-80431-kitty-text-sizing-out-of-bounds-write

Credits

C4sh3R Cristian Fernández Cornejo Xoán M. Otero Jorge Secur0 CNA Kovid Goyal