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

CVE-2026-41913: OpenClaw Race Condition Vulnerability

CVE-2026-41913 is a race condition vulnerability in OpenClaw's shared-secret authentication that enables attackers to bypass rate-limiting controls. This article covers the technical details, affected versions, and steps to mitigate.

Published: April 30, 2026

CVE-2026-41913 Overview

CVE-2026-41913 is a race condition vulnerability in OpenClaw before version 2026.4.4 that affects the shared-secret authentication mechanism. The vulnerability allows concurrent asynchronous requests to bypass the per-key rate-limit budget, enabling attackers to circumvent intended rate-limiting protections on Tailscale-capable paths. This flaw stems from improper synchronization in the authentication flow, allowing multiple simultaneous authentication attempts to succeed before the rate-limit counter is properly updated.

Critical Impact

Attackers can exploit this race condition to bypass authentication rate-limiting protections, potentially enabling brute-force attacks or unauthorized access attempts on Tailscale-capable paths that would normally be blocked by rate-limiting controls.

Affected Products

  • OpenClaw versions prior to 2026.4.4
  • OpenClaw Node.js implementations with shared-secret authentication
  • Systems utilizing Tailscale-capable paths with rate-limiting protections

Discovery Timeline

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

Technical Details for CVE-2026-41913

Vulnerability Analysis

The race condition vulnerability (CWE-362) exists in OpenClaw's shared-secret authentication implementation within the network fetch guard component. The flaw occurs because the rate-limit budget check and decrement operations are not atomic, creating a time-of-check time-of-use (TOCTOU) window where concurrent asynchronous requests can all pass the rate-limit check before any of them decrements the counter.

The vulnerability is particularly concerning for systems that rely on rate-limiting as a security control to prevent brute-force authentication attempts. By exploiting this race condition, an attacker can send multiple simultaneous authentication requests that all bypass the rate-limit check, effectively multiplying their allowed attempts.

The fix involves reordering operations to ensure DNS pinning resolution only occurs when necessary, and properly handling the dispatcher creation flow to prevent concurrent access issues. The patch modifies src/infra/net/fetch-guard.ts to ensure the resolvePinnedHostnameWithPolicy function is only called within the appropriate conditional branch, eliminating the race condition window.

Root Cause

The root cause is improper synchronization in the asynchronous authentication flow. The original code performed DNS pinning resolution (resolvePinnedHostnameWithPolicy) before checking whether a trusted environment proxy could be used. This created a window where multiple concurrent requests could pass through the rate-limit checks simultaneously because the asynchronous operations were not properly sequenced.

Attack Vector

The attack exploits the network-accessible authentication endpoint by sending multiple concurrent authentication requests. An attacker can craft parallel requests that arrive at the rate-limit check simultaneously, allowing all requests to pass before the rate counter is decremented. This requires the attacker to have network access to the OpenClaw authentication endpoints and the ability to send high-frequency concurrent requests.

typescript
     try {
       assertExplicitProxySupportsPinnedDns(parsedUrl, params.dispatcherPolicy, params.pinDns);
       await assertExplicitProxyAllowed(params.dispatcherPolicy, params.lookupFn, params.policy);
-      const pinned = await resolvePinnedHostnameWithPolicy(parsedUrl.hostname, {
-        lookupFn: params.lookupFn,
-        policy: params.policy,
-      });
       const canUseTrustedEnvProxy =
         mode === GUARDED_FETCH_MODE.TRUSTED_ENV_PROXY && hasProxyEnvConfigured();
       if (canUseTrustedEnvProxy) {
         dispatcher = createHttp1EnvHttpProxyAgent();
       } else if (params.pinDns === false) {
         dispatcher = createPolicyDispatcherWithoutPinnedDns(params.dispatcherPolicy);
       } else {
+        const pinned = await resolvePinnedHostnameWithPolicy(parsedUrl.hostname, {
+          lookupFn: params.lookupFn,
+          policy: params.policy,
+        });
         dispatcher = createPinnedDispatcher(pinned, params.dispatcherPolicy, params.policy);
       }
 

Source: GitHub Commit d7c3210

Detection Methods for CVE-2026-41913

Indicators of Compromise

  • Unusually high volume of authentication requests from a single source within short time windows
  • Rate-limit counters showing unexpected patterns or inconsistencies
  • Authentication logs showing bursts of concurrent requests that exceed configured rate limits
  • Failed authentication attempts that exceed the expected rate-limit thresholds

Detection Strategies

  • Monitor authentication endpoints for concurrent request patterns that exceed rate-limit configurations
  • Implement logging that captures the timing and concurrency of authentication attempts
  • Deploy network-level rate limiting as a defense-in-depth measure to complement application-level controls
  • Use SentinelOne Singularity Platform to detect anomalous authentication patterns and potential brute-force attempts

Monitoring Recommendations

  • Enable detailed authentication logging including timestamps and request correlation IDs
  • Set up alerts for authentication request rates that significantly exceed baseline patterns
  • Monitor for concurrent requests from the same source IP or authentication key
  • Review Tailscale-capable path access logs for suspicious activity patterns

How to Mitigate CVE-2026-41913

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.4 or later immediately
  • Review authentication logs for any signs of exploitation attempts
  • Implement additional network-level rate limiting as a defense-in-depth measure
  • Monitor authentication endpoints for unusual concurrent request patterns

Patch Information

The vulnerability is addressed in OpenClaw version 2026.4.4. The security patch modifies the fetch guard component in src/infra/net/fetch-guard.ts to properly sequence DNS pinning resolution operations, eliminating the race condition window. Organizations should apply commit d7c3210cd6f5fdfdc1beff4c9541673e814354d5 or upgrade to the patched release.

For detailed information, refer to the GitHub Security Advisory GHSA-25wv-8phj-8p7r and the VulnCheck Advisory on Rate Limit Bypass.

Workarounds

  • Implement network-level rate limiting using a reverse proxy or WAF to provide additional protection
  • Configure connection pooling limits to reduce the effectiveness of concurrent request attacks
  • Enable additional authentication controls such as CAPTCHA or account lockout mechanisms
  • Consider temporarily disabling shared-secret authentication on Tailscale-capable paths until patched
bash
# Example nginx rate limiting configuration as defense-in-depth
limit_req_zone $binary_remote_addr zone=auth_limit:10m rate=10r/s;

location /api/auth {
    limit_req zone=auth_limit burst=5 nodelay;
    proxy_pass http://openclaw_backend;
}

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-362
  • Technical References
  • VulnCheck Advisory on Rate Limit Bypass
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-25wv-8phj-8p7r
  • Related CVEs
  • CVE-2026-43529: Openclaw Race Condition Vulnerability

  • CVE-2026-44112: OpenClaw Race Condition Vulnerability

  • CVE-2026-44113: OpenClaw Race Condition Vulnerability

  • CVE-2026-41296: OpenClaw Race Condition 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