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

CVE-2026-43566: Openclaw Privilege Escalation Vulnerability

CVE-2026-43566 is a privilege escalation vulnerability in Openclaw affecting versions 2026.4.7 to 2026.4.13. Attackers can exploit heartbeat owner downgrade logic flaws to maintain elevated privileges. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-43566 Overview

CVE-2026-43566 is a privilege escalation vulnerability in OpenClaw versions 2026.4.7 through 2026.4.13. The flaw resides in the heartbeat owner downgrade logic, which fails to inspect webhook wake events that carry untrusted content. Attackers can send crafted hook:wake system events to preserve owner-like execution context when the run should have been downgraded to a lower-privileged state. The result is unauthorized retention of elevated execution privileges in OpenClaw agent runs. The vulnerability is classified under CWE-184: Incomplete List of Disallowed Inputs.

Critical Impact

Remote attackers without authentication can escalate privileges by injecting untrusted webhook wake events, bypassing the owner downgrade logic that protects high-confidentiality and high-integrity contexts.

Affected Products

  • OpenClaw 2026.4.7 through 2026.4.13 (Node.js distribution)
  • Patched in OpenClaw 2026.4.14
  • Deployments processing webhook hook:wake system events

Discovery Timeline

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

Technical Details for CVE-2026-43566

Vulnerability Analysis

OpenClaw uses a heartbeat runner that periodically evaluates whether an agent run should retain owner-level execution context or be downgraded. The downgrade decision depends on inspecting pending events to detect untrusted content markers, including the System (untrusted): line prefix. Before the patch, wake-triggered runs were excluded from the pending event inspection path. Only exec and cron event reasons triggered the inspection.

Attackers can deliver a hook:wake event containing untrusted webhook content. The heartbeat logic skips inspection of those queued events and fails to flag the untrusted marker. Consequently, the run proceeds with owner-equivalent privileges, executing logic that should have been confined to a downgraded, lower-trust context.

Root Cause

The root cause is an incomplete allowlist of event reasons that mandate pending event inspection. The original shouldInspectPendingEvents predicate evaluated only isExecEventReason, isCronEventReason, and tagged cron events. Wake reasons were absent, allowing untrusted webhook payloads to bypass the downgrade gate.

Attack Vector

A remote unauthenticated attacker sends a webhook payload that triggers a hook:wake system event in the target OpenClaw deployment. The payload contains content that would normally be marked with the System (untrusted): prefix. Because wake reasons skipped pending event inspection, the heartbeat runner does not downgrade the owner context and the untrusted content executes with elevated privileges.

typescript
// Patch in src/auto-reply/reply/get-reply-run.ts
// Adds regex to identify untrusted system event lines
let sessionStoreRuntimePromise: Promise<
  typeof import("../../config/sessions/store.runtime.js")
> | null = null;
+const UNTRUSTED_SYSTEM_EVENT_LINE_RE = /^System \(untrusted\):/m;

function loadPiEmbeddedRuntime() {
  piEmbeddedRuntimePromise ??= import("../../agents/pi-embedded.runtime.js");
typescript
// Patch in src/infra/heartbeat-runner.ts
// Wake reasons now trigger pending event inspection when scoped to the same session
  const hasTaggedCronEvents = pendingEventEntries.some((event) =>
    event.contextKey?.startsWith("cron:"),
  );
+  const shouldInspectWakePendingEvents = (() => {
+    if (!reasonFlags.isWakeReason) {
+      return false;
+    }
+    if (params.heartbeat?.isolatedSession !== true) {
+      return true;
+    }
+    const configuredSession = resolveHeartbeatSession(params.cfg, params.agentId, params.heartbeat);
+    const { isolatedSessionKey } = resolveIsolatedHeartbeatSessionKey({
+      sessionKey: session.sessionKey,
+      configuredSessionKey: configuredSession.sessionKey,
+      sessionEntry: session.entry,
+    });
+    return isolatedSessionKey === session.sessionKey;
+  })();
  const shouldInspectPendingEvents =
-    reasonFlags.isExecEventReason || reasonFlags.isCronEventReason || hasTaggedCronEvents;
+    reasonFlags.isExecEventReason ||
+    reasonFlags.isCronEventReason ||
+    shouldInspectWakePendingEvents ||
+    hasTaggedCronEvents;

Source: OpenClaw Security Patch Commit 31281bc

Detection Methods for CVE-2026-43566

Indicators of Compromise

  • Inbound webhook requests producing hook:wake system events from unverified origins.
  • Heartbeat run logs showing wake-reason executions that retained owner context despite untrusted content markers.
  • Agent logs containing System (untrusted): lines associated with privileged actions.
  • OpenClaw deployments still running versions 2026.4.7 through 2026.4.13.

Detection Strategies

  • Audit OpenClaw logs for wake-reason heartbeat runs that processed untrusted webhook content prior to upgrading to 2026.4.14.
  • Correlate webhook ingress traffic with heartbeat owner-context executions to identify suspicious wake-triggered runs.
  • Inventory installed openclaw:openclaw packages across Node.js environments and flag any version below 2026.4.14.

Monitoring Recommendations

  • Forward OpenClaw application logs and webhook gateway logs to a centralized SIEM for correlation.
  • Alert on repeated wake-reason runs originating from the same external webhook source within short time windows.
  • Track outbound network activity from agent runs that processed hook:wake events to detect post-exploitation behavior.

How to Mitigate CVE-2026-43566

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.14 or later in all production and staging environments.
  • Restrict webhook endpoints to authenticated, allowlisted sources until the upgrade is complete.
  • Review heartbeat run history for prior wake-reason executions that may have processed untrusted content.

Patch Information

OpenClaw addressed CVE-2026-43566 in commit 31281bc92f55796817a92bc43f722cba1e77ab42, which forces owner downgrade for untrusted hook:wake system events by including wake reasons in the pending event inspection logic. Refer to the OpenClaw GitHub Security Advisory GHSA-g2hm-779g-vm32 and the VulnCheck Privilege Escalation Advisory for technical details.

Workarounds

  • Disable webhook wake event ingestion until OpenClaw is upgraded to 2026.4.14.
  • Place a reverse proxy in front of OpenClaw that rejects webhook payloads from untrusted senders.
  • Enforce network-level access controls limiting which hosts can deliver hook:wake events to OpenClaw agents.
bash
# Upgrade OpenClaw to the patched version using npm
npm install openclaw@2026.4.14

# 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
  • TypePrivilege Escalation

  • Vendor/TechOpenclaw

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.11%

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

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

  • CVE-2026-43534: 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