CVE-2026-32918
8.4OpenClaw · OpenClaw
A session sandbox escape vulnerability in the OpenClaw session_status tool allows local authenticated attackers to access or modify session data outside their designated sandbox scope.
Executive summary
A high-severity sandbox escape flaw in OpenClaw allows authenticated subagents to manipulate parent or sibling session state, posing a significant risk to data integrity and isolation.
Vulnerability
This vulnerability is categorized as CWE-863, Incorrect Authorization, residing within the session_status tool. It permits a local authenticated attacker, operating as a sandboxed subagent, to supply arbitrary sessionKey values to bypass security boundaries and access or modify sensitive session data.
Business impact
The ability for a subagent to escape its sandbox and interact with parent or sibling session state represents a critical failure in logical isolation. Successful exploitation could lead to unauthorized data modification, privilege escalation within the application context, and the potential compromise of persisted model overrides, which may result in severe operational disruption or loss of data confidentiality. Given the CVSS score of 8.4, this vulnerability is classified as High and requires immediate attention to prevent unauthorized lateral movement within the application environment.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.3.11 or later to implement the necessary authorization checks.
Proactive Monitoring: Review application audit logs for anomalous access patterns or unauthorized attempts to query session state via the session_status tool.
Compensating Controls: Ensure that the principle of least privilege is strictly applied to all subagents and monitor the environment for unauthorized inter-process communication attempts.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Organizations utilizing OpenClaw must prioritize updating to version 2026.3.11 to remediate this authorization flaw. Failure to apply this update leaves the application vulnerable to session state manipulation, which can undermine the entire security model of the software. Patching should be treated as a high-priority maintenance task.
More OpenClaw CVEs
Sources
Originally found and disclosed by tdjackey, per the CVE Program record.
- GitHub Security Advisory (GHSA-wcxr-59v9-rxr8) Vendor advisory
- VulnCheck Advisory: OpenClaw < 2026.3.11 - Session Sandbox Escape via session_status Tool Third-party advisory