Current safe version floor
2026.3.12 or newer covers the full documented vulnerability cluster through March 2026. If you are running anything older, check the CVE list below and update.
Do not rely on memory. Check the running version: look at the gateway process, the systemd service, or the Control UI version display. Managed hosting does not automatically mean patched.
Common mistakes operators make
Assuming localhost is safe. ClawJacked proved it is not. If your gateway listens on localhost and you browse the web on the same machine, you have an attack surface.
Trusting the workspace boundary. CVE-2026-32013 showed that symlinks bypass workspace path checks. The workspace is a convenience boundary, not a security boundary, on unpatched versions.
Installing skills without reviewing source. ClawHub skills execute with your agent's full permissions. A malicious skill is not a bad plugin — it is a privileged execution path inside your system.
Running allowlists as your only defense. CVE-2026-28460 demonstrated that allowlist enforcement can be bypassed. Allowlists are a useful layer, not a sufficient one.
Granting admin access “for now.” There is no temporary in production. Permissions granted today persist until someone explicitly revokes them — and in most deployments, nobody does.
Not checking the actual running version. Operators frequently believe they are running a newer version than they actually are. Check the process, not the download folder.