CVE-2026-62226: OpenClaw: auth bypass in browser act route
HIGHOpenClaw's browser "act" route fails to validate which tab an action is actually targeting, so an attacker with only low-trust access — or content reaching the agent through a configured input path — can trigger actions that should require stronger authorization or policy approval. This is a CVSS 8.5 network-exploitable flaw with low attack complexity, no user interaction, and low privileges required, and it hits confidentiality hard (C:H) while allowing limited integrity impact (I:L), which matters because OpenClaw is a browser-automation AI agent that routinely holds authenticated sessions to internal tools, email, or SaaS admin panels. There's no CISA KEV listing, no public exploit code, and no EPSS score yet, so this looks pre-weaponized rather than actively exploited — but the bug class (authorization scoped to the wrong tab/context) is exactly the kind of policy-check gap that indirect prompt injection and AI Agent Clickbait techniques are built to abuse. Patch to OpenClaw 2026.5.19 or later immediately; until then, restrict which tabs/domains the agent is permitted to operate on via network-level allowlisting and review agent action logs for cross-tab or cross-session activity that shouldn't have been authorized.
What is the risk?
High risk (CVSS 8.5) driven by network attack vector, low complexity, no user interaction, and a confidentiality-high impact — but tempered by the absence of KEV listing, public exploit code, or a Nuclei template, and by EPSS being unscored. The real risk driver is architectural: this is an authorization/policy-check flaw inside an autonomous browser agent, not a passive library bug, so successful exploitation directly translates into unauthorized agent actions against sessions the attacker shouldn't be able to touch. Organizations running OpenClaw against authenticated browser sessions (internal dashboards, ticketing, email, cloud consoles) carry the highest exposure; the lack of downstream dependent data and package risk score (0/100, likely uninstrumented rather than genuinely zero-risk) means blast radius can't be quantified from telemetry alone and should be assumed broad given OpenClaw's agentic use case.
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-
1) Patch OpenClaw to version 2026.5.19 or later immediately — this is the primary fix per the vendor advisory. 2) Until patched, avoid running OpenClaw agents with simultaneous access to both low-trust (e.g., public web browsing) and high-trust (e.g., authenticated internal) tabs/sessions in the same agent context — isolate sessions by trust tier. 3) Restrict configured input paths that feed the agent (e.g., untrusted web content, third-party data) so they cannot indirectly trigger the browser act route. 4) Review agent action/audit logs for actions executed against tabs or domains outside the expected policy scope for a given task. 5) Apply network-level egress controls or domain allowlisting for agent-driven browser sessions as defense-in-depth against unauthorized cross-tab actions.
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-62226?
OpenClaw's browser "act" route fails to validate which tab an action is actually targeting, so an attacker with only low-trust access — or content reaching the agent through a configured input path — can trigger actions that should require stronger authorization or policy approval. This is a CVSS 8.5 network-exploitable flaw with low attack complexity, no user interaction, and low privileges required, and it hits confidentiality hard (C:H) while allowing limited integrity impact (I:L), which matters because OpenClaw is a browser-automation AI agent that routinely holds authenticated sessions to internal tools, email, or SaaS admin panels. There's no CISA KEV listing, no public exploit code, and no EPSS score yet, so this looks pre-weaponized rather than actively exploited — but the bug class (authorization scoped to the wrong tab/context) is exactly the kind of policy-check gap that indirect prompt injection and AI Agent Clickbait techniques are built to abuse. Patch to OpenClaw 2026.5.19 or later immediately; until then, restrict which tabs/domains the agent is permitted to operate on via network-level allowlisting and review agent action logs for cross-tab or cross-session activity that shouldn't have been authorized.
Is CVE-2026-62226 actively exploited?
No confirmed active exploitation of CVE-2026-62226 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-62226?
1) Patch OpenClaw to version 2026.5.19 or later immediately — this is the primary fix per the vendor advisory. 2) Until patched, avoid running OpenClaw agents with simultaneous access to both low-trust (e.g., public web browsing) and high-trust (e.g., authenticated internal) tabs/sessions in the same agent context — isolate sessions by trust tier. 3) Restrict configured input paths that feed the agent (e.g., untrusted web content, third-party data) so they cannot indirectly trigger the browser act route. 4) Review agent action/audit logs for actions executed against tabs or domains outside the expected policy scope for a given task. 5) Apply network-level egress controls or domain allowlisting for agent-driven browser sessions as defense-in-depth against unauthorized cross-tab actions.
What systems are affected by CVE-2026-62226?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, browser automation / computer-use agents, RPA-style AI workflows.
What is the CVSS score for CVE-2026-62226?
CVE-2026-62226 has a CVSS v3.1 base score of 8.5 (HIGH). The EPSS exploitation probability is 0.33%.
What is the AI security impact?
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0053 AI Agent Tool Invocation AML.T0100 AI Agent Clickbait AML.T0107 Exploitation for Defense Evasion Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw 2026.3.28 before 2026.5.19 contain an authorization bypass vulnerability in the browser act route that fails to properly validate current-tab URL checks. Attackers with lower-trust access or configured input paths can perform actions requiring stronger authorization or policy checks.
Exploitation Scenario
An organization deploys OpenClaw as a browser-automation agent that has one tab open to a low-trust source (e.g., a public webpage or a configured low-privilege input feed) and another tab authenticated to an internal admin console. An attacker who only has access to the low-trust input path — for example, by controlling content the agent is instructed to read or interact with — crafts a request that the browser act route fails to properly bind to the correct (low-trust) tab. Because the current-tab URL check isn't validated, the agent executes the action against the higher-trust admin tab instead, performing a privileged action (e.g., a settings change, a data read from an authenticated session) that should have required explicit stronger authorization. The attacker never directly authenticates to the sensitive system — they route through the agent's own session, exploiting the authorization gap in tab validation.
Weaknesses (CWE)
CWE-918 — Server-Side Request Forgery (SSRF): The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/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-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 CVE-2026-32038 9.8 OpenClaw: sandbox bypass enables container lateral movement
Same package: openclaw