CVE-2026-53812: OpenClaw: SSRF bypasses private-network access controls
HIGHCVE-2026-53812 is a server-side request forgery in OpenClaw's browser control that lets any authenticated, low-privileged user redirect the agent's Playwright browser to private-network targets—including cloud metadata endpoints and internal APIs—then read the full response body via browser evaluation, effectively turning the AI agent into an internal network probe. The Changed Scope (S:C) in the CVSS vector means blast radius extends beyond OpenClaw itself to whatever internal systems are reachable from the agent's network position, a particularly acute risk in containerized or cloud-deployed agentic workloads where the agent process sits inside the trust boundary. There is no public exploit and the vulnerability is absent from CISA KEV, but low attack complexity and no user interaction required make opportunistic exploitation realistic once the redirect pattern is understood. Organizations running OpenClaw in environments with internal network access should upgrade to 2026.5.18 or later immediately and, as a compensating control, restrict agent process egress to explicitly allowlisted external domains at the network layer.
What is the risk?
CVSS 7.7 High with Changed Scope flags elevated real-world impact beyond the base score. The low-privilege authenticated entry bar widens the attacker pool to all platform users, not just admins. In cloud environments, SSRF frequently enables access to instance metadata services (169.254.169.254, IMDSv1) leading to IAM credential theft and lateral movement—a well-established post-exploitation path. The AI agent context amplifies risk because Playwright evaluation capabilities allow structured data extraction from internal HTTP responses, not just raw reachability probing. 155 CVEs in the same package signals a pattern of security debt in this codebase that warrants broader review beyond this single fix.
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) Upgrade OpenClaw to version 2026.5.18+ (patch available per GHSA-2hfg-4fh4-qp7f). 2) Apply network-level controls: restrict agent process egress to allowlisted FQDNs; block RFC 1918, link-local (169.254.x.x), and loopback ranges at the firewall or container network policy layer regardless of application-level checks. 3) If immediate patching is not possible, disable browser control features or gate Playwright act interactions behind elevated privilege requirements. 4) Audit agent activity logs for navigation attempts to internal IP ranges and unexpected browser evaluation calls against non-public URLs. 5) In cloud deployments, enforce IMDSv2 token-required mode to limit metadata service exposure even if SSRF succeeds.
How is it classified?
Which compliance frameworks are affected?
This CVE is relevant to:
How many AI incidents are linked? (1)
Source: AI Incident Database (AIID)
Frequently Asked Questions
What is CVE-2026-53812?
CVE-2026-53812 is a server-side request forgery in OpenClaw's browser control that lets any authenticated, low-privileged user redirect the agent's Playwright browser to private-network targets—including cloud metadata endpoints and internal APIs—then read the full response body via browser evaluation, effectively turning the AI agent into an internal network probe. The Changed Scope (S:C) in the CVSS vector means blast radius extends beyond OpenClaw itself to whatever internal systems are reachable from the agent's network position, a particularly acute risk in containerized or cloud-deployed agentic workloads where the agent process sits inside the trust boundary. There is no public exploit and the vulnerability is absent from CISA KEV, but low attack complexity and no user interaction required make opportunistic exploitation realistic once the redirect pattern is understood. Organizations running OpenClaw in environments with internal network access should upgrade to 2026.5.18 or later immediately and, as a compensating control, restrict agent process egress to explicitly allowlisted external domains at the network layer.
Is CVE-2026-53812 actively exploited?
No confirmed active exploitation of CVE-2026-53812 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-53812?
1) Upgrade OpenClaw to version 2026.5.18+ (patch available per GHSA-2hfg-4fh4-qp7f). 2) Apply network-level controls: restrict agent process egress to allowlisted FQDNs; block RFC 1918, link-local (169.254.x.x), and loopback ranges at the firewall or container network policy layer regardless of application-level checks. 3) If immediate patching is not possible, disable browser control features or gate Playwright act interactions behind elevated privilege requirements. 4) Audit agent activity logs for navigation attempts to internal IP ranges and unexpected browser evaluation calls against non-public URLs. 5) In cloud deployments, enforce IMDSv2 token-required mode to limit metadata service exposure even if SSRF succeeds.
What systems are affected by CVE-2026-53812?
This vulnerability affects the following AI/ML architecture patterns: agent frameworks, AI-powered browser automation, agentic systems with web browsing, multi-agent orchestration pipelines, cloud-deployed AI workloads.
What is the CVSS score for CVE-2026-53812?
CVE-2026-53812 has a CVSS v3.1 base score of 7.7 (HIGH).
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.T0085.001 AI Agent Tools 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.5.18 contains a server-side request forgery vulnerability in browser control that allows authenticated users to bypass private-network navigation checks through Playwright act interactions. Attackers can trigger navigation to private-network targets via action-triggered redirects and subsequently read restricted page content using browser evaluation capabilities.
Exploitation Scenario
An attacker with a standard user account on an OpenClaw deployment crafts a Playwright 'act' command targeting an attacker-controlled external page that issues a 301 redirect to an internal target such as http://169.254.169.254/latest/meta-data/ (AWS IMDS) or http://10.0.0.1/admin. The redirect fires after the initial navigation check passes for the external domain, bypassing the private-network guard. The attacker then calls browser evaluation (e.g., page.evaluate returning document.body.innerText or a fetch-based extraction) to read the full response body of the internal endpoint, capturing IAM credentials, internal service tokens, or admin interface content. In a multi-agent orchestration setup, exfiltrated credentials can be replayed to pivot laterally into other internal services the agent host can reach.
Weaknesses (CWE)
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N References
- github.com/openclaw/openclaw/security/advisories/GHSA-2hfg-4fh4-qp7f vendor-advisory patch
- vulncheck.com/advisories/openclaw-private-network-navigation-bypass-via-browser-act-interactions third-party-advisory
Timeline
Related Vulnerabilities
CVE-2026-30741 9.8 OpenClaw: RCE via request-side prompt injection
Same package: openclaw CVE-2026-28451 9.3 OpenClaw: SSRF via Feishu extension exposes internal services
Same package: openclaw GHSA-cwj3-vqpp-pmxr 8.8 openclaw: Model bypasses authz to persist unsafe config
Same package: openclaw CVE-2026-35674 8.8 OpenClaw: scope bypass enables full agent admin takeover
Same package: openclaw CVE-2026-53811 8.8 OpenClaw: privilege escalation via identity spoofing
Same package: openclaw