CVE-2026-27646: OpenClaw: sandbox escape via /acp spawn command
MEDIUMOpenClaw AI agent versions prior to 2026.3.7 contain an authorization flaw (CWE-863) in the /acp spawn slash-command that allows any authorized sandboxed session to cross the sandbox boundary and initialize the host-side ACP runtime, granting high-integrity write access to the underlying host. Despite a medium CVSS (6.1), the EPSS places this CVE in the 99th percentile for exploitation likelihood, and the attack requires only low privileges with no user interaction in any deployment where ACP is enabled — a low bar for insider threats or compromised agent sessions. No public exploit is currently available and it is not in CISA KEV, but sandbox escape primitives in AI agent frameworks are high-value pivoting tools for attackers seeking to move from a constrained agent context to host-level persistence. Organizations should upgrade to OpenClaw 2026.3.7 immediately and audit host logs for /acp spawn invocations originating from sandboxed sessions as an indicator of compromise.
What is the risk?
Medium CVSS (6.1) understates contextual risk in AI agent deployments. The attack requires only local access with low privileges — consistent with insider threat, a compromised sandboxed session, or a malicious third-party skill executing within the agent runtime. High integrity impact means a successful escape grants write capabilities on the host. Non-KEV status and absence of a public exploit moderate immediate urgency, but the 99th EPSS percentile indicates the vulnerability pattern is highly exploitable relative to the full CVE population. Multi-tenant or shared OpenClaw deployments and environments where ACP is enabled by default face the greatest exposure.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| OpenClaw | pip | — | No patch |
Do you use OpenClaw? You're affected.
How severe is it?
What is the attack surface?
What should I do?
5 steps-
Patch immediately: upgrade to OpenClaw >= 2026.3.7 (patch commit 61000b8e).
-
If patching is blocked, disable ACP entirely in your deployment configuration — the vulnerability requires ACP to be enabled and is not exploitable without it.
-
Audit host and application logs for /acp spawn invocations originating from sandboxed sessions; any occurrence on unpatched systems is a potential indicator of compromise.
-
Apply least-privilege to the OpenClaw host process (restrict filesystem and network permissions) to limit post-escape impact radius.
-
Inventory and patch the four known downstream dependents that inherit this exposure.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-27646?
OpenClaw AI agent versions prior to 2026.3.7 contain an authorization flaw (CWE-863) in the /acp spawn slash-command that allows any authorized sandboxed session to cross the sandbox boundary and initialize the host-side ACP runtime, granting high-integrity write access to the underlying host. Despite a medium CVSS (6.1), the EPSS places this CVE in the 99th percentile for exploitation likelihood, and the attack requires only low privileges with no user interaction in any deployment where ACP is enabled — a low bar for insider threats or compromised agent sessions. No public exploit is currently available and it is not in CISA KEV, but sandbox escape primitives in AI agent frameworks are high-value pivoting tools for attackers seeking to move from a constrained agent context to host-level persistence. Organizations should upgrade to OpenClaw 2026.3.7 immediately and audit host logs for /acp spawn invocations originating from sandboxed sessions as an indicator of compromise.
Is CVE-2026-27646 actively exploited?
No confirmed active exploitation of CVE-2026-27646 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-27646?
1. Patch immediately: upgrade to OpenClaw >= 2026.3.7 (patch commit 61000b8e). 2. If patching is blocked, disable ACP entirely in your deployment configuration — the vulnerability requires ACP to be enabled and is not exploitable without it. 3. Audit host and application logs for /acp spawn invocations originating from sandboxed sessions; any occurrence on unpatched systems is a potential indicator of compromise. 4. Apply least-privilege to the OpenClaw host process (restrict filesystem and network permissions) to limit post-escape impact radius. 5. Inventory and patch the four known downstream dependents that inherit this exposure.
What systems are affected by CVE-2026-27646?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, local AI agent deployments, AI agent orchestration pipelines.
What is the CVSS score for CVE-2026-27646?
CVE-2026-27646 has a CVSS v3.1 base score of 6.1 (MEDIUM). The EPSS exploitation probability is 0.10%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0053 AI Agent Tool Invocation AML.T0105 Escape to Host AML.T0107 Exploitation for Defense Evasion AML.T0112.000 Local AI Agent Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw versions prior to 2026.3.7 contain a sandbox escape vulnerability in the /acp spawn command that allows authorized sandboxed sessions to initialize host-side ACP runtime. Attackers can bypass sandbox restrictions by invoking the /acp spawn slash-command to cross from sandboxed chat context into host-side ACP session initialization when ACP is enabled.
Exploitation Scenario
An attacker with a low-privilege authorized account in an OpenClaw-enabled environment — or a malicious skill embedded via the OpenClaw skills ecosystem — issues the /acp spawn slash-command from within a sandboxed chat session. Because CWE-863 incorrectly permits authorized sandboxed sessions to invoke this command across the sandbox boundary, OpenClaw initializes the host-side ACP runtime on behalf of the attacker. The attacker now holds a host-level ACP session with high-integrity write access, enabling modification of agent configuration files, staging of persistent backdoors, or exfiltration of host credentials and sensitive data, all from an initially sandboxed context that was never intended to have host-level reach.
Weaknesses (CWE)
CWE-863 — Incorrect Authorization: The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.
- [Architecture and Design] Divide the product into anonymous, normal, privileged, and administrative areas. Reduce the attack surface by carefully mapping roles with data and functionality. Use role-based access control (RBAC) [REF-229] to enforce the roles at the appropriate boundaries. Note that this approach may not protect against horizontal authorization, i.e., it will not protect a user from attacking others with the same role.
- [Architecture and Design] Ensure that access control checks are performed related to the business logic. These checks may be different than the access control checks that are applied to more generic resources such as files, connections, processes, memory, and database records. For example, a database may restrict access for medical records to a specific database user, but each record might only be intended to be accessible to the patient and the patient's doctor [REF-7].
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N References
Timeline
Related Vulnerabilities
CVE-2026-33579 9.9 OpenClaw: scope bypass escalates low-priv to admin
Same package: openclaw CVE-2026-32922 9.9 OpenClaw: privilege escalation to RCE via token scope bypass
Same package: openclaw CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw