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

CVE-2026-32920: Openclaw RCE Vulnerability

CVE-2026-32920 is a remote code execution vulnerability in Openclaw that allows attackers to execute arbitrary code through malicious plugins. This article covers technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-32920 Overview

OpenClaw before version 2026.3.12 contains an arbitrary code execution vulnerability in its workspace plugin auto-discovery mechanism. The application automatically discovers and loads plugins from the .OpenClaw/extensions/ directory without explicit trust verification, enabling attackers to execute malicious code when users run OpenClaw from a directory containing a crafted workspace plugin.

This vulnerability is particularly dangerous in development workflows where users frequently clone repositories from untrusted sources. An attacker can embed malicious plugins in a repository that execute automatically when a victim runs OpenClaw from the cloned directory.

Critical Impact

Attackers can achieve arbitrary code execution by including crafted workspace plugins in cloned repositories, compromising systems when users run OpenClaw from the affected directory without any user interaction or trust confirmation.

Affected Products

  • OpenClaw versions prior to 2026.3.12
  • OpenClaw Node.js package (all vulnerable versions)
  • Systems with OpenClaw configured for automatic workspace plugin discovery

Discovery Timeline

  • 2026-03-31 - CVE-2026-32920 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-32920

Vulnerability Analysis

This vulnerability falls under CWE-829 (Inclusion of Functionality from Untrusted Control Sphere), which occurs when an application imports or executes code from a source that is outside of its trust boundary without proper verification.

The core issue lies in OpenClaw's design decision to automatically load plugins from workspace directories without requiring explicit user approval or signature verification. When a user executes OpenClaw from any directory, the application scans for and loads any plugins found in the .OpenClaw/extensions/ subdirectory, treating them as trusted code.

This design creates a significant attack surface, particularly in scenarios involving:

  • Cloning Git repositories containing malicious .OpenClaw/extensions/ directories
  • Extracting archives with embedded malicious plugins
  • Working in shared directories where other users can plant malicious extensions

Root Cause

The root cause is the absence of trust verification in the plugin loading mechanism. OpenClaw's extension loader blindly trusts any code present in the workspace extensions directory, assuming that if a plugin exists in the expected location, it should be loaded and executed. This violates the principle of least privilege and fails to implement proper code signing or user confirmation for untrusted code execution.

The vulnerable behavior stems from prioritizing convenience over security, allowing seamless workspace-specific customization without considering the supply chain risks inherent in loading arbitrary code from potentially untrusted sources.

Attack Vector

The attack leverages a local attack vector where an adversary prepares a malicious repository or archive containing crafted plugins in the .OpenClaw/extensions/ directory. The attack chain proceeds as follows:

  1. The attacker creates a malicious plugin designed to execute arbitrary code
  2. The plugin is placed within a .OpenClaw/extensions/ directory in a repository or archive
  3. The victim clones the repository or extracts the archive to their local system
  4. When the victim runs OpenClaw from within that directory, the malicious plugin is automatically discovered and loaded
  5. The malicious code executes with the privileges of the user running OpenClaw

No user interaction beyond running OpenClaw is required, and no warning or confirmation dialog is displayed to alert the user about the untrusted plugin being loaded.

The vulnerability mechanism involves automatic plugin discovery from workspace directories without trust verification. When OpenClaw initializes, it scans the current working directory for the .OpenClaw/extensions/ subdirectory and loads any plugins found there. See the GitHub Security Advisory for additional technical details.

Detection Methods for CVE-2026-32920

Indicators of Compromise

  • Presence of unexpected .OpenClaw/extensions/ directories in cloned repositories or project folders
  • Unknown or suspicious plugin files within workspace extension directories
  • Unusual process activity spawned by OpenClaw processes
  • Network connections or file system modifications initiated during OpenClaw startup
  • Log entries indicating plugin loading from workspace directories

Detection Strategies

  • Implement file integrity monitoring on development workstations to detect creation of .OpenClaw/extensions/ directories
  • Configure endpoint detection to alert on child processes spawned by OpenClaw that exhibit suspicious behavior
  • Use repository scanning tools to identify .OpenClaw/extensions/ directories in incoming code
  • Monitor for process hollowing or injection techniques that may be used by malicious plugins
  • Deploy behavioral analysis to detect anomalous OpenClaw execution patterns

Monitoring Recommendations

  • Enable detailed logging for OpenClaw plugin loading events to track which extensions are being loaded
  • Implement centralized log collection for development environments to correlate potential exploitation attempts
  • Configure SIEM rules to alert on OpenClaw processes accessing sensitive system resources
  • Establish baseline behavior for OpenClaw to detect deviations that may indicate malicious plugin execution
  • Monitor network traffic from development machines for unusual connections during OpenClaw usage

How to Mitigate CVE-2026-32920

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.12 or later immediately
  • Audit existing repositories and projects for unexpected .OpenClaw/extensions/ directories
  • Remove any untrusted or unknown plugins from workspace extension directories
  • Review recently cloned repositories for potential malicious content
  • Consider temporarily disabling OpenClaw usage until patches are applied

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.3.12. The patch introduces trust verification for workspace plugins, requiring explicit user confirmation before loading extensions from workspace directories. Users should upgrade to this version or later to remediate the vulnerability.

For detailed patch information and upgrade instructions, refer to the GitHub Security Advisory. Additional technical analysis is available from the VulnCheck Advisory on OpenClaw.

Workarounds

  • Manually remove or rename .OpenClaw/extensions/ directories in untrusted repositories before running OpenClaw
  • Implement pre-clone hooks in Git to scan for and warn about .OpenClaw/extensions/ directories
  • Use containerized or sandboxed environments when working with untrusted repositories
  • Configure file system permissions to prevent creation of extension directories in workspace folders
  • Establish organizational policies requiring review of cloned repositories before running development tools
bash
# Configuration example
# Pre-clone script to scan for potentially malicious OpenClaw extension directories
# Add to your Git workflow or CI/CD pipeline

# Check for .OpenClaw/extensions directory in repository
find . -type d -name ".OpenClaw" -exec test -d "{}/extensions" \; -print 2>/dev/null

# Remove untrusted workspace extensions if found
rm -rf ./.OpenClaw/extensions/

# Set restrictive permissions to prevent workspace extension creation
chmod 000 ./.OpenClaw/extensions/ 2>/dev/null || true

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 Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-829
  • Technical References
  • VulnCheck Advisory on OpenClaw
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32917: Openclaw Remote Command Injection Flaw

  • CVE-2026-32971: Openclaw RCE Vulnerability

  • CVE-2026-32978: 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