A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-41390

CVE-2026-41390: OpenClaw Auth Bypass Vulnerability

CVE-2026-41390 is an authentication bypass flaw in OpenClaw that exploits exec allowlist persistence, enabling attackers to bypass trust decisions through wrapper binaries. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-41390 Overview

CVE-2026-41390 is an authorization bypass vulnerability in OpenClaw before version 2026.3.28 that allows attackers to bypass the exec allowlist mechanism. The vulnerability exists in the allow-always persistence feature, which fails to properly unwrap /usr/bin/script and similar wrapper binaries before storing trust decisions. This flaw enables attackers to obtain user approval for one wrapped command and then exploit that trust decision to execute arbitrary underlying programs through the wrapper binaries.

Critical Impact

Attackers can leverage a single user-approved trust decision to execute unauthorized commands by abusing wrapper binaries that call different underlying programs, effectively bypassing the entire exec allowlist security mechanism.

Affected Products

  • OpenClaw versions prior to 2026.3.28

Discovery Timeline

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

Technical Details for CVE-2026-41390

Vulnerability Analysis

This vulnerability falls under CWE-807 (Reliance on Untrusted Inputs in a Security Decision). The core issue lies in how OpenClaw's exec allowlist feature handles wrapper binaries when persisting trust decisions. When a user grants "allow-always" permission for a command executed through a wrapper like /usr/bin/script, the system stores the trust decision for the wrapper binary itself rather than the actual underlying command being executed.

The attack vector requires local access with low privileges and some user interaction to initially obtain approval. Once an attacker has trust established for a wrapper binary, they can leverage this to execute different programs through the same wrapper, effectively circumventing the security controls designed to restrict program execution.

Root Cause

The root cause is improper handling of wrapper binary trust relationships in OpenClaw's persistence mechanism. When processing allow-always decisions, the system fails to "unwrap" or resolve the actual executable being invoked through wrapper binaries such as /usr/bin/script. Instead of tracking trust at the underlying program level, the trust is incorrectly associated with the wrapper itself, creating a dangerous trust inheritance pattern.

Attack Vector

The attack requires local access to the target system. An attacker must first obtain user approval for a legitimate-appearing command that uses a wrapper binary. Once this trust is persisted, the attacker can abuse the wrapper binary to execute entirely different programs while inheriting the established trust decision. This transforms a single user approval into a broad execution capability that violates the intended security model of the exec allowlist feature.

The vulnerability mechanism works as follows: when /usr/bin/script is used to wrap a legitimate command and the user approves it with "allow-always," OpenClaw stores trust for the /usr/bin/script binary. Subsequently, any command executed through /usr/bin/script inherits this trust, regardless of whether the underlying program was ever approved by the user. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-41390

Indicators of Compromise

  • Unexpected executions of wrapper binaries like /usr/bin/script with unusual or unauthorized child processes
  • Abnormal patterns in OpenClaw trust decision logs showing wrapper binaries being approved followed by diverse underlying commands
  • Execution of sensitive or suspicious programs through common wrapper utilities
  • Multiple distinct commands executing under the same wrapper binary trust context

Detection Strategies

  • Monitor process execution chains to identify wrapper binaries spawning unexpected child processes
  • Audit OpenClaw configuration and trust persistence files for entries referencing known wrapper binaries
  • Implement behavioral analysis to detect wrapper binary usage patterns inconsistent with normal user activity
  • Cross-reference approved wrapper binaries against actual underlying command executions

Monitoring Recommendations

  • Enable verbose logging for OpenClaw trust decisions and exec allowlist evaluations
  • Deploy endpoint detection rules to flag wrapper binary executions that spawn high-risk processes
  • Establish baseline patterns for legitimate wrapper binary usage to identify anomalous behavior
  • Correlate trust approval events with subsequent command executions through wrapper utilities

How to Mitigate CVE-2026-41390

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.28 or later immediately
  • Review and audit existing allow-always trust decisions for wrapper binaries such as /usr/bin/script
  • Remove any persisted trust entries for wrapper binaries until the patch is applied
  • Consider temporarily disabling the allow-always persistence feature if upgrading is not immediately possible

Patch Information

The vulnerability is addressed in OpenClaw version 2026.3.28. The fix implements proper unwrapping of wrapper binaries before storing trust decisions, ensuring that trust is associated with the actual underlying program rather than the wrapper itself. Users should upgrade to version 2026.3.28 or later to remediate this vulnerability. Refer to the VulnCheck Advisory for additional patch details.

Workarounds

  • Manually audit and revoke allow-always trust decisions for common wrapper binaries including /usr/bin/script
  • Configure OpenClaw to use per-session approvals instead of persistent allow-always decisions until patching is completed
  • Restrict access to wrapper binaries using system-level file permissions where operationally feasible
  • Implement additional application control policies to supplement OpenClaw's exec allowlist during the vulnerability window
bash
# Review OpenClaw trust decisions for wrapper binaries
# Consult OpenClaw documentation for the appropriate configuration file location
# Remove or review entries associated with /usr/bin/script and similar wrappers
# Example: Audit trust configuration
grep -r "script" /path/to/openclaw/trust/config/

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.02%

  • 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-807
  • Technical References
  • GitHub Security Advisory

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2026-8305: Openclaw Authentication Bypass Vulnerability

  • CVE-2026-45006: Openclaw Auth Bypass Vulnerability

  • CVE-2026-45005: Openclaw Auth Bypass Vulnerability

  • CVE-2026-45002: Openclaw Auth Bypass 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