CVE-2026-32011
7.5OpenClaw · OpenClaw
OpenClaw versions prior to 2026.3.2 are vulnerable to a denial of service attack via unauthenticated request body parsing in webhook handlers for BlueBubbles and Google Chat.
Executive summary
Unauthenticated attackers can trigger a denial of service condition in OpenClaw by sending malicious request bodies to webhook endpoints before authentication occurs.
Vulnerability
This vulnerability (CWE-770) exists because the application performs resource-intensive request body parsing before validating authentication or signatures. An unauthenticated attacker can exploit this by sending slow or oversized payloads to exhaust server resources.
Business impact
The exploitation of this vulnerability leads to a denial of service, rendering the affected webhook integrations for Google Chat and BlueBubbles unavailable. Given the CVSS score of 7.5, this high severity flaw poses a significant risk to operational continuity, as it allows any remote attacker to disrupt critical communication workflows without requiring valid credentials.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.3.2 or later to implement proper resource limits and authentication checks.
Proactive Monitoring: Monitor server logs for an unusual spike in large or slow HTTP requests directed at webhook endpoints, which may indicate an ongoing exploitation attempt.
Compensating Controls: Deploy a Web Application Firewall (WAF) or an API gateway to enforce request size limits and rate limiting for incoming webhook traffic until the update can be applied.
Exploitation status
Public Exploit Available: Unknown (there is no confirmed public exploit in the available data).
Analyst recommendation
The risk of service disruption from this denial of service vulnerability is substantial given that the endpoint is reachable by any unauthenticated remote user. Organizations utilizing OpenClaw for Google Chat or BlueBubbles integrations should prioritize the update to version 2026.3.2 immediately to ensure that webhook parsers are protected by proper authentication and resource management.
More OpenClaw CVEs
Sources
Originally found and disclosed by Baozongwi'xd (@GCXWLP), per the CVE Program record.
- GitHub Security Advisory (GHSA-x4vp-4235-65hg) Vendor advisory
- Patch Commit Patch commit
- VulnCheck Advisory: OpenClaw < 2026.3.2 - Slow-Request Denial of Service via Pre-Auth Webhook Body Parsing Third-party advisory