CVE-2026-35673: OpenClaw: SSRF bypass exposes private network access
MEDIUMOpenClaw, an AI agent framework with browser automation capabilities, contains an SSRF policy bypass that allows attackers with low-privileged access to reuse already-open blocked tabs in browser debug and export routes, circumventing private-network protections. In agentic deployments where OpenClaw has access to internal infrastructure or cloud metadata services, this flaw could enable pivoting from the agent's browser context into sensitive internal resources — internal APIs, admin interfaces, or cloud metadata endpoints such as AWS 169.254.169.254. The vulnerability carries a CVSS 6.5 (Medium) with High attack complexity and required User Interaction, is not in CISA KEV, and has no known public exploits, placing immediate exploitation risk in the low-to-moderate range. Organizations running OpenClaw in environments with internal network access should upgrade to version 2026.4.29 or later; as a workaround, restrict access to browser debug and export routes at the network perimeter.
What is the risk?
Medium risk overall. CVSS 6.5 with Changed scope indicates cross-boundary impact when exploited, but High attack complexity and required User Interaction act as significant mitigating factors. No EPSS data, no public exploits, and absence from CISA KEV further reduce near-term exploitation likelihood. The primary risk amplifier is AI agent deployments with unrestricted internal network access — a common enterprise automation configuration — which elevates effective risk above the base CVSS score in those contexts.
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?
5 steps-
Upgrade OpenClaw to version 2026.4.29 or later immediately.
-
If patching is not immediately possible, restrict network-level access to browser debug and export routes via allowlist-based controls.
-
Deploy network egress filtering to block AI agent processes from accessing RFC 1918 address ranges and cloud metadata endpoints (169.254.169.254, fd00::/8).
-
Audit all OpenClaw deployment configurations for instances running with internal network segment access.
-
Monitor for anomalous outbound requests from OpenClaw processes targeting internal network ranges as an indicator of active exploitation.
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-35673?
OpenClaw, an AI agent framework with browser automation capabilities, contains an SSRF policy bypass that allows attackers with low-privileged access to reuse already-open blocked tabs in browser debug and export routes, circumventing private-network protections. In agentic deployments where OpenClaw has access to internal infrastructure or cloud metadata services, this flaw could enable pivoting from the agent's browser context into sensitive internal resources — internal APIs, admin interfaces, or cloud metadata endpoints such as AWS 169.254.169.254. The vulnerability carries a CVSS 6.5 (Medium) with High attack complexity and required User Interaction, is not in CISA KEV, and has no known public exploits, placing immediate exploitation risk in the low-to-moderate range. Organizations running OpenClaw in environments with internal network access should upgrade to version 2026.4.29 or later; as a workaround, restrict access to browser debug and export routes at the network perimeter.
Is CVE-2026-35673 actively exploited?
No confirmed active exploitation of CVE-2026-35673 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-35673?
1. Upgrade OpenClaw to version 2026.4.29 or later immediately. 2. If patching is not immediately possible, restrict network-level access to browser debug and export routes via allowlist-based controls. 3. Deploy network egress filtering to block AI agent processes from accessing RFC 1918 address ranges and cloud metadata endpoints (169.254.169.254, fd00::/8). 4. Audit all OpenClaw deployment configurations for instances running with internal network segment access. 5. Monitor for anomalous outbound requests from OpenClaw processes targeting internal network ranges as an indicator of active exploitation.
What systems are affected by CVE-2026-35673?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, browser-based AI agents, web automation pipelines.
What is the CVSS score for CVE-2026-35673?
CVE-2026-35673 has a CVSS v3.1 base score of 6.5 (MEDIUM). The EPSS exploitation probability is 0.15%.
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.T0086 Exfiltration via AI Agent Tool Invocation AML.T0107 Exploitation for Defense Evasion Compliance Controls Affected
What are the technical details?
Original Advisory
OpenClaw before 2026.4.29 contains an SSRF policy bypass vulnerability in browser debug and export routes that allows reuse of already-open blocked tabs. Attackers with access to these routes can bypass private-network SSRF policies by reusing blocked tabs to export or inspect content that should remain protected.
Exploitation Scenario
An attacker with low-privileged access to an OpenClaw deployment — such as in a shared research automation environment or multi-tenant AI agent platform — navigates to the browser debug or export routes. By targeting a tab that was previously opened and blocked by the SSRF policy (e.g., an AWS metadata endpoint or internal admin API), the attacker reuses that tab's context to export or inspect its content. This allows reading responses from internal services that the SSRF policy was explicitly designed to protect, potentially harvesting IAM credentials, configuration data, or sensitive internal content routed through the compromised AI agent.
Weaknesses (CWE)
CWE-863 — Incorrect Authorization: The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.
- [Architecture and Design] Divide the product into anonymous, normal, privileged, and administrative areas. Reduce the attack surface by carefully mapping roles with data and functionality. Use role-based access control (RBAC) [REF-229] to enforce the roles at the appropriate boundaries. Note that this approach may not protect against horizontal authorization, i.e., it will not protect a user from attacking others with the same role.
- [Architecture and Design] Ensure that access control checks are performed related to the business logic. These checks may be different than the access control checks that are applied to more generic resources such as files, connections, processes, memory, and database records. For example, a database may restrict access for medical records to a specific database user, but each record might only be intended to be accessible to the patient and the patient's doctor [REF-7].
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/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-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