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

CVE-2026-41909: OpenClaw Auth Bypass Vulnerability

CVE-2026-41909 is an authorization bypass flaw in OpenClaw's paired-device pairing management that lets attackers with paired-device access approve unrelated pending requests. This article covers technical details, versions, and fixes.

Published: April 23, 2026

CVE-2026-41909 Overview

CVE-2026-41909 is an improper authorization vulnerability (CWE-863) affecting OpenClaw versions prior to 2026.4.20. The vulnerability exists in the paired-device pairing management functionality, where limited-scope sessions can enumerate and act on pairing requests outside their authorized scope. Attackers with paired-device access can approve or operate on unrelated pending device requests within the same gateway scope, potentially compromising the integrity of device pairing workflows.

Critical Impact

Attackers with authenticated paired-device access can manipulate unrelated device pairing requests, enabling unauthorized device approvals and potential lateral movement within gateway infrastructure.

Affected Products

  • OpenClaw versions before 2026.4.20

Discovery Timeline

  • 2026-04-23 - CVE-2026-41909 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-41909

Vulnerability Analysis

This vulnerability represents a classic broken access control issue where session scope boundaries are not properly enforced during paired-device pairing operations. The flaw allows a session with limited-scope paired-device access to enumerate pending pairing requests beyond its authorized device context and perform actions on those requests.

The core issue stems from insufficient validation of the authentication context when processing pairing actions. Prior to the patch, the system did not distinguish between device-token authenticated sessions and other session types when authorizing pairing operations. This allowed sessions to act on pairing requests for devices they should not have access to, as long as those devices existed within the same gateway scope.

Root Cause

The root cause is the absence of proper authorization checks to verify that a paired-device session is only permitted to operate on pairing requests associated with its own device identity. The system failed to track and enforce whether a session was authenticated via device-token, allowing broader access than intended to pairing management functionality.

Attack Vector

This is a network-accessible vulnerability requiring low-privilege authenticated access. An attacker who has already established a paired-device session can:

  1. Enumerate pending pairing requests within the gateway scope
  2. Approve or reject pairing requests for devices they do not own
  3. Potentially establish unauthorized device pairings that could be leveraged for further access

The attack requires prior authentication as a paired device, limiting the attack surface to scenarios where an attacker has already compromised or legitimately controls at least one paired device.

The fix introduces an isDeviceTokenAuth flag to properly track the authentication method and enforce scope restrictions:

typescript
   canvasHostUrl?: string;
   canvasCapability?: string;
   canvasCapabilityExpiresAtMs?: number;
+  isDeviceTokenAuth?: boolean;
   internal?: {
     allowModelOverride?: boolean;
   };

Source: GitHub Commit Changes

The flag is then set during WebSocket connection handling to properly identify device-token authenticated sessions:

typescript
           socket,
           connect: connectParams,
           connId,
+          isDeviceTokenAuth: authMethod === "device-token",
           usesSharedGatewayAuth,
           sharedGatewaySessionGeneration,
           presenceKey,

Source: GitHub Commit Changes

Detection Methods for CVE-2026-41909

Indicators of Compromise

  • Unusual pairing request approvals from device sessions that don't match the target device identity
  • Multiple device pairing operations originating from a single paired-device session
  • Pairing requests being enumerated or acted upon by sessions with mismatched device tokens

Detection Strategies

  • Monitor gateway logs for pairing operations where the acting device ID differs from the target device ID
  • Implement alerting for sessions that enumerate multiple pending pairing requests in rapid succession
  • Audit device pairing approval events for anomalies in session-to-device ownership relationships

Monitoring Recommendations

  • Enable detailed logging for all paired-device pairing management API calls
  • Track the relationship between authenticated device sessions and their permitted scope of operations
  • Review gateway access logs for patterns indicating scope boundary violations

How to Mitigate CVE-2026-41909

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.20 or later immediately
  • Review recent device pairing logs for unauthorized approval activity
  • Revoke and regenerate device tokens for any devices where unauthorized pairing may have occurred

Patch Information

The vulnerability is addressed in OpenClaw version 2026.4.20. The fix introduces proper tracking of device-token authentication via the isDeviceTokenAuth flag, ensuring that paired-device sessions can only act on pairing requests associated with their own device identity. Detailed patch information is available in the GitHub Commit Changes and GitHub Security Advisory.

Workarounds

  • Restrict network access to gateway pairing management endpoints to trusted networks only
  • Implement additional monitoring and alerting on pairing operations until the patch can be applied
  • Consider temporarily disabling automated pairing approval workflows for sensitive gateway deployments
bash
# Example: Restrict pairing endpoint access via firewall
iptables -A INPUT -p tcp --dport 8443 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -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 Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-863
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory

  • VulnCheck Advisory on OpenClaw
  • Related CVEs
  • CVE-2026-41908: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41301: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41330: OpenClaw Auth Bypass Vulnerability

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