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

CVE-2026-41396: OpenClaw Plugin Trust Vulnerability

CVE-2026-41396 is a plugin trust bypass flaw in OpenClaw that allows attackers to inject malicious plugins by overriding the bundled plugin trust root directory. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-41396 Overview

OpenClaw before version 2026.3.31 contains a vulnerability that allows workspace .env files to override the OPENCLAW_BUNDLED_PLUGINS_DIR environment variable, effectively compromising the plugin trust verification mechanism. Attackers with control over workspace configuration can inject malicious plugins by overriding the bundled plugin trust root directory, potentially leading to arbitrary code execution within the context of the OpenClaw application.

Critical Impact

This vulnerability enables attackers to bypass plugin trust verification by manipulating environment variables through workspace configuration files, allowing malicious plugin injection and potential code execution.

Affected Products

  • OpenClaw versions prior to 2026.3.31

Discovery Timeline

  • 2026-04-28 - CVE-2026-41396 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-41396

Vulnerability Analysis

This vulnerability falls under CWE-829 (Inclusion of Functionality from Untrusted Control Sphere), representing an insecure default configuration and improper input validation issue. The flaw stems from OpenClaw's failure to properly protect security-critical environment variables from being overridden by workspace-level .env files.

The attack requires local access and user interaction, meaning an attacker would need to convince a user to open a malicious workspace or gain access to modify workspace configuration files. Once exploited, the vulnerability can compromise the confidentiality, integrity, and availability of the affected system by allowing execution of untrusted plugins with the privileges of the OpenClaw process.

Root Cause

The root cause lies in OpenClaw's dotenv configuration handling within src/infra/dotenv.ts. The application failed to include OPENCLAW_BUNDLED_PLUGINS_DIR in the list of protected environment variables that cannot be overridden by workspace-level configuration files. This oversight allowed malicious workspace configurations to redirect the plugin trust root to an attacker-controlled directory.

Attack Vector

The attack vector is local, requiring an attacker to either:

  1. Create a malicious workspace with a crafted .env file containing a modified OPENCLAW_BUNDLED_PLUGINS_DIR path
  2. Modify an existing workspace's .env file to point to a directory containing malicious plugins
  3. Distribute a project repository containing a malicious .env configuration

When a victim opens the compromised workspace, OpenClaw loads the malicious environment configuration, overriding the legitimate bundled plugins directory with the attacker-controlled path. The application then treats plugins from this directory as trusted, bypassing normal verification mechanisms.

The security patch adds OPENCLAW_BUNDLED_PLUGINS_DIR along with related variables to the blocklist of environment variables that cannot be overridden by workspace .env files:

typescript
   "NODE_TLS_REJECT_UNAUTHORIZED",
   "NO_PROXY",
   "OPENCLAW_AGENT_DIR",
+  "OPENCLAW_BUNDLED_HOOKS_DIR",
   "OPENCLAW_BUNDLED_PLUGINS_DIR",
+  "OPENCLAW_BUNDLED_SKILLS_DIR",
   "OPENCLAW_CONFIG_PATH",
   "OPENCLAW_GATEWAY_PASSWORD",
   "OPENCLAW_GATEWAY_SECRET",

Source: GitHub Commit Update

Detection Methods for CVE-2026-41396

Indicators of Compromise

  • Workspace .env files containing OPENCLAW_BUNDLED_PLUGINS_DIR, OPENCLAW_BUNDLED_HOOKS_DIR, or OPENCLAW_BUNDLED_SKILLS_DIR variable overrides
  • Unexpected plugin directories being referenced outside of standard OpenClaw installation paths
  • Unsigned or unverified plugins loaded from non-standard locations
  • Anomalous process behavior or network connections initiated by OpenClaw

Detection Strategies

  • Monitor workspace configuration files for modifications to security-critical environment variables
  • Implement file integrity monitoring on OpenClaw configuration directories and plugin paths
  • Review OpenClaw process execution for plugins loaded from unexpected directories
  • Audit version control repositories for suspicious .env file additions or modifications

Monitoring Recommendations

  • Enable logging for environment variable loading and plugin initialization within OpenClaw
  • Configure endpoint detection and response (EDR) solutions to alert on OpenClaw loading plugins from non-standard paths
  • Implement code review requirements for workspace configuration changes in shared repositories

How to Mitigate CVE-2026-41396

Immediate Actions Required

  • Update OpenClaw to version 2026.3.31 or later immediately
  • Review existing workspaces for suspicious .env file configurations containing plugin directory overrides
  • Remove or quarantine any untrusted workspace configurations
  • Audit recently opened workspaces for signs of compromise

Patch Information

The security fix has been implemented in commit 330a9f98cb29c79b1c16a2117e03d6276a0d6289. This patch adds OPENCLAW_BUNDLED_PLUGINS_DIR, OPENCLAW_BUNDLED_HOOKS_DIR, and OPENCLAW_BUNDLED_SKILLS_DIR to the blocklist of environment variables that workspace .env files cannot override. Organizations should upgrade to OpenClaw version 2026.3.31 or later.

For detailed patch information, see the GitHub Security Advisory and VulnCheck Advisory.

Workarounds

  • Manually review all .env files in workspaces before opening, removing any OPENCLAW_BUNDLED_* variable overrides
  • Configure operating system-level protections to prevent environment variable override for critical paths
  • Use application allowlisting to restrict which plugins can be loaded by OpenClaw
bash
# Check workspaces for suspicious environment variable overrides
grep -r "OPENCLAW_BUNDLED_PLUGINS_DIR\|OPENCLAW_BUNDLED_HOOKS_DIR\|OPENCLAW_BUNDLED_SKILLS_DIR" ~/.openclaw/workspaces/*/.env

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

  • Vulnerability Details
  • TypeOther

  • 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-44999: OpenClaw Trust-Labeling Vulnerability

  • CVE-2026-43531: OpenClaw Environment Variable Injection

  • CVE-2026-41294: OpenClaw Environment Injection Vulnerability

  • CVE-2026-35659: Openclaw Service Discovery Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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