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

CVE-2026-41402: OpenClaw Auth Bypass Vulnerability

CVE-2026-41402 is an authentication bypass vulnerability in OpenClaw that allows attackers to replay webhook messages across sibling targets. This article covers the technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-41402 Overview

CVE-2026-41402 is an authorization bypass vulnerability in OpenClaw versions prior to 2026.3.31. The vulnerability exists within the webhook replay cache deduplication mechanism, which fails to properly scope cache keys to individual targets. This allows authenticated attackers to exploit overly broad cache keying to replay webhook messages across sibling targets using the same messageId, effectively bypassing replay protection mechanisms.

Critical Impact

Authenticated attackers can bypass webhook replay protection to deliver duplicate messages to unintended targets, potentially causing data integrity issues, duplicate transactions, or notification flooding across tenant boundaries.

Affected Products

  • OpenClaw versions prior to 2026.3.31
  • OpenClaw Zalo webhook extension components

Discovery Timeline

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

Technical Details for CVE-2026-41402

Vulnerability Analysis

This vulnerability is classified as CWE-706 (Use of Incorrectly-Resolved Name or Reference). The core issue lies in how the webhook replay cache deduplication system handles message identifiers. The cache implementation uses messageId as a key without properly scoping it to individual webhook targets, creating a situation where the same messageId can be used to bypass replay protection across different sibling targets within the system.

The attack requires authentication, meaning the attacker must have valid credentials to access the webhook system. However, once authenticated, the attacker can craft requests that exploit the cache keying weakness to replay previously captured webhook messages to targets other than the original intended recipient. This cross-target replay capability undermines the fundamental security assumption that replay protection prevents message duplication.

Root Cause

The root cause is improper scoping of the webhook replay deduplication cache. The recentWebhookEvents cache structure does not include the target identifier as part of its key, allowing messages with identical messageId values to be treated as unique across different targets when they should be blocked as replays.

Attack Vector

The attack is network-based and requires authentication. An attacker with valid credentials can intercept or observe a legitimate webhook message, extract the messageId, and then replay the message to a different sibling target. Because the cache only tracks messageId without target context, the replayed message passes deduplication checks and is delivered to the unintended target.

The attack complexity is high as it requires specific conditions to be met, including authentication, knowledge of valid message IDs, and access to sibling targets. However, successful exploitation can lead to limited confidentiality and integrity impacts through unauthorized message delivery.

typescript
 
export function clearZaloWebhookSecurityStateForTest(): void {
  webhookRateLimiter.clear();
+  recentWebhookEvents.clear();
  webhookAnomalyTracker.clear();
}
 

Source: GitHub Commit Reference

The security patch adds clearing of the recentWebhookEvents cache alongside other security state clearing. This is part of a broader fix that scopes the webhook replay deduplication per target, ensuring that message IDs are tracked independently for each target destination.

Detection Methods for CVE-2026-41402

Indicators of Compromise

  • Duplicate webhook messages appearing across different targets with identical messageId values
  • Unusual patterns of webhook activity from authenticated users targeting multiple sibling endpoints
  • Log entries showing the same messageId being processed for different target destinations
  • Anomalous spikes in webhook delivery to specific targets following legitimate webhook activity

Detection Strategies

  • Implement logging that correlates messageId values with target identifiers to identify cross-target replay attempts
  • Monitor for authenticated users sending webhook requests with messageId values that have been recently used on other targets
  • Deploy application-level monitoring to detect duplicate message delivery patterns across the webhook infrastructure
  • Review audit logs for authentication patterns followed by rapid webhook submissions to multiple targets

Monitoring Recommendations

  • Enable detailed webhook transaction logging including messageId, target identifier, source IP, and authentication context
  • Set up alerts for webhook delivery anomalies, particularly duplicate content delivered to different targets
  • Monitor the recentWebhookEvents cache behavior for unusual access patterns
  • Implement rate limiting alerts for authenticated users making excessive webhook-related API calls

How to Mitigate CVE-2026-41402

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.31 or later which includes the security fix
  • Review webhook delivery logs for evidence of cross-target replay exploitation
  • Audit authenticated users with access to webhook functionality for suspicious activity
  • Consider temporarily implementing additional application-layer replay detection as a defense-in-depth measure

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.3.31. The fix scopes the webhook replay deduplication cache per target, ensuring that messageId tracking is isolated between different webhook destinations. The security patch is available via the GitHub Commit Reference. Additional details are available in the GitHub Security Advisory.

Workarounds

  • Implement external replay detection at the load balancer or API gateway level that includes target context in deduplication keys
  • Add application-level validation to verify that incoming webhook messageId values have not been used for other targets
  • Restrict authenticated user access to webhook functionality to only necessary personnel while awaiting patch deployment
  • Consider implementing per-target rate limiting to reduce the impact of successful replay attempts
bash
# Configuration example
# Upgrade OpenClaw to the patched version
npm update @openclaw/core@2026.3.31

# Verify the installed version includes the security fix
npm list @openclaw/core

# Review webhook configuration for target isolation settings
openclaw config webhook --show-deduplication-scope

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

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-706
  • Technical References
  • GitHub Commit Reference

  • GitHub Security Advisory

  • VulnCheck 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