Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-58370

CVE-2025-58370: Roocode Roo Code RCE Vulnerability

CVE-2025-58370 is a remote code execution flaw in Roocode Roo Code's command parsing logic. Attackers who influence prompts can execute arbitrary commands in versions below 3.26.0. This article covers technical details, impact, and mitigation.

Published: April 29, 2026

CVE-2025-58370 Overview

CVE-2025-58370 is a command injection vulnerability affecting Roo Code, an AI-powered autonomous coding agent that operates within users' code editors. Versions below 3.26.0 contain a flaw in the command parsing logic where Bash parameter expansion and indirect references are not handled correctly. When the agent is configured to auto-approve execution of certain commands, an attacker capable of influencing prompts can exploit this weakness to execute arbitrary commands alongside the intended operations.

Critical Impact

Attackers who can influence AI prompts may achieve arbitrary command execution on systems where Roo Code is configured with auto-approval enabled, potentially leading to complete system compromise.

Affected Products

  • Roocode Roo Code versions prior to 3.26.0

Discovery Timeline

  • 2025-09-05 - CVE-2025-58370 published to NVD
  • 2025-09-10 - Last updated in NVD database

Technical Details for CVE-2025-58370

Vulnerability Analysis

This vulnerability falls under CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The flaw exists within Roo Code's command parsing logic, which fails to properly sanitize Bash parameter expansion syntax and indirect variable references before executing commands.

When users configure Roo Code to auto-approve execution of specific commands (a convenience feature intended to streamline workflows), the agent bypasses confirmation prompts for those whitelisted commands. However, the inadequate parsing of shell metacharacters allows attackers to inject additional commands that piggyback on approved operations.

The network-based attack vector with high complexity requirements suggests that successful exploitation depends on specific environmental conditions and the attacker's ability to influence the AI agent's prompt context.

Root Cause

The root cause is improper input validation in the command parsing mechanism. Specifically, the parsing logic does not correctly handle Bash parameter expansion (such as ${variable}) and indirect references (like ${!variable}). This allows specially crafted input containing these shell constructs to bypass command validation checks, enabling command injection when the auto-approval feature is enabled.

Attack Vector

The attack requires an adversary to influence the prompts processed by the Roo Code agent. This could occur through various means:

  1. Malicious Repository Content: An attacker could embed malicious content in code repositories that the AI agent processes
  2. Prompt Injection: Crafted input designed to manipulate the AI's command generation behavior
  3. External Data Sources: Compromised external data sources that feed into the agent's context

When the agent generates and executes commands based on manipulated prompts, the improperly parsed Bash constructs allow additional arbitrary commands to execute alongside approved ones. The vulnerability requires the auto-approval feature to be enabled for exploitation, as manual approval would allow users to detect malicious commands.

For detailed technical information about this vulnerability, refer to the GitHub Security Advisory GHSA-2rm5-cvcm-7592.

Detection Methods for CVE-2025-58370

Indicators of Compromise

  • Unexpected or unusual commands executed by the Roo Code agent that were not explicitly requested
  • Log entries showing Bash parameter expansion syntax (${...}) in executed commands
  • Suspicious process spawning from Roo Code extension processes
  • Unusual network connections or file system modifications following Roo Code command execution

Detection Strategies

  • Monitor Roo Code execution logs for commands containing shell metacharacters or parameter expansion syntax
  • Implement behavioral analysis to detect anomalous command patterns from the AI agent
  • Review audit trails for commands executed via auto-approval that differ from typical user workflows
  • Deploy endpoint detection rules targeting process chains originating from code editor extensions

Monitoring Recommendations

  • Enable verbose logging for Roo Code command execution to capture full command strings
  • Implement real-time alerting for command executions containing suspicious shell constructs
  • Monitor for privilege escalation attempts or lateral movement following Roo Code activity
  • Establish baselines for normal Roo Code operation patterns to identify deviations

How to Mitigate CVE-2025-58370

Immediate Actions Required

  • Upgrade Roo Code to version 3.26.0 or later immediately
  • Disable auto-approval features for command execution until the patch is applied
  • Review recent command execution history for any signs of exploitation
  • Audit code repositories and data sources that interact with Roo Code for malicious content

Patch Information

The vulnerability is fixed in Roo Code version 3.26.0. Users should update to this version or later to remediate the vulnerability. The fix addresses the improper handling of Bash parameter expansion and indirect references in the command parsing logic.

For additional information, consult the official security advisory.

Workarounds

  • Disable the auto-approval feature for all command executions until the patch is applied
  • Manually review all commands before approval to detect potential injection attempts
  • Restrict Roo Code's access to sensitive system resources and limit executable commands
  • Implement network segmentation to contain potential compromise from affected systems
  • Consider temporarily disabling the Roo Code extension in high-security environments until patching is complete

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRoocode

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-65946: Roocode Roo Code RCE Vulnerability

  • CVE-2025-58371: Roocode Roo Code RCE Vulnerability

  • CVE-2025-58372: Roocode Roo Code RCE Vulnerability

  • CVE-2025-53536: Roocode Roo Code RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English