CVE-2026-32048
7.5OpenClaw · OpenClaw
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability in cross-agent sessions_spawn operations, allowing attackers to bypass runtime confinement restrictions.
Executive summary
A high-severity sandbox escape vulnerability in OpenClaw allows an authenticated attacker to spawn child processes with elevated privileges, bypassing critical runtime confinement.
Vulnerability
The flaw resides in the handling of cross-agent sessions_spawn operations, where the system fails to enforce sandbox inheritance correctly. An authenticated attacker with a sandboxed session can exploit this to launch child runtimes with sandbox mode disabled.
Business impact
The ability to escape a sandbox environment poses a significant risk to system integrity and data confidentiality. By bypassing runtime confinement, an attacker can execute code outside the intended security boundaries, potentially leading to unauthorized system access or lateral movement within the infrastructure. With a CVSS score of 7.5, this vulnerability requires immediate attention to prevent potential compromise of the host environment.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.3.1 or later to ensure the sandbox inheritance logic is correctly enforced.
Proactive Monitoring: Review system logs for unusual process spawning activities, specifically looking for child runtimes that deviate from established security profiles.
Compensating Controls: Ensure that agents are running with the principle of least privilege, as this limits the potential reach of a process even if the sandbox is bypassed.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the potential for complete sandbox breakout and the associated risk of unauthorized process execution, organizations should prioritize the update to version 2026.3.1. Applying this patch is the only effective way to neutralize the risk, as it corrects the fundamental permission assignment error within the session spawning mechanism.
More OpenClaw CVEs
Sources
Originally found and disclosed by tdjackey, per the CVE Program record.
- GitHub Security Advisory (GHSA-p7gr-f84w-hqg5) Vendor advisory
- VulnCheck Advisory: OpenClaw < 2026.3.1 - Sandbox Escape via Cross-Agent sessions_spawn Third-party advisory