Argument injection in Vim - #VU149473
Published: September 14, 2026
Vulnerability details
The vulnerability allows a local user to execute arbitrary operating system commands.
The vulnerability exists due to improper neutralization of argument delimiters in a command in sign_jump() in src/sign.c when jumping to a sign in an undisplayed buffer with a crafted file name. A local user can invoke :sign jump or sign_jump() on a buffer name containing an Ex command separator to execute arbitrary operating system commands.
Vim must be built with the +signs feature.