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-32979

CVE-2026-32979: Openclaw RCE Vulnerability

CVE-2026-32979 is a remote code execution flaw in Openclaw that allows attackers to modify approved scripts before execution. This post covers the technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-32979 Overview

OpenClaw before version 2026.3.11 contains an approval integrity vulnerability (CWE-367: Time-of-Check Time-of-Use Race Condition) that allows attackers to execute rewritten local code by modifying scripts between approval and execution when exact file binding cannot occur. Remote attackers can change approved local scripts before execution to achieve unintended code execution as the OpenClaw runtime user.

Critical Impact

Attackers can exploit a TOCTOU race condition to bypass script approval mechanisms and execute arbitrary code as the OpenClaw runtime user, potentially leading to complete system compromise.

Affected Products

  • OpenClaw versions prior to 2026.3.11
  • OpenClaw for Node.js

Discovery Timeline

  • 2026-03-29 - CVE CVE-2026-32979 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-32979

Vulnerability Analysis

This vulnerability is a classic Time-of-Check Time-of-Use (TOCTOU) race condition in the OpenClaw approval workflow. The flaw exists because the system fails to bind approved scripts to their exact file state at the time of approval. This creates a window of opportunity between when a script is validated and when it is actually executed.

In the vulnerable workflow, OpenClaw validates a script at one point in time (time-of-check) but executes the file at a later point (time-of-use). Because the file binding is not exact—meaning the system doesn't cryptographically verify the script content before execution—an attacker with local access can modify the approved script during this window. The modified malicious code then runs with the privileges of the OpenClaw runtime user.

The impact is significant: successful exploitation allows arbitrary code execution in the context of the OpenClaw runtime, which could lead to data exfiltration, lateral movement, or further system compromise depending on the runtime user's privileges.

Root Cause

The root cause is improper binding between the script approval process and execution. OpenClaw fails to implement content verification (such as cryptographic hashing) between the approval checkpoint and actual script execution. This allows the file contents to be modified after approval but before execution, bypassing the intended security controls.

Attack Vector

The attack requires local access to the system where OpenClaw is running. An attacker must have sufficient privileges to modify script files that have been approved for execution. The attack sequence involves:

  1. A legitimate script is submitted and approved through the normal OpenClaw workflow
  2. The attacker monitors for approved scripts pending execution
  3. During the window between approval and execution, the attacker replaces or modifies the approved script with malicious code
  4. OpenClaw executes the modified script, believing it to be the originally approved content
  5. Malicious code runs with the privileges of the OpenClaw runtime user

The vulnerability mechanism involves exploiting the time gap in the approval workflow. When a script is approved for execution, OpenClaw stores the approval state but does not bind this approval to a specific file hash or checksum. An attacker with write access to the script location can replace the file contents after approval. The system then executes the modified file under the assumption it matches the approved version. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-32979

Indicators of Compromise

  • Unexpected modifications to approved scripts immediately before their scheduled execution
  • File modification timestamps that change between approval time and execution time
  • Unusual process activity spawned by the OpenClaw runtime user
  • Script content hashes that differ from previously recorded baseline values

Detection Strategies

  • Implement file integrity monitoring (FIM) on directories containing approved scripts
  • Monitor for rapid file modifications followed by OpenClaw execution events
  • Configure audit logging for all write operations to script directories
  • Analyze process trees for unexpected child processes of the OpenClaw runtime

Monitoring Recommendations

  • Enable comprehensive filesystem auditing on OpenClaw script directories
  • Correlate file modification events with script execution logs
  • Set up alerts for any script modifications within seconds of execution
  • Review OpenClaw runtime user activity for anomalous behavior patterns

How to Mitigate CVE-2026-32979

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.11 or later immediately
  • Restrict write permissions on directories containing approved scripts
  • Implement additional access controls on script storage locations
  • Review recent script executions for signs of exploitation

Patch Information

OpenClaw version 2026.3.11 addresses this vulnerability by implementing exact file binding during the approval process. Organizations should upgrade to this version or later as soon as possible. Refer to the GitHub Security Advisory for official patch details and the VulnCheck Advisory for additional technical context.

Workarounds

  • Restrict write access to script directories to only trusted administrative accounts
  • Implement external file integrity monitoring to detect unauthorized modifications
  • Consider running OpenClaw in an isolated environment with restricted filesystem access
  • Manually verify script content hashes immediately before execution as a temporary measure
bash
# Example: Restrict permissions on OpenClaw script directory
chmod 755 /path/to/openclaw/scripts
chown root:openclaw-admins /path/to/openclaw/scripts

# Enable filesystem auditing on script directory (Linux)
auditctl -w /path/to/openclaw/scripts -p wa -k openclaw_scripts

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/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
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-367
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • 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