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

CVE-2026-43581: OpenClaw Information Disclosure Vulnerability

CVE-2026-43581 is an information disclosure vulnerability in OpenClaw that exposes Chrome DevTools Protocol through improper network binding. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43581 Overview

CVE-2026-43581 is an improper network binding vulnerability in OpenClaw versions prior to 2026.4.10. The flaw resides in the sandbox browser Chrome DevTools Protocol (CDP) relay, which binds to 0.0.0.0 instead of a loopback interface. This overly broad binding exposes the CDP endpoint to any host reachable on the adjacent network. Attackers on the same local network segment can interact with Chrome DevTools Protocol and break out of the intended local sandbox boundary. The weakness is classified as [CWE-1188] Insecure Default Initialization of Resource.

Critical Impact

Adjacent network attackers can access the Chrome DevTools Protocol relay, enabling browser control, data theft, and code execution outside the intended sandbox boundary.

Affected Products

  • OpenClaw versions before 2026.4.10
  • OpenClaw sandbox browser CDP relay component
  • Deployments exposing the CDP relay on adjacent network interfaces

Discovery Timeline

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

Technical Details for CVE-2026-43581

Vulnerability Analysis

The OpenClaw sandbox browser uses a CDP relay to broker Chrome DevTools Protocol traffic between the sandbox and the host process. The relay listener binds the socket to the wildcard address 0.0.0.0, which accepts connections on every network interface attached to the host. The intended design assumes the relay is reachable only through the local sandbox boundary on the loopback interface 127.0.0.1.

Chrome DevTools Protocol grants broad control over a browser instance. Operations include navigating to arbitrary URLs, executing JavaScript in page contexts, reading cookies and local storage, intercepting network traffic, and dumping memory. When the relay is exposed beyond loopback, any client that can reach the listening port can issue these CDP commands without authentication.

Root Cause

The root cause is an insecure default initialization of a network resource [CWE-1188]. The CDP relay socket is initialized with a wildcard bind address rather than a loopback-only address. No authentication, token check, or origin validation gates the WebSocket upgrade that CDP relies on. The fix in commit fbf11ebdb7110632f93926d0ac7b48f04cb44d77 constrains the binding to the local interface.

Attack Vector

Exploitation requires adjacent network access to a host running a vulnerable OpenClaw version. An attacker scans the local segment for the CDP relay port, connects to the WebSocket endpoint, and issues Page.navigate, Runtime.evaluate, or Network.getAllCookies commands. The attacker can pivot from browser control to credential theft, session hijacking, and execution of attacker-supplied JavaScript inside trusted origins loaded by the sandboxed browser.

No verified exploitation code is published. Refer to the GitHub Security Advisory GHSA-525j-hqq2-66r4 and the Vulncheck Advisory for technical details.

Detection Methods for CVE-2026-43581

Indicators of Compromise

  • Listening sockets on non-loopback interfaces tied to the OpenClaw CDP relay process
  • Inbound WebSocket connections to the relay port from hosts other than 127.0.0.1
  • CDP method calls such as Runtime.evaluate, Page.navigate, or Network.getAllCookies originating from remote IP addresses
  • Unexpected browser navigation events or JavaScript execution recorded in OpenClaw logs

Detection Strategies

  • Run netstat -ano or ss -tlnp on hosts with OpenClaw to identify CDP relay sockets bound to 0.0.0.0
  • Inspect packet captures for WebSocket upgrade requests carrying the /devtools/ URI path from non-local sources
  • Correlate process telemetry that links the OpenClaw binary to inbound TCP connections from adjacent network ranges

Monitoring Recommendations

  • Alert on any process spawned by OpenClaw that opens a listening socket on a non-loopback address
  • Monitor for HTTP requests to /json/version and /json/list endpoints, which CDP clients use for discovery
  • Track outbound connections from sandboxed browser sessions to domains not initiated by user activity

How to Mitigate CVE-2026-43581

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.10 or later, which applies the binding fix in commit fbf11ebdb7110632f93926d0ac7b48f04cb44d77
  • Inventory all hosts running OpenClaw and confirm the CDP relay is not reachable from adjacent network segments
  • Restrict access to the CDP relay port at the host firewall until the patch is deployed

Patch Information

The maintainers fixed the issue in OpenClaw 2026.4.10. The patch binds the CDP relay listener to the loopback interface only. Review the GitHub Commit and the GitHub Security Advisory GHSA-525j-hqq2-66r4 for code-level details.

Workarounds

  • Configure host firewall rules to deny inbound traffic to the CDP relay port from any source other than 127.0.0.1
  • Place affected hosts on isolated network segments where adjacent attackers cannot reach the relay port
  • Disable the sandbox browser feature in OpenClaw if it is not required by the deployment
bash
# Configuration example
# Linux: block inbound CDP relay traffic from non-loopback sources
iptables -A INPUT -p tcp --dport 9222 ! -s 127.0.0.1 -j DROP

# Verify the relay is bound only to loopback after upgrading
ss -tlnp | grep -E '127.0.0.1:9222|openclaw'

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenclaw

  • SeverityCRITICAL

  • CVSS Score9.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-1188
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

  • Vulncheck Advisory
  • Related CVEs
  • CVE-2026-42438: Openclaw Information Disclosure Flaw

  • CVE-2026-43528: Openclaw Information Disclosure Flaw

  • CVE-2026-41407: OpenClaw Information Disclosure Flaw

  • CVE-2026-41393: OpenClaw Information Disclosure Flaw
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