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-2026-41295

CVE-2026-41295: OpenClaw RCE Vulnerability

CVE-2026-41295 is a remote code execution flaw in OpenClaw that allows attackers to exploit untrusted workspace plugins to execute malicious code during channel setup. This post covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-41295 Overview

CVE-2026-41295 is an improper trust boundary vulnerability (CWE-829: Inclusion of Functionality from Untrusted Control Sphere) affecting OpenClaw versions before 2026.4.2. The vulnerability allows untrusted workspace channel shadows to execute during built-in channel setup and login operations. An attacker can clone a workspace containing a malicious plugin that claims a bundled channel ID, achieving unintended in-process code execution before the plugin is explicitly trusted by the user.

Critical Impact

This vulnerability enables arbitrary code execution through malicious workspace plugins that bypass the trust verification process, potentially compromising developer environments and CI/CD pipelines.

Affected Products

  • OpenClaw versions prior to 2026.4.2

Discovery Timeline

  • 2026-04-21 - CVE-2026-41295 published to NVD
  • 2026-04-21 - Last updated in NVD database

Technical Details for CVE-2026-41295

Vulnerability Analysis

This improper trust boundary vulnerability exists in OpenClaw's channel plugin resolution mechanism. The core issue stems from the application's failure to properly validate the origin and trust status of workspace channel shadows before allowing them to execute during the built-in channel setup process. When a user clones or opens a workspace, the channel setup routine processes plugins associated with channel IDs without verifying whether these plugins originate from trusted sources or the official plugin catalog.

The vulnerability is particularly dangerous because code execution occurs during the initial setup phase—before any user interaction or explicit trust approval can take place. This creates an attack window where malicious code runs with the full privileges of the OpenClaw process simply by opening a compromised workspace.

Root Cause

The root cause lies in the channel plugin catalog and resolution components failing to track and validate plugin origins during channel setup. The ChannelPluginCatalogEntry type lacked an origin field to distinguish between bundled/trusted plugins and workspace-provided shadows. Additionally, the channel plugin resolution logic in channel-plugin-resolution.ts did not incorporate the plugin configuration state normalization and trust verification functions before resolving and executing channel plugins.

Attack Vector

The attack requires local access with user interaction—specifically, the victim must clone or open a malicious workspace. An attacker prepares a workspace repository containing a crafted plugin that declares a channel ID matching a bundled/built-in channel. When the victim opens this workspace, OpenClaw's channel setup routine encounters the malicious plugin shadow and executes it instead of (or alongside) the legitimate bundled channel, achieving code execution within the OpenClaw process context.

typescript
// Security patch adding origin tracking to ChannelPluginCatalogEntry
// Source: https://github.com/openclaw/openclaw/commit/53c29df2a9eb242a70d0ff29f3d1e67c8d6801f0

 export type ChannelPluginCatalogEntry = {
   id: string;
   pluginId?: string;
+  origin?: PluginOrigin;
   meta: ChannelMeta;
   install: {
     npmSpec: string;

The patch introduces an origin field to track the source of each plugin, enabling the system to distinguish between trusted bundled plugins and untrusted workspace-provided shadows.

typescript
// Security patch adding trust verification imports to channel-plugin-resolution.ts
// Source: https://github.com/openclaw/openclaw/commit/53c29df2a9eb242a70d0ff29f3d1e67c8d6801f0

 import { getChannelPlugin, normalizeChannelId } from "../../channels/plugins/index.js";
 import type { ChannelId, ChannelPlugin } from "../../channels/plugins/types.js";
 import type { OpenClawConfig } from "../../config/config.js";
+import { normalizePluginsConfig, resolveEnableState } from "../../plugins/config-state.js";
 import type { RuntimeEnv } from "../../runtime.js";
 import { createClackPrompter } from "../../wizard/clack-prompter.js";
 import type { WizardPrompter } from "../../wizard/prompts.js";

This change imports the necessary functions to normalize plugin configurations and resolve trust/enable states before allowing plugin execution.

Detection Methods for CVE-2026-41295

Indicators of Compromise

  • Unexpected plugin files or configurations in workspace directories claiming bundled channel IDs
  • Process execution anomalies during OpenClaw startup or workspace opening operations
  • Unusual network connections or file system access initiated by OpenClaw processes immediately after opening a workspace

Detection Strategies

  • Monitor workspace .openclaw configuration directories for plugins that reference built-in channel identifiers
  • Implement file integrity monitoring on OpenClaw installation directories to detect unauthorized plugin loading
  • Review recent workspace clone operations and correlate with any suspicious process behavior

Monitoring Recommendations

  • Enable verbose logging for OpenClaw channel setup and plugin resolution operations
  • Audit all externally-sourced workspaces before opening them in development environments
  • Deploy endpoint detection and response (EDR) solutions to monitor for anomalous behavior during application startup sequences

How to Mitigate CVE-2026-41295

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.2 or later immediately
  • Review any recently cloned workspaces from untrusted sources for suspicious plugin configurations
  • Avoid opening workspaces from unknown or untrusted repositories until the patch is applied

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.4.2. The security fix introduces origin tracking for channel plugins and enforces trust verification during the channel setup process. Technical details of the patch are available in the GitHub Commit. Additional context is provided in the GitHub Security Advisory and the VulnCheck Advisory.

Workarounds

  • Manually inspect workspace plugin configurations before opening untrusted projects
  • Configure OpenClaw to prompt for explicit plugin trust approval before any plugin execution
  • Use isolated development environments or containers when working with workspaces from external sources
bash
# Configuration example - Restrict plugin loading to trusted sources only
# Add to openclaw.config.js or equivalent configuration file
export OPENCLAW_PLUGIN_TRUST_MODE="explicit"
export OPENCLAW_IGNORE_WORKSPACE_SHADOWS="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.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/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-829
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

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