OpenClaw before 2026.4.22? Audit sandbox and MCP exposure.
A fresh X security cluster is useful because it points to official records, not just chatter. NVD and GitHub advisories list four OpenClaw issues fixed in 2026.4.22: OpenShell filesystem write/read symlink-race escapes, shell expansion hidden in unquoted heredocs, and spoofable loopback MCP owner context. If an older install was exposed to shared users, tunnels, reverse proxies, or untrusted prompts/plugins, treat this as an upgrade-and-exposure review before trusting agent work again.
In simple words: Make a safe copy if the step could change your setup, try the smallest check, then confirm OpenClaw is back to normal before doing more. The source link and commands stay below for people who want the technical detail.
openclaw --version
openclaw backup create --verify
# Upgrade anything <= 2026.4.21 before resuming risky OpenShell/MCP work.
- Was OpenShell or the filesystem bridge reachable from untrusted prompts/plugins/users?
- Did any workflow allow shell execution with heredocs or generated commands?
- Were loopback MCP routes reachable from anything except the trusted local operator context?
- Do logs, backups, or git status show unexpected file reads/writes, config changes, or agent actions?
Source: NVD + GitHub advisories · link