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

CVE-2026-43574: Openclaw Auth Bypass Vulnerability

CVE-2026-43574 is an authorization bypass flaw in Openclaw that allows attackers to resolve pending approvals without proper authorization. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43574 Overview

CVE-2026-43574 is an improper authorization vulnerability in OpenClaw versions before 2026.4.12. The flaw exists in helper-backed approval channels where empty resolved approver lists are incorrectly interpreted as explicit approval authorization. Attackers who know a pending approval ID can resolve approvals without proper authorization by exploiting this logic flaw.

The vulnerability is tracked under CWE-183: Permissive List of Allowed Inputs and affects the openclaw Node.js package. It enables attackers with low privileges to bypass approval workflows over the network.

Critical Impact

Attackers with knowledge of an approval ID can resolve pending approvals without authorization, breaking the integrity of approval workflows in OpenClaw deployments.

Affected Products

  • OpenClaw versions prior to 2026.4.12
  • OpenClaw Node.js package (openclaw:openclaw)
  • Deployments using helper-backed approval channels

Discovery Timeline

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

Technical Details for CVE-2026-43574

Vulnerability Analysis

The vulnerability resides in OpenClaw's approval authorization logic within helper-backed channels. When the system resolved the list of approvers for a pending approval, an empty list was treated as a valid explicit approval authorization rather than a denial or no-op condition. This logic inversion allowed any caller who could supply a valid approval ID to advance the approval state.

The weakness maps to CWE-183, reflecting overly permissive allow-list handling. Exploitation requires network access and low privileges, but no user interaction. The integrity impact is high because attackers can approve actions intended to require multi-party consent.

Root Cause

The root cause is conflation of two distinct conditions: a successful explicit approval and an empty approver list. In the vulnerable code path inside src/infra/channel-approval-auth.ts, an empty resolved approver array yielded an authorization result indistinguishable from an explicit grant.

The patch introduces a non-enumerable symbol marker, IMPLICIT_SAME_CHAT_APPROVAL_AUTHORIZATION, attached via Object.defineProperty to authorization results. A new helper, isImplicitSameChatApprovalAuthorization, allows downstream consumers to distinguish implicit same-chat authorizations from explicit approver-driven grants.

Attack Vector

An attacker with valid low-privileged access to the OpenClaw service and knowledge of a pending approval ID can submit a resolution request. If the helper-backed channel returns an empty approver list, the vulnerable logic treats this as explicit approval and finalizes the action. No multi-party consent or interactive confirmation is required.

typescript
// Patch excerpt from src/plugin-sdk/approval-auth-helpers.ts
type ApprovalAuthorizationResult = {
  authorized: boolean;
  reason?: string;
};
const IMPLICIT_SAME_CHAT_APPROVAL_AUTHORIZATION = Symbol(
  "openclaw.implicitSameChatApprovalAuthorization",
);

function markImplicitSameChatApprovalAuthorization(
  result: ApprovalAuthorizationResult,
): ApprovalAuthorizationResult {
  // Keep this non-enumerable to avoid changing auth payload shape.
  // Consumers must pass the same object reference to
  // `isImplicitSameChatApprovalAuthorization`; spread/Object.assign/JSON clones
  // drop this marker.
  Object.defineProperty(result, IMPLICIT_SAME_CHAT_APPROVAL_AUTHORIZATION, {
    value: true,
    enumerable: false,
  });
  return result;
}

export function isImplicitSameChatApprovalAuthorization(
  result: ApprovalAuthorizationResult | null | undefined,
): boolean {
  return Boolean(result);
}

Source: GitHub Commit 0a105c0

Detection Methods for CVE-2026-43574

Indicators of Compromise

  • Approval state transitions completed without corresponding approver identities recorded in audit logs.
  • Pending approval IDs resolved by callers who are not on configured approver lists.
  • Approval resolution events occurring with empty approvers fields in helper-backed channel telemetry.

Detection Strategies

  • Audit OpenClaw approval logs for resolutions where the resolved approver list is empty or null.
  • Compare approval requestor identity against expected approver groups for each resolved action.
  • Alert on rapid sequences of approval resolutions originating from a single low-privileged account.

Monitoring Recommendations

  • Enable verbose logging for the channel-approval-auth module and forward events to a centralized SIEM.
  • Track invocation counts of resolveChannelApprovalCapability and correlate with downstream privileged actions.
  • Monitor outbound execution events triggered by approval resolutions and flag any with missing approver attribution.

How to Mitigate CVE-2026-43574

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.12 or later as published in the GitHub Security Advisory GHSA-49cg-279w-m73x.
  • Inventory all OpenClaw deployments and confirm package version via npm ls openclaw.
  • Review historical approval logs for evidence of unauthorized resolutions prior to patching.

Patch Information

The fix is delivered in commit 0a105c0. It introduces the isImplicitSameChatApprovalAuthorization helper and marks implicit authorizations with a non-enumerable symbol so that empty approver lists no longer satisfy explicit approval checks. See the VulnCheck Advisory for additional technical context.

Workarounds

  • Restrict network access to OpenClaw approval endpoints using firewall or service mesh policies until the patch is applied.
  • Rotate or invalidate pending approval IDs that may have been exposed before remediation.
  • Reduce the privilege scope of accounts that interact with helper-backed approval channels.
bash
# Upgrade OpenClaw to the patched release
npm install openclaw@2026.4.12

# Verify the installed version
npm ls 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 Score6.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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-183
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Log

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-43572: Openclaw Authorization Bypass Vulnerability

  • CVE-2026-43571: Openclaw Auth Bypass Vulnerability

  • CVE-2026-43530: Openclaw Auth Bypass Vulnerability

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