OpenClaw's sandboxed sessions_spawn now enforces sandbox inheritance for cross-agent spawns
Description
Published to the GitHub Advisory Database
Mar 2, 2026
Reviewed
Mar 2, 2026
Last updated
Mar 2, 2026
Summary
A sandboxed session could use cross-agent
sessions_spawnto create a child under an agent configured withsandbox.mode="off", downgrading runtime confinement.Impact
In mixed-agent setups that allow cross-agent spawning, a sandboxed requester could escape into an unsandboxed child runtime.
Fix
Spawn-time sandbox inheritance is now enforced: if the requester is sandboxed and the resolved child runtime would be unsandboxed, spawn is rejected.
Affected and Patched Versions
<= 2026.2.262026.3.1References