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

CVE-2026-35670: Openclaw Auth Bypass Vulnerability

CVE-2026-35670 is an authentication bypass vulnerability in Openclaw that allows attackers to redirect webhook replies to unintended users. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35670 Overview

OpenClaw before version 2026.3.22 contains a webhook reply delivery vulnerability that allows attackers to rebind chat replies to unintended users. The vulnerability stems from the application's use of mutable username matching instead of stable numeric user identifiers when processing webhook-triggered replies. Attackers can exploit this flaw by manipulating username changes to redirect webhook-triggered replies to different users, effectively bypassing the intended recipient binding recorded in webhook events.

This vulnerability is classified as CWE-807: Reliance on Untrusted Inputs in a Security Decision, as the application improperly trusts mutable usernames for critical user identification decisions.

Critical Impact

Attackers with low-privilege access can redirect sensitive webhook reply messages to unintended recipients, potentially exposing confidential communications and bypassing message delivery controls in chat integrations.

Affected Products

  • OpenClaw versions prior to 2026.3.22
  • OpenClaw Node.js package (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*)
  • OpenClaw webhook integration components

Discovery Timeline

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

Technical Details for CVE-2026-35670

Vulnerability Analysis

The vulnerability exists in OpenClaw's webhook reply delivery mechanism, specifically in how the application resolves user identities when processing incoming webhook events. Instead of using immutable numeric user identifiers (such as database primary keys or UUIDs), the application relies on mutable username strings to determine the recipient of webhook-triggered replies.

This design flaw creates a race condition scenario where an attacker can change their username to match that of another user between the time a webhook event is recorded and when the reply is delivered. The webhook system, trusting the username as a stable identifier, delivers the reply to the wrong user based on the current username resolution rather than the original intended recipient.

Root Cause

The root cause is the application's reliance on untrusted, mutable inputs (usernames) for security-critical decisions regarding message routing. Usernames are inherently changeable user-controlled values and should never be used as the sole identifier for message delivery in webhook systems. The proper approach is to use stable, system-generated numeric identifiers that remain constant throughout a user's lifecycle.

Attack Vector

The attack requires network access and low-privilege authentication. An attacker must have an account on the OpenClaw platform and the ability to change their username. The attack sequence involves:

  1. Monitoring for webhook events targeting a specific user
  2. Timing a username change to match the intended recipient's username
  3. Exploiting the resolution window to intercept webhook replies
  4. Receiving messages intended for the original user

The vulnerability does not require user interaction and can be exploited remotely over the network, though the attack complexity is considered high due to the timing requirements involved.

Detection Methods for CVE-2026-35670

Indicators of Compromise

  • Unusual patterns of username changes, particularly rapid or frequent modifications
  • Webhook reply messages delivered to users who were not the original intended recipients
  • Audit log discrepancies showing mismatched user identifiers in webhook event chains
  • User complaints about missing expected webhook notifications or receiving unexpected messages

Detection Strategies

  • Implement monitoring for username change events, flagging accounts with abnormally high change frequencies
  • Compare webhook event recipient identifiers against delivery logs to identify mismatches
  • Deploy anomaly detection on message routing patterns to identify potential rebinding attacks
  • Review webhook integration logs for evidence of timing-based exploitation attempts

Monitoring Recommendations

  • Enable detailed audit logging for all username change operations with timestamps
  • Monitor webhook delivery metrics for anomalous patterns in recipient resolution
  • Implement alerting on multiple failed or redirected webhook deliveries for the same event
  • Correlate username changes with subsequent webhook delivery events to identify suspicious activity

How to Mitigate CVE-2026-35670

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.22 or later immediately
  • Review webhook integration configurations for any signs of exploitation
  • Audit recent username change logs for suspicious patterns
  • Consider temporarily restricting username change frequency until patched

Patch Information

The OpenClaw development team has released patches addressing this vulnerability. Two commits have been published to remediate the issue:

  • Security patch commit 630f147
  • Security patch commit 7ade355

For complete details on the vulnerability and remediation, refer to the GitHub Security Advisory GHSA-wv46-v6xc-2qhf.

Workarounds

  • Implement rate limiting on username changes to reduce the attack window for exploitation
  • Add server-side validation that cross-references numeric user IDs before delivering webhook replies
  • Deploy additional authentication checks for webhook delivery to verify recipient identity
  • Consider disabling webhook reply functionality temporarily until the patch can be applied

The recommended mitigation approach involves modifying webhook delivery logic to bind replies using immutable numeric user identifiers rather than usernames. Consult the security advisory for implementation guidance specific to your deployment configuration.

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

  • EPSS Probability0.08%

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

  • GitHub Commit Update

  • GitHub Security 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