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-45000

CVE-2026-45000: Openclaw SSRF Vulnerability in CDP Profile

CVE-2026-45000 is an SSRF flaw in Openclaw that bypasses security policies during browser CDP profile creation, enabling attacks on private networks. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-45000 Overview

CVE-2026-45000 is a Server-Side Request Forgery (SSRF) vulnerability [CWE-918] in OpenClaw versions before 2026.4.20. The flaw resides in the browser Chrome DevTools Protocol (CDP) profile creation path, which skips strict-mode SSRF policy enforcement when profiles are created. Attackers with low-privileged access can persist profiles referencing private-network addresses or cloud metadata endpoints. Those stored targets are subsequently probed during normal profile status operations, producing unauthorized internal requests.

Critical Impact

Authenticated attackers can store browser CDP profiles that bypass SSRF policy checks and trigger internal network requests during routine profile operations.

Affected Products

  • OpenClaw (Node.js distribution) versions prior to 2026.4.20
  • Deployments using the extensions/browser CDP integration
  • Configurations relying on ssrfPolicy strict-mode enforcement

Discovery Timeline

  • 2026-05-11 - CVE-2026-45000 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-45000

Vulnerability Analysis

The vulnerability exists in OpenClaw's browser extension, which integrates with remote browsers via the Chrome DevTools Protocol. When a user creates a browser profile, the resolver path constructs a CDP reachability policy without applying the strict SSRF policy checks used elsewhere in the application. Stored profiles can therefore reference hostnames or IP addresses that the SSRF policy would normally reject, such as 127.0.0.1, RFC1918 ranges, or cloud metadata services like 169.254.169.254.

Later, when the application performs status or health probes against stored profiles, the resolved policy effectively allowlists the configured cdpHost, causing outbound requests to internal endpoints. The result is an SSRF primitive that operates indirectly, leveraging persisted profile data rather than direct request input.

Root Cause

The original resolveBrowserSsrFPolicy function merged caller-supplied extraAllowedHostnames into the policy unconditionally. The CDP host was added to the allowlist regardless of whether allowPrivateNetwork or dangerouslyAllowPrivateNetwork was enabled. This permitted private-network destinations to slip through strict mode by appearing in allowedHostnames.

Attack Vector

An attacker with permission to create or modify browser profiles supplies a cdpHost referencing an internal address. The profile is persisted. During normal profile status operations, OpenClaw issues HTTP requests to that host, bypassing the SSRF guardrails intended to block private-network access.

typescript
// Patch: scope CDP host allowlist to honor strict SSRF policy
-import type { SsrFPolicy } from "../infra/net/ssrf.js";
+import { isPrivateNetworkAllowedByPolicy, type SsrFPolicy } from "../infra/net/ssrf.js";
 import type { ResolvedBrowserProfile } from "./config.js";
 import { getBrowserProfileCapabilities } from "./profile-capabilities.js";
 
+function withCdpHostnameAllowed(
+  profile: ResolvedBrowserProfile,
+  ssrfPolicy?: SsrFPolicy,
+): SsrFPolicy | undefined {
+  if (!ssrfPolicy || !profile.cdpHost) {
+    return ssrfPolicy;
+  }
+  if (isPrivateNetworkAllowedByPolicy(ssrfPolicy)) {
+    return ssrfPolicy;
+  }
+  return {
+    ...ssrfPolicy,
+    allowedHostnames: Array.from(
+      new Set([...(ssrfPolicy.allowedHostnames ?? []), profile.cdpHost]),
+    ),
+  };
+}
+
 export function resolveCdpReachabilityPolicy(
   profile: ResolvedBrowserProfile,
   ssrfPolicy?: SsrFPolicy,

Source: GitHub commit 1fd049e

Detection Methods for CVE-2026-45000

Indicators of Compromise

  • Outbound HTTP requests from the OpenClaw process to RFC1918 ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) or loopback addresses
  • Connections to cloud metadata endpoints such as 169.254.169.254 originating from OpenClaw workers
  • Stored browser profiles containing cdpHost values pointing to internal-only hostnames

Detection Strategies

  • Audit persisted browser profile records for cdpHost values that resolve to private or link-local IP space
  • Monitor process-level network telemetry for OpenClaw services contacting non-public destinations
  • Inspect application logs for repeated profile status probes targeting unusual hosts

Monitoring Recommendations

  • Forward OpenClaw process network events to a centralized analytics platform for correlation
  • Alert on creation events for profiles whose cdpHost fails SSRF policy validation
  • Track version inventory to confirm hosts run OpenClaw 2026.4.20 or later

How to Mitigate CVE-2026-45000

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.20 or later, which scopes the CDP host allowlist to strict SSRF policy
  • Review existing browser profile records and remove any with cdpHost values pointing to internal networks
  • Restrict who can create or modify browser profiles to trusted operators only

Patch Information

The fix is delivered through two upstream commits. Commit 1fd049e scopes the CDP host allowlist by introducing withCdpHostnameAllowed, which respects isPrivateNetworkAllowedByPolicy before allowlisting the configured host. Commit e90c89c refactors resolveBrowserSsrFPolicy to accept and merge extra allowed hostnames cleanly. See the GitHub Security Advisory GHSA-j4c5-89f5-f3pm and the VulnCheck Advisory on SSRF for additional detail.

Workarounds

  • Set ssrfPolicy.allowPrivateNetwork to false and avoid dangerouslyAllowPrivateNetwork until patched
  • Place OpenClaw workers behind an egress proxy that blocks RFC1918 and link-local destinations
  • Restrict outbound network ACLs on OpenClaw hosts so they cannot reach cloud metadata services
bash
# Example egress restriction using iptables to block metadata and private ranges
iptables -A OUTPUT -d 169.254.169.254 -j REJECT
iptables -A OUTPUT -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -d 192.168.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechOpenclaw

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/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
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • VulnCheck Advisory on SSRF
  • Related CVEs
  • CVE-2026-45003: Openclaw SSRF Vulnerability

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

  • CVE-2026-43527: Openclaw SSRF Vulnerability

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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