Command injection in Deno - CVE-2025-61787
Published: April 23, 2026
Deno
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary commands.
The vulnerability exists due to command injection in batch file execution on Windows when passing user-provided arguments to an executed batch script. A remote attacker can supply a specially crafted argument to execute arbitrary commands.
Exploitation occurs when a child process executes a batch file such as a .bat or .cmd file on Windows.