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

CVE-2026-35652: Openclaw Auth Bypass Vulnerability

CVE-2026-35652 is an authorization bypass vulnerability in Openclaw that allows attackers to execute unauthorized action handlers by bypassing sender validation. This article covers technical details, affected versions, and mitigations.

Published: April 17, 2026

CVE-2026-35652 Overview

OpenClaw before version 2026.3.22 contains an authorization bypass vulnerability in interactive callback dispatch that allows non-allowlisted senders to execute action handlers. Attackers can bypass sender authorization checks by dispatching callbacks before normal security validation completes, enabling unauthorized actions. This vulnerability affects the Node.js implementation of OpenClaw and represents a significant access control weakness that could allow unauthorized users to perform privileged operations.

Critical Impact

Unauthorized users can bypass sender authorization checks and execute action handlers, potentially leading to unauthorized data modification or service disruption.

Affected Products

  • OpenClaw versions prior to 2026.3.22
  • OpenClaw Node.js package

Discovery Timeline

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

Technical Details for CVE-2026-35652

Vulnerability Analysis

This vulnerability is classified under CWE-696 (Incorrect Behavior Order), which occurs when the software performs actions in an incorrect order that undermines security controls. In the case of OpenClaw, the interactive callback dispatch mechanism processes callbacks before the sender authorization validation has completed its checks. This timing flaw creates a window where non-allowlisted senders can invoke action handlers that should be restricted to authorized parties only.

The vulnerability is exploitable over the network without requiring authentication or user interaction. While the confidentiality impact is limited, attackers can achieve unauthorized modifications to data (integrity impact) and potentially cause service disruptions (availability impact).

Root Cause

The root cause stems from incorrect behavior ordering in the callback dispatch flow. The OpenClaw framework processes interactive callbacks in a sequence where action handler execution occurs prior to the completion of sender allowlist validation. This architectural flaw means that malicious actors can time their callback dispatch requests to execute before the security layer has verified whether the sender is authorized to perform the requested action.

Attack Vector

The attack exploits the network-accessible callback dispatch interface. An attacker sends a crafted callback request that gets processed by the action handler before the authorization subsystem has completed its sender verification. Since no privileges are required and no user interaction is needed, any remote attacker with network access to the OpenClaw service can potentially exploit this vulnerability.

The attack flow involves:

  1. An attacker identifies an OpenClaw instance exposing the interactive callback dispatch interface
  2. The attacker crafts a callback request targeting a restricted action handler
  3. By dispatching the callback at the appropriate timing, the request bypasses the sender allowlist check
  4. The unauthorized action handler executes, allowing the attacker to perform restricted operations

See the GitHub Security Advisory GHSA-8883 for additional technical details on the vulnerability mechanism.

Detection Methods for CVE-2026-35652

Indicators of Compromise

  • Unexpected callback dispatch requests from non-allowlisted IP addresses or sender identifiers
  • Action handler executions without corresponding successful authorization log entries
  • Anomalous timing patterns in callback processing that indicate race condition exploitation
  • Elevated rates of callback requests targeting privileged action handlers

Detection Strategies

  • Implement logging that correlates callback dispatch events with authorization validation completion timestamps
  • Monitor for callback requests from senders not present in the configured allowlist
  • Deploy application-level intrusion detection to identify callback timing anomalies
  • Review action handler execution logs for operations that lack preceding authorization confirmations

Monitoring Recommendations

  • Enable verbose logging for the callback dispatch and authorization subsystems
  • Set up alerts for any action handler execution where sender authorization status is incomplete or failed
  • Monitor network traffic patterns for unusual callback request volumes or timing characteristics
  • Regularly audit callback dispatch logs against the sender allowlist configuration

How to Mitigate CVE-2026-35652

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.22 or later immediately
  • Review callback dispatch logs for any evidence of prior exploitation attempts
  • Verify that sender allowlists are properly configured and restrict access to only trusted senders
  • Consider temporarily disabling interactive callback features if immediate patching is not possible

Patch Information

OpenClaw has released security patches that address this authorization bypass vulnerability. The patches ensure that sender authorization validation completes before any action handlers are dispatched. Apply the following updates:

  • Update to OpenClaw version 2026.3.22 or later
  • Review the GitHub Commit Fix for implementation details
  • Additional changes are documented in the GitHub Commit Update

For complete details, refer to the official GitHub Security Advisory GHSA-8883 and the VulnCheck Advisory on OpenClaw.

Workarounds

  • Restrict network access to the callback dispatch interface using firewall rules or network segmentation
  • Implement additional authentication layers in front of the OpenClaw service
  • Configure strict sender allowlists and reduce the number of authorized senders to the minimum necessary
  • Deploy a web application firewall (WAF) with custom rules to validate callback request sources before they reach OpenClaw
bash
# Example: Restrict callback dispatch access via iptables
# Allow only trusted IP ranges to access the OpenClaw callback port
iptables -A INPUT -p tcp --dport 3000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 3000 -j DROP

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

  • EPSS Probability0.06%

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

  • GitHub Commit Fix

  • GitHub Security Advisory GHSA-8883
  • 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