
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-41395 is a webhook replay vulnerability in OpenClaw's Plivo V3 signature verification mechanism, allowing attackers to bypass replay cache detection by reordering query parameters and trigger duplicate voice-call processing. It affects OpenClaw versions up to and including 2026.3.24 (Node.js package on npm), with the fix introduced in version 2026.3.28. The vulnerability was published on April 28, 2026. It carries a CVSS v3.1 base score of 7.5 (High) and a CVSS v4.0 base score of 8.2 (High) (GitHub Advisory, VulnCheck).
The root cause is classified as CWE-325 (Missing Cryptographic Step): the Plivo V3 signature verification in extensions/voice-call/src/webhook-security.ts canonicalizes (sorts) query parameters before computing the HMAC signature, but the replay detection cache hashes the raw, unsorted URL. This inconsistency means that reordering query parameters in a captured valid webhook produces an identical valid signature (since signature verification normalizes the order) while generating a distinct cache key (since replay detection does not normalize the order), effectively bypassing the replay protection. An attacker must first capture a legitimately signed Plivo V3 webhook — a prerequisite that requires network interception or access to webhook traffic — and then replay it with permuted query parameters (GitHub Advisory).
Successful exploitation allows an attacker who has captured a single valid signed Plivo V3 webhook to replay it an arbitrary number of times by permuting query parameters, causing duplicate voice-call processing events. The primary impact is an integrity violation: unauthorized repeated execution of business logic tied to voice-call webhooks, which could result in unintended repeated actions, billing fraud, or business logic bypasses. There is no confidentiality or availability impact reported (GitHub Advisory, VulnCheck).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (VulnCheck). The EPSS score is approximately 0.02%, reflecting a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires a precondition — possession of a captured valid signed webhook — which limits the attacker pool but does not require any privileges on the target system itself.
?CallUUID=abc&From=123&To=456).?To=456&From=123&CallUUID=abc). The Plivo V3 signature remains valid because OpenClaw's signature verification sorts parameters before computing the HMAC.CallUUID or equivalent voice-call identifier within a short time window, with slightly different raw request URLs (differing only in query parameter order).Upgrade OpenClaw to version 2026.3.28 or later, which fixes the issue by canonicalizing (sorting) query parameters before computing the replay cache key, ensuring consistency with the signature verification step (commit 85777e726c) (GitHub Advisory). No official configuration-based workaround is documented; upgrading is the recommended and only confirmed remediation. As an interim measure, operators should review webhook processing logs for duplicate voice-call events that may indicate exploitation attempts.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."