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

CVE-2026-35649: Openclaw Auth Bypass Vulnerability

CVE-2026-35649 is an authentication bypass flaw in Openclaw that exploits empty allowlist handling to restore revoked permissions. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35649 Overview

OpenClaw before version 2026.3.22 contains a settings reconciliation vulnerability that allows attackers to bypass intended deny-all revocations by exploiting empty allowlist handling. The vulnerability treats explicit empty allowlists as unset during reconciliation, silently undoing intended access control denials and restoring previously revoked permissions.

Critical Impact

Attackers can bypass access control denials and restore previously revoked permissions by exploiting improper handling of empty allowlists during settings reconciliation.

Affected Products

  • OpenClaw versions prior to 2026.3.22
  • OpenClaw for Node.js environments

Discovery Timeline

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

Technical Details for CVE-2026-35649

Vulnerability Analysis

This vulnerability (CWE-183: Permissive List of Allowed Inputs) occurs in OpenClaw's settings reconciliation logic. When administrators configure an explicit empty allowlist to implement a deny-all policy, the system incorrectly interprets this as an unset value rather than an intentional empty list. This design flaw causes the reconciliation process to silently restore previously revoked permissions, effectively bypassing the intended access control restrictions.

The attack is network-accessible and does not require user interaction, though it does require specific preconditions related to how allowlists are configured in the target environment. The vulnerability primarily impacts confidentiality and integrity by allowing unauthorized access to resources that were intended to be restricted.

Root Cause

The root cause lies in the settings reconciliation function's failure to distinguish between an explicitly empty allowlist (intended as a deny-all configuration) and an unset/undefined allowlist value. During the reconciliation process, the code treats both states identically, defaulting to restoring previous permission settings rather than enforcing the empty allowlist as a restrictive policy.

Attack Vector

The attack exploits the network-accessible settings reconciliation mechanism in OpenClaw. An attacker can trigger or wait for the reconciliation process to occur after an administrator has set an empty allowlist to revoke all permissions. When reconciliation runs, it interprets the empty allowlist as unset and restores the previous access control state, granting the attacker access to resources that should have been denied.

The vulnerability mechanism involves the following sequence:

  1. An administrator configures an explicit empty allowlist to implement a deny-all policy
  2. The settings reconciliation process runs (either automatically or triggered)
  3. The reconciliation logic incorrectly treats the empty allowlist as an unset value
  4. Previous permission settings are silently restored, bypassing the intended denial

For detailed technical analysis and the specific code changes, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35649

Indicators of Compromise

  • Unexpected restoration of user permissions after administrative access revocation
  • Settings reconciliation events that modify allowlist configurations without administrator action
  • Access log entries showing users accessing resources after deny-all policies were implemented
  • Audit trail discrepancies between configured allowlist settings and effective permissions

Detection Strategies

  • Monitor settings reconciliation logs for unexpected permission state changes
  • Implement alerting on any modification to allowlist configurations during reconciliation processes
  • Compare effective permission states against configured allowlist policies to detect drift
  • Review access control audit logs for users accessing resources after permission revocation events

Monitoring Recommendations

  • Enable verbose logging for all settings reconciliation operations in OpenClaw
  • Implement periodic audits comparing intended access control policies against actual effective permissions
  • Configure alerts for any access events that occur after deny-all policies are applied
  • Deploy SentinelOne Singularity Platform to monitor for anomalous access patterns and permission changes

How to Mitigate CVE-2026-35649

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.22 or later immediately
  • Review current allowlist configurations to identify any empty allowlist deny-all policies
  • Manually verify that intended access revocations are still in effect
  • Audit access logs for any unauthorized access during the vulnerable period

Patch Information

OpenClaw has released security patches addressing this vulnerability. The fixes are available in the following commits:

  • Commit 3cbf932413e41d1836cb91aed1541a28a3122f93
  • Commit 630f1479c44f78484dfa21bb407cbe6f171dac87

For complete details, refer to the GitHub Security Advisory GHSA-pw7h-9g6p-c378.

Workarounds

  • Avoid using empty allowlists for deny-all policies until patched; use explicit deny configurations instead
  • Implement additional access control layers outside of OpenClaw allowlist mechanisms
  • Disable automatic settings reconciliation processes until the patch can be applied
  • Manually monitor and verify access control state after any configuration changes
bash
# Upgrade OpenClaw to patched version
npm update openclaw@2026.3.22

# Verify installed version
npm list openclaw

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

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

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

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-41909: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41908: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41301: OpenClaw Auth Bypass Vulnerability

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