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

CVE-2026-35666: Openclaw Auth Bypass Vulnerability

CVE-2026-35666 is an authentication bypass flaw in Openclaw that allows attackers to bypass executable binding restrictions using time wrappers. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35666 Overview

CVE-2026-35666 is an authorization bypass vulnerability in OpenClaw, a Node.js package, that allows attackers to circumvent executable binding restrictions in the system.run approvals mechanism. The vulnerability exists because the approval verification process fails to properly unwrap /usr/bin/time wrappers, enabling malicious actors to reuse approval state for inner commands through unregistered time dispatch wrappers.

Critical Impact

Attackers can bypass allowlist-based security controls to execute arbitrary commands by exploiting improper handling of time wrapper utilities, potentially leading to unauthorized system access and command execution.

Affected Products

  • OpenClaw versions prior to 2026.3.22
  • OpenClaw Node.js package (all vulnerable versions)
  • Systems using OpenClaw system.run approval mechanisms

Discovery Timeline

  • 2026-04-10 - CVE CVE-2026-35666 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-35666

Vulnerability Analysis

This vulnerability is classified under CWE-706 (Use of Incorrectly-Resolved Name or Reference), which describes flaws where software uses a name or reference to identify a resource but that name/reference can resolve to a different resource than intended. In the context of OpenClaw, the system.run approval mechanism maintains an allowlist of executable binaries that users are permitted to run. However, the validation logic does not properly account for command wrapper utilities like /usr/bin/time.

When a user wraps an approved command with the time utility, the approval verification system fails to properly unwrap and validate the inner command. This creates a gap where an attacker can craft a request using an unregistered time dispatch wrapper to execute commands that would otherwise be blocked by the allowlist restrictions. The approval state from a legitimate command can be reused to authorize the execution of arbitrary inner commands.

Root Cause

The root cause lies in the incomplete parsing of command structures within the system.run approval workflow. The allowlist validation examines the outermost command but does not recursively inspect commands passed as arguments to wrapper utilities. This design oversight allows the /usr/bin/time wrapper to act as a conduit for executing unapproved binaries, effectively nullifying the security boundary established by the allowlist mechanism.

Attack Vector

The attack is network-accessible and requires low privileges to execute. An attacker with valid credentials or existing access to the OpenClaw system can exploit this vulnerability by:

  1. Identifying an approved command in the allowlist
  2. Crafting a request that wraps an unapproved target command with /usr/bin/time or similar unregistered wrapper
  3. Submitting the wrapped command through the system.run interface
  4. The approval system validates only the outer time wrapper, allowing the inner command to execute with reused approval state

The vulnerability exploitation is straightforward once the attacker understands the allowlist bypass mechanism, as it does not require complex conditions or additional user interaction.

Detection Methods for CVE-2026-35666

Indicators of Compromise

  • Unexpected command executions wrapped with /usr/bin/time or similar utilities in OpenClaw logs
  • Anomalous system.run requests containing nested command structures
  • Execution of commands that should be blocked by allowlist policies but are preceded by time wrapper invocations
  • Unusual patterns of approval state reuse across disparate command types

Detection Strategies

  • Monitor OpenClaw audit logs for system.run calls containing wrapper utilities like time, env, or similar command dispatch mechanisms
  • Implement behavioral analysis to detect commands that deviate from normal allowlist patterns
  • Deploy application-level monitoring to flag nested or wrapped command structures in approval requests
  • Review authentication logs for accounts executing an unusual volume of wrapped commands

Monitoring Recommendations

  • Enable verbose logging for the OpenClaw system.run module to capture full command strings including arguments
  • Configure alerting for any command execution involving /usr/bin/time or other dispatch wrappers not explicitly in the allowlist
  • Establish baseline behavioral profiles for legitimate system.run usage patterns to identify anomalies
  • Integrate OpenClaw logs with SIEM solutions for centralized correlation and threat hunting

How to Mitigate CVE-2026-35666

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.22 or later immediately
  • Audit recent system.run logs for any suspicious command wrapping patterns
  • Review current allowlist configurations and tighten permissions where possible
  • Consider temporarily disabling system.run functionality if upgrade cannot be immediately applied

Patch Information

The OpenClaw development team has released security patches addressing this vulnerability. Two commits have been published to remediate the allowlist bypass:

  • GitHub Commit 39409b6 - Initial fix for time wrapper handling
  • GitHub Commit 630f147 - Additional hardening for approval state validation

Organizations should update to OpenClaw 2026.3.22 or apply the referenced patches. For complete technical details, refer to the GitHub Security Advisory GHSA-qm9x-v7cx-7rq4 and the VulnCheck Advisory.

Workarounds

  • Explicitly add all wrapper utilities (such as /usr/bin/time, /usr/bin/env) to a deny list in your security configuration
  • Implement additional validation at the infrastructure level to inspect and reject commands with nested structures
  • Deploy network segmentation to limit access to systems running vulnerable OpenClaw instances
  • Use application firewall rules to inspect and block system.run requests containing known wrapper utility patterns
bash
# Example: Restrict wrapper utilities in OpenClaw configuration
# Add to openclaw.config.js or environment configuration

# Deny common wrapper utilities
OPENCLAW_DENY_WRAPPERS="/usr/bin/time,/usr/bin/env,/bin/time"

# Enable strict command parsing
OPENCLAW_STRICT_PARSING=true

# Enable full command logging for audit
OPENCLAW_VERBOSE_LOGGING=true

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

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/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-706
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-43574: Openclaw Auth Bypass Vulnerability

  • CVE-2026-43572: Openclaw Authorization Bypass Vulnerability

  • CVE-2026-43571: Openclaw Auth Bypass Vulnerability

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