OS Command Injection in Deno - CVE-2026-27190
Published: April 23, 2026
Deno
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary commands.
The vulnerability exists due to improper neutralization of special elements used in an os command in node:child_process when invoking child processes with shell mode enabled using user-supplied input. A remote attacker can supply crafted input containing shell metacharacters to execute arbitrary commands.