You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2026 28419
About this tag
CVE-2026-28419 is a heap-based buffer underflow vulnerability in Vim's Emacs-style tags parsing, specifically in the emacs_tags_parse_line() function within src/tag.c. The flaw occurs when a malformed tags file places a delimiter at the very start of a line, leading to a one-byte underflow that can cause a crash (denial of service). This issue was fixed in Vim patch level 9.2.0075. The vulnerability affects users who open untrusted tags files in Vim, potentially allowing an attacker to trigger a denial of service. Windows users running Vim on their systems should apply the patch to mitigate this risk.
A subtle parsing bug in Vim’s Emacs-style tags handling has been assigned CVE-2026-28419: a heap-based buffer underflow that occurs when a malformed tags file places a delimiter at the very start of a line. The flaw is a one-byte, heap-based underflow in the emacs_tags_parse_line() logic in...