๐Ÿ” CVE Alert

CVE-2026-63108

HIGH 8.8

Roo Code 3.54.0 Command Injection via Parameter Expansion Parsing

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-184
Vendor roocodeinc
Product roo-code
Published Jul 20, 2026
Last Updated Jul 20, 2026
Stay Ahead of the Next One

Get instant alerts for roocodeinc roo-code

Be the first to know when new high vulnerabilities affecting roocodeinc roo-code are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

RooCodeInc / Roo-Code
0 โ‰ค 3.54.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/geo-chen/oss/blob/main/Roo-Code.md vulncheck.com: https://www.vulncheck.com/advisories/roo-code-command-injection-via-parameter-expansion-parsing

Credits

George Chen