The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43527

CVE-2026-43527: Openclaw SSRF Vulnerability

CVE-2026-43527 is a server-side request forgery flaw in Openclaw that enables attackers to access internal services through browser-driven requests. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43527 Overview

CVE-2026-43527 is a Server-Side Request Forgery (SSRF) vulnerability in OpenClaw before version 2026.4.14. The flaw resides in the browser extension's SSRF policy logic, which permits private-network navigation by default. Attackers with low-privileged access can leverage browser-driven requests to reach internal services or cloud metadata endpoints that should be unreachable from external contexts. The issue is tracked under [CWE-918] and stems from configuration logic in extensions/browser/src/browser/config.ts that fails to honor explicit strict SSRF settings. The vulnerability affects deployments using OpenClaw on Node.js.

Critical Impact

Attackers can pivot through OpenClaw browser sessions to reach private-network services, internal APIs, and cloud metadata endpoints, exposing sensitive infrastructure data.

Affected Products

  • OpenClaw (openclaw:openclaw) versions prior to 2026.4.14
  • Node.js-based deployments of OpenClaw browser extensions
  • Applications embedding OpenClaw's browser SSRF policy module

Discovery Timeline

  • 2026-05-05 - CVE-2026-43527 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-43527

Vulnerability Analysis

The vulnerability originates in OpenClaw's browser configuration resolver. The function constructs SSRF policy options for the underlying browser engine and decides whether to set the dangerouslyAllowPrivateNetwork flag. In the unpatched code, the resolver only emits the flag when private-network navigation is explicitly enabled. It silently drops the flag when a caller passes an explicit false to enforce strict SSRF protection. The downstream browser library then falls back to its default behavior, which permits private-network navigation. This default-allow gap converts a developer's explicit hardening attempt into a permissive runtime configuration.

Root Cause

The root cause is incomplete handling of explicit boolean values in the SSRF configuration merge logic. The original conditional only forwarded the option when resolvedAllowPrivateNetwork was truthy. It ignored the case where dangerouslyAllowPrivateNetwork === false or the legacy alias allowPrivateNetwork === false was supplied. As a result, strict configurations were dropped before reaching the browser engine.

Attack Vector

An authenticated attacker who can submit URLs or trigger browser navigations through OpenClaw can request internal addresses such as 127.0.0.1, 169.254.169.254, or RFC 1918 ranges. The browser session executes the navigation against private hosts and returns or acts on the response. The attack requires network access and low privileges and does not require user interaction.

typescript
// Patch from commit 1dabfef - preserve explicit strict SSRF config
  return {
-    ...(resolvedAllowPrivateNetwork ? { dangerouslyAllowPrivateNetwork: true } : {}),
+    ...(resolvedAllowPrivateNetwork || dangerouslyAllowPrivateNetwork === false
+      ? { dangerouslyAllowPrivateNetwork: resolvedAllowPrivateNetwork }
+      : {}),
     ...(allowedHostnames ? { allowedHostnames } : {}),
     ...(hostnameAllowlist ? { hostnameAllowlist } : {}),
   };

Source: GitHub Commit 1dabfef

typescript
// Patch from commit 213c36c - preserve legacy strict SSRF alias
  return {
-    ...(resolvedAllowPrivateNetwork || dangerouslyAllowPrivateNetwork === false
+    ...(resolvedAllowPrivateNetwork ||
+    dangerouslyAllowPrivateNetwork === false ||
+    allowPrivateNetwork === false
       ? { dangerouslyAllowPrivateNetwork: resolvedAllowPrivateNetwork }
       : {}),
     ...(allowedHostnames ? { allowedHostnames } : {}),

Source: GitHub Commit 213c36c

Detection Methods for CVE-2026-43527

Indicators of Compromise

  • Outbound browser navigations from OpenClaw hosts to RFC 1918 addresses (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16).
  • Requests to cloud metadata endpoints such as 169.254.169.254 or metadata.google.internal originating from the OpenClaw process.
  • Loopback navigations targeting 127.0.0.1 or localhost on internal service ports.
  • Anomalous referer or origin headers in internal HTTP server logs tied to OpenClaw user agents.

Detection Strategies

  • Inspect OpenClaw runtime configuration for the absence of dangerouslyAllowPrivateNetwork: false and audit calling code for missing strict overrides.
  • Run version inventory queries against the openclaw package and flag any release earlier than 2026.4.14.
  • Correlate egress proxy logs with browser session identifiers to detect navigations to private CIDR ranges.

Monitoring Recommendations

  • Forward OpenClaw browser navigation events to a centralized log pipeline and alert on private-network destinations.
  • Apply egress filtering at the host or container level so that browser processes cannot reach cloud metadata services.
  • Track EPSS probability for CVE-2026-43527 over time and re-prioritize patching if exploitability rises.

How to Mitigate CVE-2026-43527

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.14 or later, which contains the patches in commits 1dabfef, 213c36c, 024f461, and 7eecfa4.
  • Audit application code that initializes the OpenClaw browser to confirm that dangerouslyAllowPrivateNetwork: false is honored after the upgrade.
  • Restrict outbound network access from OpenClaw worker hosts to only the destinations the application requires.

Patch Information

The fix is published in GitHub Security Advisory GHSA-53vx-pmqw-863c. The patch updates extensions/browser/src/browser/config.ts so the resolver forwards explicit false values for both dangerouslyAllowPrivateNetwork and the legacy allowPrivateNetwork alias. Additional context is available in the VulnCheck SSRF Advisory.

Workarounds

  • Place OpenClaw browser workloads in a network segment that cannot route to internal services or cloud metadata endpoints.
  • Use an egress proxy with an allowlist of approved external hostnames and block all RFC 1918 and link-local destinations.
  • Configure host firewall rules to deny traffic from the OpenClaw process to 169.254.169.254 and other metadata service IPs.
  • Validate and normalize user-supplied URLs before passing them to OpenClaw, rejecting private addresses and DNS names that resolve to them.
bash
# Example egress firewall rules to block metadata and private ranges from OpenClaw containers
iptables -A OUTPUT -m owner --uid-owner openclaw -d 169.254.169.254 -j DROP
iptables -A OUTPUT -m owner --uid-owner openclaw -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner openclaw -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner openclaw -d 192.168.0.0/16 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • VulnCheck SSRF Advisory
  • Vendor Resources
  • GitHub Commit 024f461

  • GitHub Commit 1dabfef

  • GitHub Commit 213c36c

  • GitHub Commit 7eecfa4

  • GitHub Security Advisory GHSA-53vx-pmqw-863c
  • Related CVEs
  • CVE-2026-43573: OpenClaw SSRF Policy Bypass Vulnerability

  • CVE-2026-42439: OpenClaw SSRF Policy Bypass Vulnerability

  • CVE-2026-43526: Openclaw SSRF Vulnerability

  • CVE-2026-43576: OpenClaw SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English