CVE-2026-32980: OpenClaw RCE — Patch Guide
CVE-2026-32980
Unauthenticated attackers can exhaust OpenClaw server resources via a webhook processing flaw. Update to version 2026.3.13 to fix CVE-2026-32980 and prevent denial-of-service.
Vendor-confirmed - CVE-2026-32980 is a high denial-of-service vulnerability in OpenClaw versions prior to 2026.3.13 that allows unauthenticated attackers to exhaust server resources by sending large POST requests to the Telegram webhook endpoint before authentication is checked.
Overview
A high-severity security vulnerability, tracked as CVE-2026-32980, has been identified in OpenClaw software versions prior to 2026.3.13. This flaw allows unauthenticated remote attackers to exhaust server resources, potentially causing a denial-of-service (DoS) condition. The vulnerability stems from an improper order of operations when processing incoming webhook requests from Telegram.
Vulnerability Details
In affected versions, the OpenClaw server processes incoming POST requests to its Telegram webhook endpoint incorrectly. Specifically, the server reads the entire request body, buffers it in memory, and performs JSON parsing before it checks the authentication header (x-telegram-bot-api-secret-token). This design flaw means that every request, including malicious or unauthenticated ones, consumes server resources.
An attacker can exploit this by sending a high volume of POST requests with large bodies to the webhook endpoint. Since authentication is checked last, the server is forced to allocate memory, hold open network sockets, and expend CPU cycles on parsing for each malicious request, regardless of its legitimacy.
Impact
The primary impact is resource exhaustion, leading to a denial-of-service. This can render the OpenClaw service unresponsive for legitimate users and bots. In a shared hosting environment, it could also affect other services running on the same server. Successful exploitation does not lead to data theft or code execution, but service disruption can halt critical automated communications and workflows, similar to outages caused by other volumetric attacks. For context on how service disruptions can lead to broader security incidents, you can review historical breach reports.
Remediation and Mitigation
The vendor has released a fix in OpenClaw version 2026.3.13. The update corrects the logic to validate the secret token header before processing the request body.
Immediate Action Required:
- Upgrade: All users must upgrade to OpenClaw 2026.3.13 or later immediately.
- Verify: After upgrading, confirm that the webhook endpoint now rejects unauthenticated requests immediately without significant resource consumption.
- Monitor: Implement rate limiting or a Web Application Firewall (WAF) in front of the webhook endpoint to provide an additional layer of protection against high-volume attacks.
If an immediate upgrade is not possible, a temporary mitigation is to place the service behind a reverse proxy (like nginx) configured to validate the x-telegram-bot-api-secret-token header and block invalid requests before they reach the OpenClaw application process.
Stay informed about the latest vulnerabilities and patches by following our security news section.
Never miss a critical vulnerability
Get real-time security alerts delivered to your preferred platform.
Related Advisories
OpenClaw before 2026.3.11 contains a privilege escalation vulnerability in device.token.rotate that allows callers with operator.pairing scope to mint tokens with broader scopes by failing to constrai...
OpenClaw before 2026.3.22 contains an unvalidated WebView JavascriptInterface vulnerability allowing attackers to inject arbitrary instructions. Untrusted pages can invoke the canvas bridge to execute...
OpenClaw before 2026.3.28 contains a server-side request forgery vulnerability in the fal provider image-generation-provider.ts component that allows attackers to fetch internal URLs. A malicious or c...
OpenClaw before 2026.3.12 contains an authentication bypass vulnerability in Feishu webhook mode when only verificationToken is configured without encryptKey, allowing acceptance of forged events. Una...
Other Openclaw Openclaw Vulnerabilities
OpenClaw before 2026.4.10 contains an improper network binding vulnerability in the sandbox browser CDP relay that exposes Chrome DevTools Protocol on 0.0.0.0. Attackers can access the DevTools protoc...
OpenClaw before 2026.3.22 contains an unvalidated WebView JavascriptInterface vulnerability allowing attackers to inject arbitrary instructions. Untrusted pages can invoke the canvas bridge to execute...
OpenClaw before 2026.3.28 contains a server-side request forgery vulnerability in the fal provider image-generation-provider.ts component that allows attackers to fetch internal URLs. A malicious or c...
OpenClaw before 2026.3.11 contains a privilege escalation vulnerability in device.token.rotate that allows callers with operator.pairing scope to mint tokens with broader scopes by failing to constrai...