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

CVE-2026-35660: Openclaw Auth Bypass Vulnerability

CVE-2026-35660 is an authentication bypass flaw in Openclaw that enables attackers with operator.write privileges to reset admin sessions. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35660 Overview

CVE-2026-35660 is an insufficient access control vulnerability in OpenClaw's Gateway agent that affects versions prior to 2026.3.23. The vulnerability exists in the /reset endpoint, which improperly validates caller permissions before allowing session reset operations. Attackers with operator.write privileges can exploit this flaw to reset arbitrary admin sessions by invoking the /reset or /new messages with an explicit sessionKey, effectively bypassing the intended operator.admin permission requirements.

This vulnerability represents a significant authorization bypass (CWE-862: Missing Authorization) that could allow lower-privileged operators to disrupt administrative sessions, potentially leading to denial of service conditions for system administrators or enabling further attack vectors through session manipulation.

Critical Impact

Attackers with operator.write privileges can bypass authorization controls to reset arbitrary admin sessions, potentially disrupting administrative operations and compromising session integrity across the OpenClaw Gateway agent.

Affected Products

  • OpenClaw versions prior to 2026.3.23
  • OpenClaw Gateway agent for Node.js
  • OpenClaw deployments with multi-user operator configurations

Discovery Timeline

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

Technical Details for CVE-2026-35660

Vulnerability Analysis

The vulnerability stems from insufficient authorization checks within the OpenClaw Gateway agent's session management functionality. The /reset endpoint, designed to allow session management operations, fails to properly validate that the caller possesses the required operator.admin permission before processing session reset requests.

Instead of enforcing the appropriate permission boundary, the endpoint only verifies that the caller has operator.write privileges. This creates a privilege escalation path where operators with limited write access can perform administrative session operations that should be restricted to users with elevated admin permissions.

The attack is network-accessible and requires low complexity to exploit, as an authenticated attacker simply needs to craft requests to the vulnerable endpoints with an explicit sessionKey parameter to target specific administrative sessions for termination.

Root Cause

The root cause is a missing authorization check (CWE-862) in the Gateway agent's endpoint handlers. The code responsible for processing /reset and /new message operations does not properly verify that the calling entity has the operator.admin permission level. Instead, it only checks for operator.write, which is a lower privilege level intended for routine operational tasks rather than administrative session management.

This represents a broken access control pattern where the permission hierarchy is not properly enforced at the API boundary, allowing users with insufficient privileges to execute sensitive operations that impact other users' sessions.

Attack Vector

The attack vector is network-based and requires authentication with at least operator.write privileges. An attacker exploiting this vulnerability would:

  1. Authenticate to the OpenClaw Gateway agent with operator.write credentials
  2. Identify or enumerate valid administrative session keys
  3. Send a crafted request to the /reset or /new endpoint
  4. Include an explicit sessionKey parameter targeting an admin session
  5. The endpoint processes the request without verifying operator.admin permission
  6. The targeted administrative session is reset, disrupting the admin user

The vulnerability allows for targeted denial of service against specific administrators or could be chained with other attacks to gain advantage during the window when admin sessions are disrupted. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35660

Indicators of Compromise

  • Unusual patterns of /reset or /new endpoint calls from non-admin operator accounts
  • Session reset events occurring for administrative users without corresponding admin-initiated actions
  • Repeated session terminations affecting the same admin accounts
  • API logs showing sessionKey parameters in requests from operators lacking operator.admin permissions

Detection Strategies

  • Monitor Gateway agent logs for /reset and /new endpoint requests that include explicit sessionKey parameters from users without admin privileges
  • Implement alerting on session reset events where the initiating user's permission level is operator.write but not operator.admin
  • Review authentication and authorization logs for patterns indicating privilege abuse attempts
  • Deploy API monitoring to track unusual session management activity patterns

Monitoring Recommendations

  • Enable detailed audit logging for all Gateway agent endpoint interactions
  • Configure alerts for session reset operations targeting administrative accounts
  • Implement rate limiting and anomaly detection on session management endpoints
  • Regularly review operator permission assignments and access patterns

How to Mitigate CVE-2026-35660

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.23 or later immediately
  • Review Gateway agent logs for evidence of exploitation attempts
  • Audit all operator accounts and their assigned permission levels
  • Consider temporarily restricting operator.write permissions until patching is complete

Patch Information

OpenClaw has released patches to address this vulnerability. The fixes are available through the following commits:

  • Commit 50f6a2f136fed85b58548a38f7a3dbb98d2cd1a0
  • Commit 630f1479c44f78484dfa21bb407cbe6f171dac87

Organizations should upgrade to OpenClaw version 2026.3.23 or later, which includes proper authorization checks for the /reset and /new endpoints. Additional details are available in the GitHub Security Advisory and the VulnCheck Advisory.

Workarounds

  • Implement network segmentation to limit access to the Gateway agent endpoints
  • Deploy a reverse proxy or API gateway with additional authorization checks before requests reach the vulnerable endpoints
  • Temporarily revoke operator.write permissions from accounts that do not require session management capabilities
  • Monitor and alert on all session reset operations until the patch can be applied
bash
# Example: Restrict access to Gateway agent endpoints at the network level
# Add firewall rules to limit access to trusted administrative networks only
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • 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