CVE-2026-32974
8.6OpenClaw · OpenClaw
OpenClaw versions before 2026.3.12 are vulnerable to an authentication bypass in Feishu webhook mode, allowing unauthenticated attackers to inject forged events and trigger downstream tool execution.
Executive summary
An authentication bypass vulnerability in OpenClaw allows unauthenticated attackers to execute arbitrary downstream actions by injecting forged Feishu webhook events.
Vulnerability
The application fails to properly verify cryptographic signatures when only a verificationToken is configured without an encryptKey. This allows unauthenticated network attackers to send malicious, forged events to the webhook endpoint, which the system then erroneously accepts as legitimate.
Business impact
The ability for an unauthenticated attacker to inject forged events presents a significant risk to system integrity and operational security. By triggering downstream tool execution, an attacker could potentially manipulate business workflows, exfiltrate data, or cause unauthorized system actions, justifying the high CVSS score of 8.6.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.3.12 or later to ensure cryptographic signature verification is enforced.
Proactive Monitoring: Review web server and application access logs for unusual traffic patterns directed at the Feishu webhook endpoint, specifically looking for high volumes of requests originating from unauthorized IP addresses.
Compensating Controls: If an immediate update is not feasible, restrict access to the webhook endpoint at the network or firewall level to only allow traffic originating from trusted Feishu service IP ranges.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the potential for unauthorized downstream tool execution, this vulnerability poses a critical risk to integrated environments. Administrators should prioritize upgrading to version 2026.3.12 immediately. If the software is exposed to the public internet, ensure that strict ingress filtering is applied to the webhook endpoint until the patch can be deployed.
More OpenClaw CVEs
Sources
Originally found and disclosed by lintsinghua, per the CVE Program record.
- GitHub Security Advisory (GHSA-g353-mgv3-8pcj) Vendor advisory
- VulnCheck Advisory: OpenClaw < 2026.3.12 - Forged Event Injection via Feishu Webhook Verification Token Third-party advisory