Input validation error in OpenClaw - #VU128812
Published: May 1, 2026
OpenClaw
OpenClaw
Description
The vulnerability allows a remote attacker to bypass rate limiting for hook authentication brute-force attempts.
The vulnerability exists due to improper input validation in hook authentication rate limiting in src/gateway/server-http.ts and src/gateway/auth-rate-limit.ts when processing client IP addresses for failed authentication attempts. A remote attacker can alternate between IPv4 and IPv4-mapped IPv6 address forms to bypass rate limiting for hook authentication brute-force attempts.
The same client can be assigned separate rate-limit buckets when represented as an IPv4 address and as an IPv4-mapped IPv6 address.