Command injection vulnerability in Vim's glob function on Unix-like systems
CVE-2026-33412
5.6MEDIUM
What is CVE-2026-33412?
Vim, a widely used open-source command line text editor, contains a command injection flaw within the glob() functionality for Unix-like systems. This vulnerability allows an attacker to potentially execute arbitrary shell commands by injecting a newline character into a pattern that is processed by the glob() function, contingent upon the user's shell settings. The issue has been resolved in version 9.2.0202, and it is imperative for users to upgrade to this version to secure their systems against potential exploits.
Affected Version(s)
vim < 9.2.0202
