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

CVE-2026-43535: Openclaw Privilege Escalation Vulnerability

CVE-2026-43535 is a privilege escalation vulnerability in Openclaw that allows attackers to execute messages with elevated permissions through authorization context reuse. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43535 Overview

CVE-2026-43535 is an authorization context reuse vulnerability in OpenClaw versions before 2026.4.14. The flaw exists in collect-mode queue batches, where messages from different senders inherit the final sender's authorization context. Attackers with low privileges can queue multiple messages and force earlier messages to execute under a more privileged sender's context. This results in privilege escalation and unauthorized message execution within the queue processing pipeline. The vulnerability is tracked under [CWE-266: Incorrect Privilege Assignment].

Critical Impact

Queued messages execute with elevated permissions inherited from the final sender, enabling attackers to perform actions outside their authorization scope.

Affected Products

  • OpenClaw (Node.js package) versions prior to 2026.4.14
  • Deployments using collect-mode queue batches
  • Multi-tenant environments processing messages from multiple senders

Discovery Timeline

  • 2026-05-05 - CVE CVE-2026-43535 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-43535

Vulnerability Analysis

OpenClaw processes batched messages in collect-mode by aggregating multiple sender requests into a single processing unit. The queue batching logic fails to preserve per-message authorization context across the batch boundary. When the batch drains, all messages within the batch execute using the authorization context attached to the final sender rather than their original sender's context.

An attacker with low privileges can exploit this by submitting messages and ensuring a higher-privileged sender's message is queued last. Earlier messages in the batch then inherit the elevated context during execution. This breaks tenant isolation and access control assumptions in multi-sender deployments. Exploitation requires the presence of a more privileged sender within the same batch window, which raises attack complexity.

Root Cause

The root cause is improper context tracking in the collect-mode queue drain function. Authorization metadata is overwritten by each subsequent enqueue rather than bound to individual message records. When the batch executes, the loop reuses the most recent sender context for every queued message instead of resolving each message's original credentials. This is a design defect in how OpenClaw associates identity state with queued work items.

Attack Vector

Exploitation occurs over the network and requires authenticated access at a low privilege level. The attacker submits one or more messages to a queue operating in collect-mode. By timing or volume manipulation, the attacker ensures a higher-privileged sender's message lands at the end of the batch. When OpenClaw drains the queue, the attacker's earlier messages execute with the privileged sender's authorization context. Refer to the VulnCheck Advisory on OpenClaw for technical details on the queue processing pipeline.

Detection Methods for CVE-2026-43535

Indicators of Compromise

  • Queued messages executing actions outside the originating sender's documented permission scope.
  • Audit log entries showing identical authorization context applied to messages from distinct senders within the same batch window.
  • Unexpected privileged operations originating from low-privilege accounts during collect-mode batch drains.

Detection Strategies

  • Compare the sender identity recorded at message submission with the authorization context recorded at message execution. Mismatches indicate exploitation.
  • Instrument the queue drain path to log per-message identity resolution and alert on context divergence.
  • Review OpenClaw application logs for clusters of mixed-sender messages processed under a single privileged identity.

Monitoring Recommendations

  • Monitor outbound actions performed by message handlers and correlate them against the originating sender's privilege baseline.
  • Track the version of openclaw deployed across Node.js services and flag any instance below 2026.4.14.
  • Enable verbose authorization logging on collect-mode queues until upgrade is complete.

How to Mitigate CVE-2026-43535

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.14 or later across all Node.js deployments.
  • Audit recent collect-mode queue activity for evidence of cross-sender privilege inheritance.
  • Restrict queue submission privileges to trusted senders until the patch is deployed.

Patch Information

The vendor fix is published in commit 43d4be902755c970b3d15608679761877718da69. Details are available in the OpenClaw GitHub Security Advisory GHSA-jwrq-8g5x-5fhm and the upstream commit. The patch ensures each queued message retains and executes under its originating sender's authorization context.

Workarounds

  • Disable collect-mode queue batching and process messages individually until the patch is applied.
  • Segregate queues by sender privilege level so batches cannot mix low- and high-privilege messages.
  • Apply strict per-message authorization checks at handler entry rather than relying on inherited batch context.
bash
# Configuration example: upgrade openclaw via npm
npm install openclaw@2026.4.14
npm ls openclaw

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.02%

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-43534: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-43566: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-43568: Openclaw Privilege Escalation Flaw

  • CVE-2026-43578: OpenClaw Privilege Escalation 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