#VU125166 Resource exhaustion in OpenClaw - CVE-2026-32980
Published: April 8, 2026
OpenClaw
OpenClaw
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the standalone Telegram webhook listener in src/telegram/webhook.ts when handling POST requests before validating the x-telegram-bot-api-secret-token header. A remote attacker can send specially crafted webhook requests to cause a denial of service.
The server reads and buffers the request body and performs JSON parsing work before rejecting invalid requests.