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

CVE-2026-43568: Openclaw Privilege Escalation Flaw

CVE-2026-43568 is a privilege escalation vulnerability in Openclaw versions 2026.4.5 to 2026.4.9. Attackers with write-scoped access can escalate privileges via the /dreaming endpoint. This article covers technical details, impact, and fixes.

Published: May 7, 2026

CVE-2026-43568 Overview

CVE-2026-43568 is a privilege escalation vulnerability in OpenClaw versions 2026.4.5 through 2026.4.10. The flaw resides in the /dreaming endpoint of the memory-core extension. Write-scoped operators can toggle admin-class configuration mutations that govern persistent memory dreaming settings. Attackers with low-privilege gateway access bypass authorization checks to modify settings reserved for administrators. The vulnerability is classified under CWE-862: Missing Authorization.

Critical Impact

Operators with write-scoped gateway tokens can escalate to admin-class configuration control by mutating persistent memory dreaming state through the /dreaming endpoint.

Affected Products

  • OpenClaw 2026.4.5 (Node.js distribution)
  • OpenClaw versions through 2026.4.9
  • OpenClaw memory-core extension (extensions/memory-core)

Discovery Timeline

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

Technical Details for CVE-2026-43568

Vulnerability Analysis

OpenClaw exposes a dreaming command through its plugin API for managing persistent memory dreaming behavior. The command handler in extensions/memory-core/src/dreaming-command.ts accepts mutation requests from any client with write scope. The handler does not verify whether the caller holds the operator.admin scope before applying configuration changes. As a result, any operator able to invoke the gateway can persistently alter memory dreaming settings reserved for administrators.

A secondary issue compounds the flaw. The chat server method in src/gateway/server-methods/chat.ts propagates client?.connect?.scopes to downstream handlers. When the scopes property is undefined, downstream authorization checks treat the absent value ambiguously rather than as an empty scope set. This widens the conditions under which privileged mutations succeed.

Root Cause

The root cause is a missing authorization check on a state-mutating API path. The dreaming command handler accepts persistent toggle operations without enforcing role-based access control. The patch introduces a requiresAdminToMutateDreaming predicate that gates mutations on the presence of the operator.admin scope. Without this gate, write-scoped tokens were sufficient to mutate admin-only configuration.

Attack Vector

Exploitation requires network access to the OpenClaw gateway and a valid operator credential with write scope. The attacker sends a crafted request to the /dreaming endpoint that toggles the persistent memory dreaming configuration. Because the handler does not verify the operator.admin scope, the mutation is applied. No user interaction is required.

typescript
// Patch in extensions/memory-core/src/dreaming-command.ts
   ].join("\n");
 }
 
+function requiresAdminToMutateDreaming(gatewayClientScopes?: readonly string[]): boolean {
+  return Array.isArray(gatewayClientScopes) && !gatewayClientScopes.includes("operator.admin");
+}
+
 export function registerDreamingCommand(api: OpenClawPluginApi): void {
   api.registerCommand({
     name: "dreaming",

Source: GitHub commit 6af17b3

typescript
// Patch in src/gateway/server-methods/chat.ts - normalize scopes
         SenderId: clientInfo?.id,
         SenderName: clientInfo?.displayName,
         SenderUsername: clientInfo?.displayName,
-        GatewayClientScopes: client?.connect?.scopes,
+        GatewayClientScopes: client?.connect?.scopes ?? [],
       };

Source: GitHub commit 6af17b3

Detection Methods for CVE-2026-43568

Indicators of Compromise

  • HTTP requests to the /dreaming endpoint originating from clients holding only write scope, without operator.admin.
  • Unexpected modifications to persistent memory dreaming configuration outside of administrator change windows.
  • Repeated dreaming command invocations from a single operator session that toggle persistent state.

Detection Strategies

  • Inspect gateway access logs for dreaming command invocations and correlate the caller's scopes against the requested operation.
  • Alert when a client without the operator.admin scope issues a mutation against memory-core configuration paths.
  • Track configuration drift in persistent memory dreaming settings and trigger review on any unauthorized change.

Monitoring Recommendations

  • Forward OpenClaw gateway logs to a centralized logging platform and retain authorization decisions and scope claims.
  • Baseline normal dreaming command usage so that anomalous mutation frequency and timing become visible.
  • Monitor authentication tokens issued with write scope and review their activity against admin-restricted endpoints.

How to Mitigate CVE-2026-43568

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.10 or later, which enforces the operator.admin scope check on dreaming mutations.
  • Audit all gateway tokens currently issued with write scope and revoke any that are not strictly required.
  • Review persistent memory dreaming configuration for unauthorized changes and restore known-good values where needed.

Patch Information

The fix is delivered in commit 6af17b39e11f5f35e23b7e5a5f71a7d0aa3c7310. It introduces the requiresAdminToMutateDreaming predicate in extensions/memory-core/src/dreaming-command.ts and normalizes missing scopes to an empty array in src/gateway/server-methods/chat.ts. Refer to the GitHub Security Advisory GHSA-5gjc-grvm-m88j and the VulnCheck Advisory for upgrade guidance.

Workarounds

  • Restrict network access to the OpenClaw gateway so that only trusted operators can reach the /dreaming endpoint.
  • Avoid issuing write-scoped tokens to non-administrative users until the patched version is deployed.
  • Place the gateway behind an upstream policy proxy that blocks dreaming command requests lacking the operator.admin scope claim.
bash
# Verify installed OpenClaw version and upgrade via npm
npm list openclaw
npm install openclaw@^2026.4.10

# Audit tokens missing operator.admin scope (example query)
grep -E '"command":"dreaming"' /var/log/openclaw/gateway.log \
  | grep -v 'operator.admin'

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

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • VulnCheck Privilege Escalation Advisory
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-5gjc-grvm-m88j
  • Related CVEs
  • CVE-2026-43535: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-43534: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-43566: Openclaw Privilege Escalation Vulnerability

  • 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