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

CVE-2026-28466: OpenClaw Auth Bypass Vulnerability

CVE-2026-28466 is an authentication bypass vulnerability in OpenClaw allowing attackers to execute arbitrary commands on node hosts by injecting approval control fields. This article covers technical details, affected versions, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28466 Overview

CVE-2026-28466 is an authorization bypass vulnerability in OpenClaw versions prior to 2026.2.14 that allows authenticated attackers to execute arbitrary commands on connected node hosts. The vulnerability exists in the gateway component, which fails to properly sanitize internal approval fields in node.invoke parameters. This flaw enables attackers with valid gateway credentials to inject approval control fields and bypass exec approval gating for system.run commands, potentially compromising developer workstations and CI runners.

Critical Impact

Authenticated attackers can bypass execution approval controls to achieve remote code execution on all connected node hosts, compromising entire development and CI/CD infrastructure.

Affected Products

  • OpenClaw versions prior to 2026.2.14

Discovery Timeline

  • 2026-03-05 - CVE CVE-2026-28466 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28466

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization), where the gateway component fails to enforce proper authorization checks on critical parameters. The flaw allows authenticated clients to manipulate internal approval control fields that should be exclusively managed by the server-side ExecApprovalManager. When a client sends a node.invoke request with a system.run command, the gateway previously forwarded raw parameters without sanitizing fields used for approval gating. This architectural weakness enables complete bypass of the command execution approval workflow.

The attack surface is network-accessible and requires low-privilege authenticated access to the gateway. Upon successful exploitation, attackers gain the ability to execute arbitrary system commands on any node connected to the compromised gateway, with potential for lateral movement across developer workstations and CI runners.

Root Cause

The root cause is insufficient input sanitization in the gateway's node.invoke parameter handling. Prior to the patch, when processing requests for system.run commands, the gateway did not strip or validate internal approval fields before forwarding parameters to connected nodes. This allowed clients to inject approval bypass fields directly into their requests, circumventing the intended execution approval workflow.

Attack Vector

An attacker with valid gateway credentials crafts a malicious node.invoke request containing a system.run command. By including forged internal approval control fields in the request parameters, the attacker tricks the gateway into treating the command as pre-approved. The unsanitized request is then forwarded to target nodes, where the injected approval fields cause the execution gating to be bypassed, allowing arbitrary command execution.

The patch introduces centralized sanitization through the sanitizeNodeInvokeParamsForForwarding function, which specifically intercepts system.run commands and routes them through sanitizeSystemRunParamsForForwarding to strip any client-supplied approval fields before forwarding:

typescript
import type { ExecApprovalManager } from "./exec-approval-manager.js";
import type { GatewayClient } from "./server-methods/types.js";
import { sanitizeSystemRunParamsForForwarding } from "./node-invoke-system-run-approval.js";

export function sanitizeNodeInvokeParamsForForwarding(opts: {
  command: string;
  rawParams: unknown;
  client: GatewayClient | null;
  execApprovalManager?: ExecApprovalManager;
}):
  | { ok: true; params: unknown }
  | { ok: false; message: string; details?: Record<string, unknown> } {
  if (opts.command === "system.run") {
    return sanitizeSystemRunParamsForForwarding({
      rawParams: opts.rawParams,
      client: opts.client,
      execApprovalManager: opts.execApprovalManager,
    });
  }
  return { ok: true, params: opts.rawParams };
}

Source: OpenClaw Commit Update

Detection Methods for CVE-2026-28466

Indicators of Compromise

  • Unusual node.invoke requests containing unexpected approval-related fields in parameters
  • Anomalous system.run command executions on nodes without corresponding approval workflow events
  • Gateway logs showing system.run invocations from clients that bypass the standard approval flow
  • Unexpected process executions on developer workstations or CI runners traced back to OpenClaw node connections

Detection Strategies

  • Implement logging and alerting for all node.invoke requests targeting system.run commands
  • Monitor for parameter injection patterns in gateway request logs, specifically looking for approval control field manipulation
  • Deploy endpoint detection on connected nodes to identify suspicious command execution patterns
  • Correlate gateway authentication events with subsequent node command executions to identify unauthorized activity

Monitoring Recommendations

  • Enable verbose logging on OpenClaw gateway components to capture full request parameters
  • Establish baseline behavioral analytics for system.run command usage across your infrastructure
  • Configure real-time alerting for any system.run executions that do not correlate with legitimate approval workflow records
  • Monitor network traffic between gateway and nodes for anomalous payload patterns

How to Mitigate CVE-2026-28466

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Audit gateway logs for any suspicious node.invoke requests with system.run commands that may indicate prior exploitation
  • Review and rotate gateway credentials as a precautionary measure
  • Temporarily restrict network access to the OpenClaw gateway to trusted IP ranges if immediate patching is not possible

Patch Information

The vulnerability is addressed in OpenClaw version 2026.2.14 through multiple commits that introduce centralized parameter sanitization for node.invoke requests. The fix ensures that all system.run commands are processed through sanitizeNodeInvokeParamsForForwarding, which delegates to sanitizeSystemRunParamsForForwarding to strip client-controlled approval fields before forwarding to nodes.

Relevant security patches:

  • OpenClaw Commit Update
  • OpenClaw Commit Change
  • OpenClaw Commit Modification
  • OpenClaw Commit Improvement

For additional details, see the GitHub Security Advisory GHSA-gv46-4xfq-jv58 and the Vulncheck OpenClaw RCE Advisory.

Workarounds

  • Implement network segmentation to limit gateway accessibility to trusted internal networks only
  • Disable system.run functionality at the gateway level if not required for operations
  • Deploy a web application firewall (WAF) or reverse proxy to filter requests containing suspicious approval-related parameters
  • Implement additional authentication requirements for system.run operations as a defense-in-depth measure
bash
# Restrict gateway network access (example using iptables)
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -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

  • SeverityCRITICAL

  • CVSS Score9.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-863
  • Technical References
  • OpenClaw Commit Update

  • OpenClaw Commit Change

  • OpenClaw Commit Modification

  • OpenClaw Commit Improvement

  • GitHub Security Advisory GHSA-gv46-4xfq-jv58

  • Vulncheck OpenClaw RCE Advisory
  • Related CVEs
  • CVE-2026-35657: Openclaw Auth Bypass Vulnerability

  • CVE-2026-35656: Openclaw Auth Bypass Vulnerability

  • CVE-2026-35655: Openclaw Auth Bypass Vulnerability

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