
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-35634 is an authentication bypass vulnerability in the Canvas gateway of OpenClaw (npm package), classified as CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The flaw exists in all versions of OpenClaw before 2026.3.23, where the authorizeCanvasRequest() function unconditionally permits local-direct (loopback) requests without validating bearer tokens or canvas capabilities. The vulnerability was published on April 9, 2026, with patches released in versions 2026.3.23 and 2026.3.23-2. It carries a CVSS v3.1 base score of 5.1 (Medium) and a CVSS v4.0 base score of 5.1 (Medium) (GitHub Advisory, Github Advisory).
The root cause resides in src/gateway/server/http-auth.ts, where authorizeCanvasRequest() contained an early-return path: if isLocalDirectRequest() evaluated to true (i.e., the request originated from a loopback address), the function immediately returned { ok: true } without performing any bearer token validation or checking for an active node canvas capability (CWE-288). This meant any process on the local machine could send unauthenticated HTTP or WebSocket requests to Canvas and A2UI routes and receive a successful response. The fix (commit d5dc6b6573ae489bc7e5651090f4767b93537c9e) removes the unconditional local-direct allow path entirely, requiring all Canvas route requests — including loopback ones — to present valid credentials. A regression test (denies canvas HTTP/WS on loopback without bearer or capability by default) was added to prevent recurrence (GitHub Advisory, Fix Commit).
Successful exploitation allows a local attacker to access Canvas functionality and interact with Canvas HTTP and WebSocket routes without providing valid credentials, resulting in low confidentiality and low integrity impacts. An attacker with local access could read Canvas-managed data and make unauthorized modifications to it. Availability is not affected, and there is no impact on subsequent systems beyond the vulnerable OpenClaw instance itself (Github Advisory, GitHub Advisory).
No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.024% (0.000240), indicating 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 local access to the system running OpenClaw, limiting the attacker pool to those already present on the host or local network (Github Advisory, GitHub Advisory).
curl http://127.0.0.1:<port>/canvas-host/wscat -c ws://127.0.0.1:<port>/canvas-ws/canvas-host/, /a2ui/, /canvas-ws) originating from loopback addresses (127.0.0.1, ::1) without an Authorization: Bearer header.Upgrade OpenClaw (npm) to version 2026.3.23 or later (including 2026.3.23-2), which removes the unconditional local-direct allow path in authorizeCanvasRequest(). The fix is contained in commits d5dc6b6573ae489bc7e5651090f4767b93537c9e (auth fix) and 630f1479c44f78484dfa21bb407cbe6f171dac87 (release preparation). As interim mitigations, restrict local network and loopback access to the OpenClaw gateway port to trusted users and processes, and implement network segmentation to limit which local processes can reach Canvas gateway endpoints. Monitor gateway logs for unauthenticated loopback requests to Canvas routes (GitHub Advisory, Fix Commit).
The vulnerability was reported by researcher @smaeljaish771 and sponsored by KeenSecurityLab, as credited in the official OpenClaw security advisory. The advisory was published by maintainer steipete on March 24, 2026, and a duplicate advisory (GHSA-9gvx-vj57-vqqx) was withdrawn on April 10, 2026, with a pointer to the canonical advisory GHSA-6mqc-jqh6-x8fc. No significant broader media coverage or social media discussion has been identified beyond the GitHub advisory and VulnCheck advisory (GitHub Advisory, 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."