CVE-2026-30307
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedRoo Code's command auto-approval module contains a critical OS command injection vulnerability that renders its whitelist security mechanism completely ineffective. The system relies on fragile regular expressions to parse command structures; while it attempts to intercept dangerous operations, it fails to account for standard Shell command substitution Roo Code (specifically$(...)and backticks ...). An attacker can construct a command such as git log --grep="$(malicious_command)", forcing Syntx to misidentify it as a safe git operation and automatically approve it. The underlying Shell prioritizes the execution of the malicious code injected within the arguments, resulting in Remote Code Execution without any user interaction.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceRoo Code's auto-approval module uses flawed regular expression parsing to whitelist commands, but fails to filter shell command substitution syntax ($(...) and backticks). An attacker can inject malicious commands into seemingly safe git operations like 'git log --grep="$(malicious_command)"', bypassing the whitelist and achieving remote code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 3.46.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Roo Code installation and versionCheck the installed version of the Roo Code extension in your VS Code or IDE extension manager. Compare against the affected range: versions <= 3.46.1Affected if The installed version is 3.46.1 or lower
-
Locate auto-approval module configurationLook for Roo Code settings related to auto-approval, command whitelisting, or security policy configuration in the extension's settings file or IDE preferencesAffected if Auto-approval or command whitelisting settings are present and enabled in the configuration
-
Verify shell substitution filtering in command argumentsInspect the auto-approval configuration for how it handles command arguments, specifically looking for whether $( and backtick characters are validated or rejectedAffected if The auto-approval module does not explicitly filter or reject shell command substitution characters ($( and `) from command arguments before whitelist evaluation
-
Test command injection via grep parameterIf auto-approval is active, attempt a safe test command such as: git log --grep="$(echo test)" to see if the substitution is executed or blockedAffected if The command executes and the shell substitution $(echo test) is evaluated rather than being treated as a literal string
-
Review trusted command whitelist entriesExamine the whitelist of approved commands in the auto-approval module settings to see if git commands with variable arguments are includedAffected if Git commands or other commands that accept user-controlled arguments are whitelisted without proper input sanitization
You are affected if you have Roo Code version 3.46.1 or lower with the auto-approval module enabled and the whitelist allows commands without filtering shell substitution characters.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedImplement strict input validation to escape or reject shell command substitution characters ($( and `) in all command arguments before whitelist evaluation, and treat all user-controlled input as untrusted.
Roo Code version > 3.46.1
- 1. Check the currently installed Roo Code version in VS Code extensions
- 2. Visit the Roo Code VS Code marketplace page or GitHub releases page to identify the latest available version
- 3. Upgrade Roo Code to a version higher than 3.46.1 (the fixed release that addresses this command injection vulnerability)
- 4. After upgrading, verify the extension is functioning correctly
- 5. Test that the command auto-approval module properly rejects commands with shell substitution syntax ($(...) or backticks)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-30307 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-30307 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data