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
    • 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-27646

CVE-2026-27646: Openclaw Auth Bypass Vulnerability

CVE-2026-27646 is an authentication bypass flaw in Openclaw that enables sandbox escape via the /acp spawn command. Attackers can break out of sandboxed sessions to access host-side ACP runtime. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 27, 2026

CVE-2026-27646 Overview

CVE-2026-27646 is a sandbox escape vulnerability affecting OpenClaw versions prior to 2026.3.7. The vulnerability exists in the /acp spawn slash command, which allows authorized sandboxed sessions to improperly initialize host-side ACP (Agent Control Protocol) runtime. This authorization bypass enables attackers to cross from a sandboxed chat context into host-side ACP session initialization when ACP is enabled, effectively escaping the sandbox isolation boundary.

Critical Impact

Attackers with access to sandboxed sessions can bypass sandbox restrictions and gain access to host-side ACP runtime, potentially compromising the integrity of the host environment.

Affected Products

  • OpenClaw versions prior to 2026.3.7
  • OpenClaw for Node.js (all affected versions)

Discovery Timeline

  • 2026-03-23 - CVE-2026-27646 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-27646

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), representing a fundamental flaw in the access control mechanism of OpenClaw's ACP spawn functionality. The core issue lies in the application's failure to properly validate whether the requesting session is operating within a sandboxed context before allowing ACP session initialization.

When a user invokes the /acp spawn slash command from within a sandboxed chat session, the application should deny the request because ACP sessions run on the host outside the sandbox boundary. However, prior to the security patch, this authorization check was missing, allowing sandboxed sessions to initialize ACP runtime that executes with host-level privileges.

The impact of this vulnerability is significant for environments where sandbox isolation is a critical security control. Attackers who have already gained access to a sandboxed session can leverage this flaw to escape containment and interact with the host system through the ACP runtime interface.

Root Cause

The root cause is a missing authorization check in the ACP spawn command handler. The code path responsible for handling /acp spawn requests did not verify whether the requesting session was sandboxed before proceeding with ACP session initialization. Since ACP sessions operate on the host outside the sandbox boundary, this omission creates a privilege escalation vector.

Attack Vector

The attack requires local access and involves the following exploitation flow:

  1. Attacker gains access to an authorized sandboxed session in OpenClaw
  2. Attacker invokes the /acp spawn slash-command from within the sandboxed chat context
  3. Due to missing authorization checks, the request bypasses sandbox restrictions
  4. ACP runtime is initialized on the host-side, giving the attacker access outside the sandbox boundary

The security patch introduces the resolveAcpSpawnRuntimePolicyError function to enforce proper authorization:

typescript
export function resolveAcpSpawnRuntimePolicyError(params: {
  cfg: OpenClawConfig;
  requesterSessionKey?: string;
  requesterSandboxed?: boolean;
  sandbox?: SpawnAcpSandboxMode;
}): string | undefined {
  const sandboxMode = params.sandbox === "require" ? "require" : "inherit";
  const requesterRuntime = resolveSandboxRuntimeStatus({
    cfg: params.cfg,
    sessionKey: params.requesterSessionKey,
  });
  const requesterSandboxed = params.requesterSandboxed === true || requesterRuntime.sandboxed;
  if (requesterSandboxed) {
    return 'Sandboxed sessions cannot spawn ACP sessions because runtime="acp" runs on the host. Use runtime="subagent" from sandboxed sessions.';
  }
  if (sandboxMode === "require") {
    return 'sessions_spawn sandbox="require" is unsupported for runtime="acp" because ACP sessions run outside the sandbox. Use runtime="subagent" or sandbox="inherit".';
  }
  return undefined;
}

Source: GitHub Commit Update

Detection Methods for CVE-2026-27646

Indicators of Compromise

  • Unexpected ACP session initialization events originating from sandboxed session contexts
  • Log entries showing /acp spawn commands executed from sessions marked as sandboxed
  • Anomalous host-side process activity following sandboxed chat interactions
  • Unusual thread bindings between sandboxed sessions and ACP runtime

Detection Strategies

  • Monitor application logs for /acp spawn command invocations and correlate with session sandbox status
  • Implement alerting for any ACP session initialization attempts from sessions that should be isolated
  • Review audit trails for sandbox boundary violations in OpenClaw deployments
  • Deploy runtime monitoring to detect unauthorized transitions from sandboxed to host contexts

Monitoring Recommendations

  • Enable detailed logging for all ACP-related command executions in OpenClaw
  • Configure alerts for sandbox escape patterns, particularly commands that initialize host-side runtimes
  • Implement session context tracking to identify privilege boundary crossings
  • Regularly audit ACP configuration to ensure proper sandbox enforcement policies

How to Mitigate CVE-2026-27646

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.7 or later immediately
  • Review existing sandboxed sessions for any evidence of exploitation
  • Audit ACP configuration settings and disable ACP if not required
  • Implement additional monitoring for sandbox escape attempts until patching is complete

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.3.7. The patch introduces the resolveAcpSpawnRuntimePolicyError function in src/agents/acp-spawn.ts which explicitly checks whether the requesting session is sandboxed before allowing ACP session initialization. The fix ensures sandboxed sessions receive an error message directing them to use runtime="subagent" instead of ACP spawn.

For detailed patch information, see the GitHub Security Advisory GHSA-9q36-67vc-rrwg and the GitHub Commit Update.

Workarounds

  • Disable ACP functionality entirely if it is not required for your deployment
  • Restrict access to sandboxed sessions to only trusted users until the patch can be applied
  • Implement network-level isolation to limit the impact of potential sandbox escapes
  • Use runtime="subagent" instead of ACP spawn for sandboxed session workflows
bash
# Configuration example - disable ACP to mitigate risk
# In your OpenClaw configuration file:
export OPENCLAW_ACP_ENABLED=false

# Or in config.json:
# { "acp": { "enabled": false } }

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 Score5.8

  • EPSS Probability0.01%

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

  • GitHub Security Advisory GHSA-9q36-67vc-rrwg
  • Related CVEs
  • CVE-2026-34511: OpenClaw OAuth Auth Bypass Vulnerability

  • CVE-2026-34426: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-32916: Openclaw Auth Bypass Vulnerability

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