CVE-2026-28454
7.5OpenClaw · OpenClaw
OpenClaw's webhook mode is susceptible to authorization bypass due to insufficient verification of data authenticity when processing incoming requests.
Executive summary
An authorization bypass vulnerability in OpenClaw's webhook mode allows unauthenticated attackers to manipulate data processing via forged requests.
Vulnerability
This flaw (CWE-345) involves the failure to properly verify the authenticity of incoming webhook payloads, permitting unauthenticated remote attackers to bypass authorization controls.
Business impact
Exploitation of this vulnerability could allow an attacker to inject unauthorized data or trigger malicious actions within the webhook processing workflow. With a CVSS score of 7.5, this high-severity issue poses a significant risk to application integrity and could lead to unauthorized state changes.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.2.1 or later to implement proper verification of webhook authenticity.
Proactive Monitoring: Review application and webhook logs for anomalous payloads or requests that fail validation checks.
Compensating Controls: Implement strict IP whitelisting for incoming webhook traffic to ensure that only trusted sources can communicate with the endpoint.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Security teams should immediately upgrade to the patched version of OpenClaw to ensure that all incoming webhooks are cryptographically verified. Failure to patch may allow attackers to bypass critical authorization logic.