
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-32004 is an authentication bypass vulnerability in OpenClaw (npm package) affecting all versions prior to 2026.3.2. The flaw exists in the /api/channels route classification due to a canonicalization depth mismatch between auth-path classification and route-path canonicalization, allowing unauthenticated attackers to access protected endpoints. It was published on March 19, 2026, with patches released on March 23, 2026. The vulnerability carries a CVSS v3.1 base score of 8.2 (High) and a CVSS v4.0 base score of 8.3 (High) (Feedly, GitHub Advisory).
The root cause is classified as CWE-288 (Authentication Bypass Using an Alternate Path or Channel). In affected versions, the gateway's auth-path classification and route-path canonicalization diverge when processing deeply encoded slash variants — for example, multi-encoded %2f sequences such as %2525252f (4x encoded). The auth layer fails to recognize these paths as matching the protected /api/channels/* prefix, while the plugin route handler successfully resolves them to the canonical /api/channels/... path after iterative URL decoding. The fix hardens this by canonicalizing route paths to a bounded fixpoint (up to 32 decode passes), failing closed on malformed or unresolved canonicalization depth, requiring explicit auth contracts for plugin route registration, and enforcing route ownership/conflict guards (GitHub Advisory, Patch Commit 93b0724).
Successful exploitation allows unauthenticated remote attackers to access and modify sensitive channel data on protected /api/channels/* endpoints without credentials. The vulnerability has a high integrity impact (unauthorized data modification) and low confidentiality impact (partial data exposure), with no availability impact. Deployments that expose plugin HTTP routes and rely on gateway authentication for /api/channels/* protection are specifically at risk (GitHub Advisory, Feedly).
No public proof-of-concept exploit code is known to exist, and there is no evidence of active in-the-wild exploitation at this time. The EPSS score is approximately 0.052% (0.000520), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Feedly).
/api/channels/* endpoints accessible from the network./api/channels/<target> after iterative URL decoding but is not recognized as protected by the auth layer. For example, encode the slashes four times: /api%2525252fchannels%2525252f<channel-id> (where %2525252f is a 4x-encoded /)./api/channels/* prefix and skips authentication enforcement, while the plugin route handler decodes the path iteratively and routes the request to the protected channel endpoint./api/channels/* endpoints containing multi-encoded slash sequences (e.g., %2525252f, %252f, %2f) in the URL path without a valid Authorization header; unauthenticated requests resolving to channel API routes./api%2525252fchannels%2525252f... that return HTTP 200 responses without authentication; absence of auth enforcement log entries for requests that successfully reach plugin channel handlers.Upgrade OpenClaw (npm) to version 2026.3.2 or later, which includes four patch commits hardening path canonicalization and plugin route auth contracts (GitHub Advisory). As a temporary workaround prior to patching, deploy Web Application Firewall (WAF) rules to detect and block HTTP requests containing multi-encoded characters (e.g., %25, %2525) targeting /api/channels endpoints. Additionally, monitor access logs for suspicious encoded-path requests to the /api/channels endpoint and restrict network access to the OpenClaw gateway to trusted sources where possible (Feedly).
The vulnerability was reported by researcher tdjackey, who is credited in the OpenClaw changelog for both this issue and a related SSRF guard fix. The GitHub Security Advisory was published by maintainer steipete and rated as "Moderate" severity. No significant broader media coverage or notable community discussion beyond the official advisory and patch commits has been identified (GitHub Advisory).
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."