
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-27646 is a sandbox escape vulnerability in OpenClaw (npm package) affecting all versions prior to 2026.3.7. The flaw allows authorized users within sandboxed sessions to invoke the /acp spawn slash-command to bypass sandbox restrictions and initialize host-side ACP (Authorized Command Processing) runtime. It was published on March 23, 2026, and assigned by VulnCheck. The vulnerability carries a CVSS v3.1 base score of 6.1 (Medium) per Feedly/NVD data, while the GitHub Security Advisory rates it as Moderate (5.9 CVSS v3.1) (GitHub Advisory).
The root cause is an incorrect authorization check (CWE-863) — specifically, a policy gap between two code paths for spawning ACP sessions. The direct ACP spawn path in src/agents/acp-spawn.ts correctly denied sandboxed requesters via a host-runtime guard, but the /acp spawn slash-command handler in src/auto-reply/reply/commands-acp/lifecycle.ts called initializeSession() without first applying the same guard, allowing the restriction to be bypassed (GitHub Advisory, Fix Commit). Exploitation requires the attacker to already be an authorized sender within a sandboxed session, and ACP must be enabled with a backend available. The attack vector is local (low complexity, low privileges required, no user interaction needed) (GitHub Advisory).
A successful exploit allows an authorized sandboxed session user to escape sandbox confinement and gain access to host-side ACP runtime initialization, effectively elevating their privilege level beyond what the sandbox is intended to permit. The primary impact is high integrity compromise — an attacker can execute commands at the host level — with a low confidentiality impact due to potential access to host-side session data. Availability is not impacted. The scope is limited to the host running OpenClaw when ACP is enabled (GitHub Advisory).
There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (Feedly). The EPSS score is 0.0001 (very low probability of exploitation in the near term). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires an attacker to already hold authorized access within a sandboxed OpenClaw session, significantly limiting the attack surface (GitHub Advisory).
sandbox: { mode: "all" }).acp.enabled=true) and a backend is available, as the vulnerability is only exploitable under these conditions./acp spawn <agentId> slash-command (e.g., /acp spawn codex)./acp spawn handler in lifecycle.ts calls initializeSession() without applying the host-runtime guard, allowing the sandboxed session to cross into host-side ACP runtime initialization./acp spawn slash-command invocations originating from sessions configured with sandbox mode (sandbox: { mode: "all" } or similar); absence of the expected error message "Sandboxed sessions cannot spawn ACP sessions" in logs for sandboxed session spawn attempts on unpatched versions.src/auto-reply/reply/commands-acp/lifecycle.ts for the presence of the resolveAcpSpawnRuntimePolicyError import — its absence indicates an unpatched version (Fix Commit).Upgrade OpenClaw (npm package) to version 2026.3.7 or later, which introduces a shared resolveAcpSpawnRuntimePolicyError() guard reused by both the direct ACP spawn path and the /acp spawn slash-command handler (Fix Commit). As a temporary workaround if upgrading is not immediately possible: disable ACP functionality (acp.enabled=false) to eliminate the vulnerable code path, and restrict which users can execute slash-commands in sandboxed sessions. Monitor logs for unexpected /acp spawn invocations from sandboxed contexts (GitHub Advisory).
The vulnerability was reported by researcher @tdjackey and credited in the GitHub Security Advisory published by steipete on March 8, 2026. No significant broader media coverage or notable community commentary beyond the advisory itself has been identified at this time (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."