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

CVE-2026-43576: OpenClaw SSRF Vulnerability

CVE-2026-43576 is a server-side request forgery flaw in OpenClaw's CDP WebSocket endpoint that enables attackers to redirect connections to arbitrary hosts. This article covers technical details, affected versions, and mitigations.

Published: May 7, 2026

CVE-2026-43576 Overview

CVE-2026-43576 is a Server-Side Request Forgery (SSRF) vulnerability in OpenClaw versions before 2026.4.5. The flaw resides in the Chrome DevTools Protocol (CDP) /json/version WebSocket endpoint, where the webSocketDebuggerUrl response field is not properly validated. Attackers with low privileges can manipulate the response to redirect WebSocket connections to arbitrary second-hop targets. This enables pivoting from a trusted CDP endpoint to untrusted internal hosts, bypassing network segmentation controls. The vulnerability is tracked under CWE-601 (URL Redirection to Untrusted Site).

Critical Impact

Attackers can pivot from a trusted CDP endpoint to arbitrary internal hosts via WebSocket redirection, exposing internal services to SSRF-style probing.

Affected Products

  • OpenClaw versions before 2026.4.5
  • OpenClaw browser extension CDP integration (extensions/browser/src/browser/cdp.ts)
  • Deployments exposing the CDP /json/version discovery endpoint

Discovery Timeline

  • 2026-05-06 - CVE-2026-43576 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43576

Vulnerability Analysis

The vulnerability exists in OpenClaw's CDP client logic, which performs endpoint discovery against the /json/version HTTP(S) route. This endpoint returns a JSON document containing a webSocketDebuggerUrl field that the client subsequently connects to. OpenClaw treats this returned URL as trusted without validating its host or scheme against an allowlist.

An attacker controlling the first-hop CDP server, or able to influence its response, can craft a webSocketDebuggerUrl pointing to an arbitrary internal target. The OpenClaw client then opens a WebSocket connection to that second-hop destination, sending requests on behalf of the host. This pattern matches classic SSRF behavior, with the additional twist that the redirection happens at the protocol-discovery layer rather than via HTTP redirects.

Root Cause

The root cause is missing validation of the webSocketDebuggerUrl field returned from /json/version discovery. The CDP client accepts any URL the server provides, including URLs pointing to hosts other than the originally configured CDP endpoint.

Attack Vector

The attack requires network access to OpenClaw and low-level privileges to trigger CDP discovery. The attacker either operates a malicious CDP server or compromises the response from a legitimate one. The patch in commit bc356cc8c2beaa747c71dd86cceab8f804699665 adds an assertCdpEndpointAllowed check that validates the resolved WebSocket URL against an SSRF policy before connection.

typescript
   let wsUrl: string;
   if (isWebSocketUrl(opts.cdpUrl)) {
     // Direct WebSocket URL — skip /json/version discovery.
+    await assertCdpEndpointAllowed(opts.cdpUrl, opts.ssrfPolicy);
     wsUrl = opts.cdpUrl;
   } else {
     // Standard HTTP(S) CDP endpoint — discover WebSocket URL via /json/version.

Source: OpenClaw GitHub Commit bc356cc

The patch hardens direct CDP WebSocket validation by enforcing the configured ssrfPolicy before establishing the connection, blocking redirection to disallowed hosts.

Detection Methods for CVE-2026-43576

Indicators of Compromise

  • Outbound WebSocket connections from OpenClaw processes to internal IP ranges (RFC1918) not associated with configured CDP endpoints.
  • HTTP responses from /json/version endpoints containing webSocketDebuggerUrl values pointing to unexpected hostnames or non-loopback addresses.
  • OpenClaw log entries showing CDP connections to hosts that differ from the originally configured cdpUrl.

Detection Strategies

  • Inspect proxy and network telemetry for WebSocket upgrade requests originating from OpenClaw to hosts outside an approved allowlist.
  • Correlate CDP discovery requests with subsequent WebSocket destinations to identify host mismatches indicative of redirection.
  • Audit OpenClaw configurations to confirm the ssrfPolicy option is set and enforced on all CDP integrations.

Monitoring Recommendations

  • Monitor egress traffic from OpenClaw hosts for connections to internal management interfaces, metadata services, or loopback ports.
  • Alert on OpenClaw versions below 2026.4.5 discovered through software inventory scans.
  • Track changes to CDP endpoint configuration files and environment variables that influence cdpUrl resolution.

How to Mitigate CVE-2026-43576

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.5 or later, which contains the validated assertCdpEndpointAllowed check.
  • Restrict network egress from hosts running OpenClaw so they cannot reach internal management interfaces or cloud metadata endpoints.
  • Audit existing CDP endpoint configurations and remove any pointing to untrusted or third-party hosts.

Patch Information

The fix is delivered in OpenClaw 2026.4.5 via commit bc356cc8c2beaa747c71dd86cceab8f804699665. Refer to the OpenClaw GitHub Security Advisory GHSA-f7fh-qg34-x2xh and the VulnCheck SSRF Advisory for full details.

Workarounds

  • Configure an explicit ssrfPolicy allowlist limiting CDP WebSocket destinations to known, trusted hosts.
  • Run OpenClaw in a network namespace or container with egress firewall rules blocking access to internal subnets and metadata services.
  • Disable CDP integration entirely on deployments that do not require browser automation features.
bash
# Verify installed OpenClaw version and upgrade
npm ls openclaw
npm install openclaw@2026.4.5

# Example egress restriction (Linux iptables) for OpenClaw host
iptables -A OUTPUT -d 169.254.169.254 -j DROP   # block cloud metadata
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP        # block internal RFC1918
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -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 Score4.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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-601
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory

  • VulnCheck SSRF Advisory
  • Related CVEs
  • CVE-2026-43573: OpenClaw SSRF Policy Bypass Vulnerability

  • CVE-2026-43527: Openclaw SSRF Vulnerability

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

  • CVE-2026-43526: 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