Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
8.8

OpenClaw: Malicious subagents can hijack sibling sessions

GHSA-4w7m-58cg-cmff
Summary

A security issue in OpenClaw allows a low-privilege subagent to take control of a related session and execute commands with more privileges. This could lead to unauthorized actions. To fix this, update OpenClaw to version 2026.3.11 or later.

What to do
  • Update openclaw to version 2026.3.11.
Affected software
VendorProductAffected versionsFix available
– openclaw <= 2026.3.11 2026.3.11
Original title
OpenClaw: Leaf subagents could steer sibling sessions across sandbox boundaries
Original description
## Summary
In affected versions of `openclaw`, sandboxed leaf subagents could still access the `subagents` control surface and resolve against the parent requester scope instead of remaining confined to their own session tree.

## Impact
A low-privilege sandboxed leaf worker could steer or kill a sibling run owned by the same requester and cause that sibling to execute with its own broader tool policy. This is a sandbox and session-scope boundary bypass.

## Affected Packages and Versions
- Package: `openclaw` (npm)
- Affected versions: `<= 2026.3.8`
- Fixed in: `2026.3.11`

## Technical Details
Leaf subagents retained the `subagents` tool, and subagent control requests were authorized against the parent requester scope rather than the caller's own spawned descendants. The control path prevented only self-targeting, not cross-sibling steering.

## Fix
OpenClaw now removes `subagents` control access from leaf subagents by default, scopes subagent control to the caller's own descendants, and rejects `steer` and `kill` requests that target runs outside that descendant tree. The fix shipped in `[email protected]`.

## Workarounds
Upgrade to `2026.3.11` or later.
ghsa CVSS3.1 8.8
Vulnerability type
CWE-269 Improper Privilege Management
Published: 13 Mar 2026 · Updated: 14 Mar 2026 · First seen: 13 Mar 2026