CVE-2026-62215: OpenClaw: auth bypass forges trusted A2UI actions
HIGHOpenClaw versions before 2026.6.5 contain an authentication bypass in HTTP Canvas responses that lets a lower-trust caller forge A2UI actions normally gated behind stronger authorization, effectively sidestepping the framework's policy checks. This matters because OpenClaw is an agent framework: a successful forgery lets an attacker make the agent execute privileged actions on its behalf, and the CVSS 8.0 vector (scope changed, high confidentiality and integrity impact) confirms the blast radius extends beyond the vulnerable component itself. There is no EPSS score, no CISA KEV listing, and no public exploit or Nuclei template available yet, so this is not under active mass exploitation, but the high attack complexity combined with required user interaction points to a targeted, crafted-request attack rather than opportunistic scanning. Teams running OpenClaw should upgrade to 2026.6.5 or later immediately, audit any configured input paths for exposure to lower-trust callers, and add detection for A2UI action requests whose authorization level doesn't match the requesting caller.
What is the risk?
High severity (CVSS 8.0) but currently lower urgency for exploitation: no EPSS data, not in CISA KEV, no public PoC or scanner template exists. The high attack complexity (AC:H) and requirement for user interaction (UI:R) raise the bar for exploitation, but the scope-changed, high-confidentiality/high-integrity impact means a successful exploit gives the attacker meaningful control over agent-authorized actions. Risk should be treated as elevated-but-not-emergent: patch on normal high-severity SLA, not an emergency out-of-band response, unless the deployment exposes OpenClaw's canvas/input paths directly to untrusted or multi-tenant callers.
How does the attack unfold?
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| OpenClaw | pip | — | No patch |
Do you use OpenClaw? You're affected.
How severe is it?
What is the attack surface?
What should I do?
1 step-
Upgrade OpenClaw to version 2026.6.5 or later, which fixes the authentication bypass per the GitHub Security Advisory (GHSA-vr7j-7684-7gm5). Until patched, review and restrict which callers can reach configured HTTP Canvas input paths, and avoid exposing those paths to untrusted or lower-trust user tiers. Audit A2UI action logs for requests where the acting caller's trust level doesn't match the privilege level of the action performed. Confirm the fix by re-testing that lower-trust callers cannot forge or trigger actions reserved for higher-trust roles after upgrading.
What does CISA's SSVC say?
Source: CISA Vulnrichment (SSVC v2.0). Decision based on the CISA Coordinator decision tree.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-62215?
OpenClaw versions before 2026.6.5 contain an authentication bypass in HTTP Canvas responses that lets a lower-trust caller forge A2UI actions normally gated behind stronger authorization, effectively sidestepping the framework's policy checks. This matters because OpenClaw is an agent framework: a successful forgery lets an attacker make the agent execute privileged actions on its behalf, and the CVSS 8.0 vector (scope changed, high confidentiality and integrity impact) confirms the blast radius extends beyond the vulnerable component itself. There is no EPSS score, no CISA KEV listing, and no public exploit or Nuclei template available yet, so this is not under active mass exploitation, but the high attack complexity combined with required user interaction points to a targeted, crafted-request attack rather than opportunistic scanning. Teams running OpenClaw should upgrade to 2026.6.5 or later immediately, audit any configured input paths for exposure to lower-trust callers, and add detection for A2UI action requests whose authorization level doesn't match the requesting caller.
Is CVE-2026-62215 actively exploited?
No confirmed active exploitation of CVE-2026-62215 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-62215?
Upgrade OpenClaw to version 2026.6.5 or later, which fixes the authentication bypass per the GitHub Security Advisory (GHSA-vr7j-7684-7gm5). Until patched, review and restrict which callers can reach configured HTTP Canvas input paths, and avoid exposing those paths to untrusted or lower-trust user tiers. Audit A2UI action logs for requests where the acting caller's trust level doesn't match the privilege level of the action performed. Confirm the fix by re-testing that lower-trust callers cannot forge or trigger actions reserved for higher-trust roles after upgrading.
What systems are affected by CVE-2026-62215?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, agentic UI / A2UI interfaces.
What is the CVSS score for CVE-2026-62215?
CVE-2026-62215 has a CVSS v3.1 base score of 8.0 (HIGH). The EPSS exploitation probability is 0.25%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0049 Exploit Public-Facing Application AML.T0053 AI Agent Tool Invocation AML.T0107 Exploitation for Defense Evasion Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw versions before 2026.6.5 contain an authentication bypass vulnerability in HTTP Canvas responses that allows lower-trust callers to forge trusted A2UI actions. Attackers can perform actions requiring stronger authorization by submitting crafted requests through configured input paths, bypassing intended policy checks.
Exploitation Scenario
An attacker with low-trust access to an OpenClaw-based agent deployment — for example, a standard user in a multi-tenant agent platform — identifies a configured HTTP Canvas input path that renders interactive A2UI elements. By crafting a request through that path that mimics the structure of a trusted, higher-authorization action, the attacker tricks the policy check into treating the forged request as legitimate. Because user interaction is required, the attacker likely needs to lure a user (or another privileged component) into loading a canvas response containing the crafted forgery, after which the agent executes an action — such as a sensitive data read or a state-changing operation — that should have been restricted to a higher-trust caller.
Weaknesses (CWE)
CWE-345 Insufficient Verification of Data Authenticity
Primary
CWE-345 Insufficient Verification of Data Authenticity CWE-345 — Insufficient Verification of Data Authenticity: The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N References
Timeline
Related Vulnerabilities
CVE-2026-33579 9.9 OpenClaw: scope bypass escalates low-priv to admin
Same package: openclaw CVE-2026-32922 9.9 OpenClaw: privilege escalation to RCE via token scope bypass
Same package: openclaw CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw CVE-2026-53838 9.8 OpenClaw: approval scope bypass via reconnection state
Same package: openclaw CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw