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

CVE-2026-35647: Openclaw Auth Bypass Vulnerability

CVE-2026-35647 is an authentication bypass flaw in Openclaw that allows attackers to send verification notices bypassing DM policy checks. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35647 Overview

CVE-2026-35647 is an access control vulnerability affecting OpenClaw before version 2026.3.25. The vulnerability exists in the verification notice handling mechanism, which fails to properly enforce Direct Message (DM) policy checks before transmitting messages. This allows attackers to bypass access restrictions and send verification notices to users who have configured their accounts to block unsolicited direct messages from unpaired peers.

The flaw is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel), indicating that the application provides an alternate communication pathway that circumvents intended access control mechanisms.

Critical Impact

Attackers can bypass DM policy restrictions to send verification notices to users outside allowed direct message policies, potentially enabling targeted harassment, phishing, or social engineering attacks against users who have explicitly opted out of receiving unsolicited messages.

Affected Products

  • OpenClaw versions prior to 2026.3.25
  • OpenClaw for Node.js (all versions before the patched release)
  • Deployments utilizing OpenClaw's verification notice functionality

Discovery Timeline

  • April 10, 2026 - CVE-2026-35647 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35647

Vulnerability Analysis

This access control vulnerability resides in OpenClaw's message handling subsystem, specifically within the verification notice transmission workflow. The application implements DM policies that allow users to restrict who can send them direct messages, typically limiting communications to paired or approved peers only.

However, verification notices follow a separate code path that does not invoke the same policy validation checks applied to standard direct messages. When a verification notice is generated and queued for delivery, the system bypasses the recipient's DM policy configuration entirely, treating verification notices as exempt from access control enforcement.

This architectural flaw enables any user—regardless of their relationship status with the recipient—to trigger verification notice delivery to targets who have explicitly configured restrictive DM policies. The vulnerability can be exploited remotely over the network without requiring any user interaction from the victim.

Root Cause

The root cause is insufficient access validation in the verification notice transmission function. The codebase separates verification notices from regular direct messages, and the developers failed to apply consistent policy checks across both message types. The verification notice handler assumes all such notices are legitimate and should be delivered without validating whether the sender is authorized to communicate with the recipient under their configured DM policies.

Attack Vector

Exploitation occurs over the network without requiring authentication privileges or user interaction. An attacker can craft verification notice requests targeting any user, regardless of that user's configured DM restrictions. The attack flow involves:

  1. The attacker identifies a target user who has restrictive DM policies enabled
  2. The attacker initiates a verification notice request through the OpenClaw API or interface
  3. The verification notice handler processes the request without checking the recipient's DM policy
  4. The notice is delivered to the target, bypassing their configured access controls

This bypass could be leveraged for targeted harassment campaigns, phishing attempts disguised as verification requests, or social engineering attacks against users who believed they had protected themselves from unsolicited contact.

The vulnerability mechanism exploits the lack of DM policy enforcement in the verification notice code path. When a verification notice is generated, the system should validate that the sender is permitted to contact the recipient according to the recipient's configured policies. Instead, the notice bypasses these checks entirely and is transmitted directly to the unpaired peer.

For detailed technical analysis, refer to the GitHub Security Advisory and the VulnCheck Advisory.

Detection Methods for CVE-2026-35647

Indicators of Compromise

  • Unexpected verification notices received by users with restrictive DM policies configured
  • Increased volume of verification notice generation from specific accounts or IP addresses
  • User complaints about receiving unsolicited contact despite having DM restrictions enabled
  • Anomalous patterns in verification notice logs showing delivery to unpaired peers

Detection Strategies

  • Implement logging to correlate verification notice delivery with recipient DM policy configurations
  • Monitor for high-frequency verification notice generation from individual accounts
  • Deploy alerting rules for verification notices delivered to users with restrictive DM settings
  • Audit access logs for patterns indicating systematic exploitation of the policy bypass

Monitoring Recommendations

  • Enable detailed logging for all verification notice transmissions including sender-recipient relationship status
  • Create dashboards tracking verification notice delivery rates segmented by recipient policy type
  • Set up anomaly detection for verification notices crossing policy boundaries
  • Review and correlate user abuse reports with verification notice delivery logs

How to Mitigate CVE-2026-35647

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.25 or later immediately
  • Review logs for evidence of exploitation prior to patching
  • Notify users who may have been affected by the policy bypass
  • Consider temporarily disabling verification notices until the patch is applied

Patch Information

OpenClaw has released a fix in version 2026.3.25 that adds proper DM policy validation to the verification notice transmission path. The patch ensures that verification notices respect the same access control checks as standard direct messages.

The fix is available through the GitHub commit 2383daf5c4a4e08d9553e0e949552ad755ef9ec2. Organizations should update their OpenClaw deployments as soon as possible.

For additional context and patch details, refer to the GitHub Security Advisory GHSA-9wqx-g2cw-vc7r.

Workarounds

  • Implement network-level filtering to block verification notice requests from untrusted sources as a temporary measure
  • Add application-layer middleware to validate DM policies before verification notice delivery
  • Consider rate-limiting verification notice generation per account until patching is complete
bash
# Upgrade OpenClaw to patched version
npm update openclaw@2026.3.25

# Verify installed version
npm list openclaw

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.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/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-288
  • Technical References
  • VulnCheck Advisory on OpenClaw
  • Vendor Resources
  • 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