Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
4Blast Radius
ecosystem impact- 9 npm packages depend on openclaw (5 direct, 4 indirect)
Ecosystem-wide dependent count for version 2026.3.13.
DescriptionCVE.org
OpenClaw before 2026.3.13 reads and buffers Telegram webhook request bodies before validating the x-telegram-bot-api-secret-token header, allowing unauthenticated attackers to exhaust server resources. Attackers can send POST requests to the webhook endpoint to force memory consumption, socket time, and JSON parsing work before authentication validation occurs.
AnalysisAI
Resource exhaustion in OpenClaw webhook endpoint allows remote attackers to consume server memory and processing resources via unauthenticated Telegram webhook POST requests. OpenClaw versions prior to 2026.3.13 process and buffer entire request bodies before validating authentication tokens, enabling denial-of-service attacks with no authentication required. CVSS 8.7 (High) reflects network-accessible, low-complexity attack with high availability impact. No public exploit identified at time of analysis, though the attack technique is straightforward given the architectural flaw.
Technical ContextAI
This vulnerability stems from an insecure request processing order in OpenClaw's Telegram webhook handler implementation. The application reads, buffers, and begins JSON parsing of incoming POST request bodies before performing authentication validation via the x-telegram-bot-api-secret-token header. This represents a classic CWE-770 (Allocation of Resources Without Limits or Throttling) flaw where resource-intensive operations occur in the unauthenticated request path. The Telegram Bot API uses webhook endpoints to deliver updates via HTTP POST with JSON payloads, and the secret token header serves as the authentication mechanism. By processing potentially large payloads before authentication, the application creates an amplification opportunity where attackers can force disproportionate server resource consumption with minimal client effort. The affected component is the webhook request handler in the OpenClaw application, which integrates with Telegram's Bot API for receiving messages and updates.
RemediationAI
Vendor-released patch: Upgrade to OpenClaw version 2026.3.13 or later, which implements authentication validation before resource-intensive request processing operations. The fix is available via commit 7e49e98f79073b11134beac27fdff547ba5a4a02 in the official GitHub repository at https://github.com/openclaw/openclaw/commit/7e49e98f79073b11134beac27fdff547ba5a4a02. Organizations unable to immediately upgrade should implement compensating controls including rate limiting at the web server or load balancer level, request size restrictions on the webhook endpoint, and network-level access controls to restrict webhook POST requests to Telegram's published IP ranges. Deploy web application firewall rules to detect and block anomalous patterns of large POST requests to webhook endpoints. Monitor server resources for unusual memory consumption or request volumes targeting the webhook URL. Review application logs for authentication failures or malformed requests that may indicate reconnaissance or active exploitation attempts. Consult the official security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-jq3f-vjww-8rq7 for additional vendor guidance.
Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.
Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b
OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att
An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.
OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e
Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in
OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all
OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director
OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func
OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low
OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17020
GHSA-jq3f-vjww-8rq7