Roo Code through 3.54.0 contains a command injection vulnerability in the auto-approve execute feature that allows attackers to bypass allowlist/denylist enforcement by nesting command substitutions inside parameter expansion defaults. The command parser in parse-command.ts replaces parameter expansions with opaque placeholders before extracting command substitutions, causing the containsDangerousSubstitution guard to miss nested payloads, which are then auto-approved based on the outer allowlisted command prefix and executed by the shell via execa, enabling arbitrary command execution.
References
Configurations
No configuration.
History
20 Jul 2026, 19:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-20 19:17
Updated : 2026-07-20 22:17
NVD link : CVE-2026-63108
Mitre link : CVE-2026-63108
CVE.ORG link : CVE-2026-63108
JSON object : View
Products Affected
No product.
CWE
CWE-184
Incomplete List of Disallowed Inputs
