CVE-2026-63108 HIGH

CVE-2026-63108: Roo Code 3.54.0 Command Injection via Parameter Expansion Parsing

Vendor Roocodeinc
Product Roo-Code
Weakness CWE-184
Published July 20, 2026
Last update July 20, 2026

CVSS base score

7.7/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

July 20, 2026 CVE published
July 20, 2026 Record updated