The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-29608

CVE-2026-29608: Openclaw RCE Vulnerability

CVE-2026-29608 is a remote code execution vulnerability in Openclaw that exploits argv rewriting to bypass approval controls and execute malicious scripts. This article covers technical details, affected versions, and mitigations.

Published: March 20, 2026

CVE-2026-29608 Overview

CVE-2026-29608 is an approval integrity vulnerability in OpenClaw 2026.3.1 affecting the system.run node-host execution component. The vulnerability allows attackers to bypass operator approval mechanisms through argv rewriting, which changes command semantics. By placing malicious local scripts in the working directory, attackers can execute unintended code even when the operator has approved different command text.

Critical Impact

Attackers can execute arbitrary code by manipulating the argument vector after operator approval, undermining the trust model of the system.run approval workflow.

Affected Products

  • OpenClaw 2026.3.1 for Node.js
  • OpenClaw node-host execution module (system.run)
  • Systems using OpenClaw with operator approval workflows

Discovery Timeline

  • 2026-03-19 - CVE CVE-2026-29608 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-29608

Vulnerability Analysis

This approval integrity bypass vulnerability (CWE-88: Improper Neutralization of Argument Delimiters in a Command) occurs in the system.run node-host execution path. The core issue stems from how the argv array is processed after operator approval. When an operator reviews and approves a command for execution, the approval is bound to the displayed command text. However, the actual argv array can be rewritten after approval, allowing attackers to substitute malicious scripts that execute with the authority granted by the original approval.

The vulnerability particularly impacts environments where the working directory contains attacker-controlled files. An attacker can place a malicious script with the same name as an approved command in the current working directory, causing the execution engine to resolve and run the attacker's script instead of the intended system command.

Root Cause

The root cause lies in the failure to preserve approval semantics when processing the system.run wrapper. The original implementation did not properly bind the shell command context to the approval verification, allowing argv manipulation to occur between the approval check and actual command execution. The hardenApprovedExecutionPaths function lacked visibility into the original shellCommand parameter, creating a gap where command semantics could diverge from what was approved.

Attack Vector

The attack requires local access and user interaction (operator approval). An attacker with local access to the system can:

  1. Place a malicious script in the working directory with a name matching a commonly approved command
  2. Trigger a system.run execution that passes operator approval for the legitimate command
  3. Exploit the argv rewriting vulnerability to execute the malicious local script instead
  4. Gain code execution with the privileges of the approved operation

The following patches from the security fix demonstrate how the vulnerability was addressed:

typescript
 export function hardenApprovedExecutionPaths(params: {
   approvedByAsk: boolean;
   argv: string[];
+  shellCommand: string | null;
   cwd: string | undefined;
 }): { ok: true; argv: string[]; cwd: string | undefined } | { ok: false; message: string } {
   if (!params.approvedByAsk) {

Source: GitHub Commit

The fix introduces the shellCommand parameter to the hardenApprovedExecutionPaths function, ensuring the original shell command context is preserved during approval verification:

typescript
   const hardenedPaths = hardenApprovedExecutionPaths({
     approvedByAsk: policy.approvedByAsk,
     argv: parsed.argv,
+    shellCommand: parsed.shellCommand,
     cwd: parsed.cwd,
   });
   if (!hardenedPaths.ok) {

Source: GitHub Commit

Detection Methods for CVE-2026-29608

Indicators of Compromise

  • Unexpected script executions from working directories following system.run approvals
  • Mismatch between approved command text in logs and actual executed binaries
  • Presence of suspicious scripts in working directories with names matching common system commands
  • Anomalous process spawning patterns where approved commands result in different child processes

Detection Strategies

  • Monitor system.run invocations and compare approved command text against actual executed paths
  • Implement file integrity monitoring on working directories used by OpenClaw
  • Log and alert on discrepancies between approval requests and execution outcomes
  • Audit local script files in directories where OpenClaw operates

Monitoring Recommendations

  • Enable detailed logging for the node-host execution module to capture argv transformations
  • Implement runtime monitoring for process execution patterns in OpenClaw environments
  • Set up alerts for new executable files appearing in OpenClaw working directories
  • Monitor for shell command execution anomalies following approval workflows

How to Mitigate CVE-2026-29608

Immediate Actions Required

  • Update OpenClaw to a patched version that includes commit dded569626b0d8e7bdab10b5e7528b6caf73a0f1
  • Audit working directories for suspicious scripts that may have been staged for exploitation
  • Review recent system.run execution logs for potential compromise indicators
  • Restrict write access to OpenClaw working directories where possible

Patch Information

The vulnerability has been addressed in commit dded569626b0d8e7bdab10b5e7528b6caf73a0f1. The fix modifies the hardenApprovedExecutionPaths function in src/node-host/invoke-system-run-plan.ts and src/node-host/invoke-system-run.ts to include the shellCommand parameter, ensuring approval semantics are preserved throughout the execution flow. Organizations should apply this patch immediately or upgrade to a version containing this fix. Refer to the GitHub Security Advisory for detailed guidance.

Workarounds

  • Restrict working directory permissions to prevent attackers from placing malicious scripts
  • Implement strict PATH controls to ensure only absolute paths are used in approved commands
  • Use directory whitelisting for system.run operations to limit execution contexts
  • Consider disabling the system.run functionality until the patch can be applied in high-security environments
bash
# Configuration example - Restrict working directory permissions
chmod 755 /path/to/openclaw/workdir
chown root:root /path/to/openclaw/workdir

# Remove write access for non-privileged users
chmod o-w /path/to/openclaw/workdir

# Audit for suspicious scripts in working directories
find /path/to/openclaw/workdir -type f -executable -mtime -7 -ls

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-88
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35641: Openclaw RCE Vulnerability

  • CVE-2026-35650: Openclaw RCE Vulnerability

  • CVE-2026-35643: Openclaw Openclaw RCE Vulnerability

  • CVE-2026-32917: Openclaw Remote Command Injection Flaw
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