Description
Deno is a JavaScript, TypeScript, and WebAssembly runtime. From 2.7.0 to 2.7.1, A command injection vulnerability exists in Deno's node:child_process polyfill (shell: true mode) that bypasses the fix for CVE-2026-27190. The two-stage argument sanitization in transformDenoShellCommand (ext/node/polyfills/internal/child_process.ts) has a priority bug: when an argument contains a $VAR pattern, it is wrapped in double quotes (L1290) instead of single quotes. Double quotes in POSIX sh do not suppress backtick command substitution, allowing injected commands to execute. An attacker who controls arguments passed to spawnSync or spawn with shell: true can execute arbitrary OS commands, bypassing Deno's permission system. This vulnerability is fixed in 2.7.2.
INFO
Published Date :
2026-03-12T19:41:17.965Z
Last Modified :
2026-03-13T16:13:40.538Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-32260 vulnerability.
| Vendors | Products |
|---|---|
| Deno |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-32260.