HIGH 7.7

CVE-2026-53812: OpenClaw Server-Side Request Forgery (SSRF) in Browser Control

OpenClaw versions before 2026.5.18 contain a server-side request forgery (SSRF) vulnerability that allows authenticated users to access private-network resources they should not be able to reach. An attacker with legitimate credentials can manipulate the browser control functionality to bypass security checks that normally prevent navigation to internal networks, then extract sensitive data from those restricted pages. The vulnerability requires existing user authentication but can affect the confidentiality of internal systems.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.7 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Weaknesses (CWE)
CWE-918
Affected products
1 configuration(s)
Published / Modified
2026-06-11 / 2026-06-17

NVD description (verbatim)

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.

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-53812 is an SSRF vulnerability in OpenClaw's browser control subsystem that improperly validates Playwright action interactions. Authenticated users can exploit action-triggered redirects to navigate to private-network targets that should be blocked by internal navigation checks. Once access to a restricted target is gained, browser evaluation capabilities allow an attacker to read and extract page content from those internal resources. The vulnerability stems from insufficient validation of redirect destinations in the context of Playwright-based browser automation, enabling circumvention of network-boundary controls.

Business impact

This vulnerability could lead to unauthorized disclosure of sensitive internal data. An insider or compromised user account can use OpenClaw to systematically probe and read content from private-network systems—such as internal administrative interfaces, databases, or microservices—that should be isolated from external access. In environments where OpenClaw is exposed to multiple users or federated authentication, the blast radius increases. Organizations relying on network segmentation as a primary control will find that control partially weakened if OpenClaw is positioned as a bridge to internal resources.

Affected systems

OpenClaw versions prior to 2026.5.18 are affected. Organizations running any version of OpenClaw before the patched release should assume exposure. The vulnerability is triggered through authenticated access, so only deployments permitting user authentication present active risk. Cloud or multi-tenant deployments where OpenClaw serves multiple customer organizations carry elevated impact.

Exploitability

Exploitation requires valid authentication credentials and network access to the OpenClaw instance; it cannot be exploited unauthenticated. However, the attack is straightforward once credentials are obtained: an attacker simply issues browser-control actions that redirect to private-network targets and evaluates the response. The low attack complexity combined with the ease of chaining actions suggests that any authenticated user with malicious intent or whose account is compromised can readily exploit this. The vulnerability is not currently listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, but the simplicity of the attack mechanism suggests monitoring for active exploitation attempts is warranted.

Remediation

Upgrade OpenClaw to version 2026.5.18 or later. This patched version includes validation improvements to enforce private-network navigation restrictions within Playwright interactions. No workarounds are available; patching is the required mitigation. After patching, verify that browser-control actions targeting internal IPs or private-network hostnames are properly rejected.

Patch guidance

Deploy OpenClaw 2026.5.18 or a later stable release in your environment. Prioritize patching systems in high-trust networks or those with sensitive internal integrations. Test the patch in a non-production environment first to confirm compatibility with existing Playwright-based automation workflows. After deployment, monitor logs for authentication patterns or redirect requests that may indicate prior exploitation attempts. Consider rolling the patch to production within 5–10 business days given the HIGH severity rating and the prevalence of internal-network integrations in typical deployments.

Detection guidance

Look for OpenClaw process logs or browser-control action logs that show requests to private-network IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8) or RFC 1918 addresses. Monitor for unusual redirect chains in browser evaluation results, especially if the initial navigation target differs from the final resource accessed. Check authentication logs for user accounts accessing OpenClaw around the time of suspected exploitation. Network-level detection can observe outbound traffic from OpenClaw instances to unexpected internal systems or ports (e.g., database, admin panels, Kubernetes APIs). Baseline your environment first to identify legitimate internal-network access, then flag deviations.

Why prioritize this

A CVSS 7.7 HIGH score with confidentiality impact and no authentication bypass reflects meaningful but not critical risk. However, the low barrier to exploitation (simple action chaining) combined with the direct threat to internal-system confidentiality warrants prioritization within the HIGH-risk band. Organizations with flat networks, no micro-segmentation, or sensitive data reachable via internal APIs should patch within days. Those with layered defenses and strict access controls can plan patching within 1–2 weeks, but should not delay beyond that window.

Risk score, explained

The CVSS 3.1 score of 7.7 (HIGH) reflects: (1) network-accessible attack vector, (2) low attack complexity—no special conditions required to trigger the vulnerability, (3) low privilege requirement—any authenticated user can exploit, (4) no user interaction needed, (5) changed scope—the vulnerability can affect systems beyond the OpenClaw application itself, and (6) high confidentiality impact—internal data can be read. The score appropriately excludes integrity and availability impact, as this is a read-only SSRF. The vulnerability does not appear in CISA's KEV catalog as of the advisory date, but may be added if active exploitation emerges.

Frequently asked questions

Can this vulnerability be exploited without credentials?

No. The vulnerability requires valid authentication to OpenClaw. An attacker must either be a legitimate user with malicious intent or must first compromise a valid user account. This reduces but does not eliminate risk in shared or federated environments.

Does the patch introduce breaking changes to Playwright integrations?

The patch enforces stricter validation of redirect targets in browser-control actions. Legitimate workflows that do not intentionally navigate to private-network resources should be unaffected. However, verify your automation scripts in a test environment before rolling to production to ensure no unexpected breakage.

What internal systems are at risk if we're behind a firewall?

If OpenClaw is deployed inside your network perimeter with credentials available to multiple users, it becomes a potential pivot point to other internal systems—databases, Kubernetes clusters, internal web interfaces, CI/CD systems, or admin panels. Network segmentation and least-privilege access controls mitigate this risk in addition to patching.

Should we disable browser-control features until we patch?

If your deployment relies heavily on browser automation, disabling it may impact operations. Instead, apply the patch promptly (within days for HIGH severity) and ensure that only trusted, audited users have access to OpenClaw credentials in the interim.

This analysis is based on the CVE advisory as published and modified through June 17, 2026. Specific patch version numbers and remediation steps should be verified against the official OpenClaw security advisory and release notes. SEC.co makes no warranty regarding the completeness, accuracy, or timeliness of this intelligence. Organizations should conduct their own risk assessments and consult vendor guidance before deployment decisions. No exploit code or weaponized proof-of-concept is provided; this intelligence is for defensive purposes only. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).