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

CVE-2026-35620: Openclaw Authorization Bypass Vulnerability

CVE-2026-35620 is an authorization bypass vulnerability in Openclaw that allows attackers with operator.write scope to modify owner-only settings and admin-restricted allowlists. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 17, 2026

CVE-2026-35620 Overview

CVE-2026-35620 is a missing authorization vulnerability affecting OpenClaw versions prior to 2026.3.24. The vulnerability exists in the /send and /allowlist chat command handlers, which fail to properly enforce authorization requirements. The /send command allows non-owner command-authorized senders to modify owner-only session delivery policy settings, while the /allowlist mutating commands do not enforce the required operator.admin scope.

Attackers with operator.write scope can exploit this vulnerability to invoke /send on|off|inherit commands to persistently modify the current session's sendPolicy. Additionally, they can execute /allowlist add commands to manipulate config-backed allowFrom entries and pairing-store allowlist entries without proper admin authorization.

Critical Impact

Unauthorized users with limited operator privileges can escalate their access to modify session delivery policies and allowlist configurations, potentially enabling further attacks or bypassing security controls.

Affected Products

  • OpenClaw versions prior to 2026.3.24
  • OpenClaw for Node.js (all affected versions)

Discovery Timeline

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

Technical Details for CVE-2026-35620

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), a configuration and design flaw where security constraints are absent from critical functionality. The core issue stems from the chat command handlers in OpenClaw failing to validate that the requesting user has the appropriate authorization scope before executing privileged operations.

The /send command handler permits any user with command authorization to modify session-level delivery policy settings that should be restricted to owner accounts only. This represents a broken access control scenario where privilege boundaries are not properly enforced at the application layer.

Similarly, the /allowlist command's mutating operations (add/remove) fail to verify that the caller possesses operator.admin scope. Instead, users with only operator.write scope can manipulate allowlist entries, which affects both the configuration-backed allowFrom entries and pairing-store allowlist records.

Root Cause

The root cause is the absence of authorization checks in the chat command handlers. The application assumes that if a user can invoke a command, they are authorized to perform all operations within that command's scope. This design flaw fails to implement proper scope validation for sensitive operations that modify session policies and allowlist configurations.

The commands-registry configuration defines the commands but does not enforce the required permission scopes at execution time, allowing lower-privileged operators to access functionality intended for administrators only.

Attack Vector

The attack vector is network-based and requires an authenticated attacker with operator.write scope. The attack can be executed through the following methods:

  1. Session Policy Manipulation: An attacker invokes /send on, /send off, or /send inherit commands to persistently change the session's sendPolicy, affecting message delivery behavior.

  2. Allowlist Modification: An attacker executes /allowlist add commands to insert unauthorized entries into the allowlist, potentially granting access to malicious senders or removing legitimate restrictions.

The following code shows the security patch that adds the /allowlist command with proper scope handling:

typescript
       description: "Show current status.",
       textAlias: "/status",
     }),
+    defineChatCommand({
+      key: "allowlist",
+      description: "List/add/remove allowlist entries.",
+      textAlias: "/allowlist",
+      acceptsArgs: true,
+      scope: "text",
+    }),
     defineChatCommand({
       key: "context",
       nativeName: "context",

Source: GitHub Commit 555b257

The fix also includes proper import of the allowlist command handler:

typescript
   handleStatusCommand,
   handleWhoamiCommand,
 } from "./commands-info.js";
+import { handleAllowlistCommand } from "./commands-allowlist.js";
 import { handleSubagentsCommand } from "./commands-subagents.js";
 import {
   handleAbortTrigger,

Source: GitHub Commit 555b257

Detection Methods for CVE-2026-35620

Indicators of Compromise

  • Unexpected changes to session sendPolicy settings from non-owner accounts
  • Unauthorized modifications to allowlist entries in configuration or pairing-store
  • Audit logs showing /send or /allowlist commands executed by users with only operator.write scope
  • Anomalous entries in allowFrom configurations that were not added by administrators

Detection Strategies

  • Monitor chat command logs for /send on|off|inherit commands from non-owner accounts
  • Implement alerting on /allowlist add or /allowlist remove operations from users lacking operator.admin scope
  • Review session store files for unexpected sendPolicy modifications
  • Audit configuration changes to identify unauthorized allowlist entries

Monitoring Recommendations

  • Enable verbose logging for all chat command executions to capture scope and user context
  • Implement file integrity monitoring on session store and configuration files
  • Create alerts for privilege escalation patterns where operator.write users attempt admin operations
  • Regularly audit allowlist entries and session policies for unauthorized changes

How to Mitigate CVE-2026-35620

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.24 or later immediately
  • Review all current session sendPolicy configurations for unauthorized modifications
  • Audit allowlist entries and remove any suspicious or unauthorized additions
  • Temporarily restrict operator.write scope assignments until the patch is applied

Patch Information

The vendor has released security patches to address this vulnerability. The fixes are available in the following commits:

  • Commit 555b2578 - Adds proper /allowlist command implementation
  • Commit ccfeecb6 - Additional authorization fixes
  • Commit ea018a68 - Reply pipeline refactoring with security improvements

Additional details are available in the GitHub Security Advisory GHSA-39mp-545q-w789 and GHSA-vqvg-86cc-cg83.

Workarounds

  • Implement network-level access controls to restrict who can send chat commands
  • Review and minimize the number of users with operator.write scope
  • Deploy application-layer firewall rules to block /send and /allowlist commands from untrusted sources
  • Enable comprehensive audit logging to detect and respond to exploitation attempts
bash
# Review current OpenClaw version
npm list openclaw

# Upgrade to patched version
npm update openclaw@2026.3.24

# Verify installation
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 Score5.3

  • EPSS Probability0.05%

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

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory

  • 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