Missing Authentication for Critical Function in OpenClaw - CVE-2026-28472
Published: May 4, 2026
OpenClaw
Detailed vulnerability description
The vulnerability allows a remote user to bypass device identity checks and gain operator access.
The vulnerability exists due to missing authentication for the gateway WebSocket connect handshake in src/gateway/server/ws-connection/message-handler.ts when processing a connect request with a non-empty auth.token that has not yet been validated. A remote user can send a specially crafted connect request to bypass device identity checks and gain operator access.
Exploitation is possible in deployments where the gateway WebSocket is reachable and connections can be authorized via Tailscale without validating the shared secret.