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
    • 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-32978

CVE-2026-32978: Openclaw RCE Vulnerability

CVE-2026-32978 is a remote code execution flaw in Openclaw affecting versions before 2026.3.11. Attackers exploit approval integrity to execute modified code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 2, 2026

CVE-2026-32978 Overview

OpenClaw before version 2026.3.11 contains an approval integrity vulnerability (CWE-863: Incorrect Authorization) where system.run approvals fail to bind mutable file operands for certain script runners like tsx and jiti. This authorization bypass allows attackers to obtain approval for benign script commands, subsequently rewrite referenced scripts on disk, and execute modified code under the approved run context.

Critical Impact

This vulnerability enables attackers to bypass the approval system designed to authorize script execution, allowing arbitrary code execution by manipulating approved script files after initial authorization is granted.

Affected Products

  • OpenClaw versions prior to 2026.3.11
  • OpenClaw Node.js package (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*)

Discovery Timeline

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

Technical Details for CVE-2026-32978

Vulnerability Analysis

This vulnerability exists in OpenClaw's approval integrity mechanism for system.run operations. The core issue stems from how the approval system handles file operands when certain script runners are invoked. When users execute scripts through runners like tsx or jiti, the approval mechanism fails to cryptographically bind the file contents to the approval token. This creates a time-of-check to time-of-use (TOCTOU) gap that attackers can exploit.

The authorization bypass allows an attacker to first obtain approval for executing a benign, innocuous script. Once approval is granted, the attacker can modify the script file on disk with malicious code. When the approved command is executed, the malicious code runs with the permissions and context of the original approval, effectively bypassing the security control entirely.

Root Cause

The root cause is an incorrect authorization implementation (CWE-863) in the system.run approval workflow. The approval system validates the command and script path at approval time but does not bind the actual file contents or maintain a hash of the approved script. For script runners like tsx and jiti, the system fails to track that the file operand is mutable, allowing post-approval modifications to go undetected.

Attack Vector

The attack is network-accessible and requires low privileges with some user interaction. An attacker with access to the file system where approved scripts reside can exploit this vulnerability through the following approach:

  1. Submit a benign script for system.run approval using a vulnerable script runner (tsx, jiti)
  2. Obtain approval from an authorized user or automated approval system
  3. Modify the approved script file on disk with malicious payload
  4. Execute the previously approved command, which now runs the modified malicious code
  5. Malicious code executes within the trusted approval context, bypassing security controls

The vulnerability has implications beyond the immediate system, potentially impacting connected systems and services due to the elevated trust context of approved operations.

Detection Methods for CVE-2026-32978

Indicators of Compromise

  • Unexpected modifications to script files that have been previously approved for system.run execution
  • Script file timestamps showing changes between approval time and execution time
  • Anomalous execution patterns from tsx or jiti script runners
  • Audit logs showing approved commands executing with unexpected behavior or outcomes

Detection Strategies

  • Implement file integrity monitoring (FIM) on directories containing approved scripts
  • Monitor for changes to scripts between approval grant and command execution
  • Review system.run audit logs for patterns of approval followed by rapid file modifications
  • Detect unusual process spawning from tsx or jiti runners that deviate from expected behavior

Monitoring Recommendations

  • Enable comprehensive logging for all system.run approval and execution events
  • Configure alerting on file modifications in script directories with active approvals
  • Implement hash-based verification of script contents at execution time as an additional layer
  • Establish baseline behavior for script runners and alert on deviations

How to Mitigate CVE-2026-32978

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.11 or later immediately
  • Audit existing approvals for scripts using tsx, jiti, or similar script runners
  • Revoke and re-issue approvals after upgrading to ensure proper binding
  • Restrict file system write access to directories containing approved scripts

Patch Information

OpenClaw has released version 2026.3.11 which addresses this approval integrity vulnerability. The patch ensures that file operands are properly bound during the approval process, preventing post-approval modifications from being executed under the original approval context. Refer to the GitHub Security Advisory for complete patch details and the VulnCheck Advisory for additional technical analysis.

Workarounds

  • Implement strict file system permissions to prevent unauthorized modifications to approved script files
  • Use immutable file systems or read-only mounts for directories containing approved scripts
  • Deploy file integrity monitoring to detect and alert on any script modifications
  • Consider disabling tsx and jiti script runners until the patch can be applied
  • Implement manual verification workflows requiring re-approval if script files change
bash
# Lock down permissions on script directories
chmod 755 /path/to/approved/scripts
chown root:root /path/to/approved/scripts/*.ts

# Enable file integrity monitoring (example using AIDE)
aide --init
aide --check

# Consider making script directory read-only
mount -o remount,ro /path/to/approved/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

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-863
  • Technical References
  • VulnCheck Advisory on Bypass
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32917: Openclaw Remote Command Injection Flaw

  • CVE-2026-32920: Openclaw RCE Vulnerability

  • CVE-2026-32971: Openclaw RCE Vulnerability

  • CVE-2026-32973: Openclaw Exec Allowlist Bypass RCE Flaw
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