banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-28395

CVE-2026-28395: OpenClaw Network Binding DoS Vulnerability

CVE-2026-28395 is a network binding denial-of-service vulnerability in OpenClaw that allows remote attackers to access relay endpoints and conduct DoS attacks. This article covers technical details, affected versions, and mitigations.

Published: March 6, 2026

CVE-2026-28395 Overview

CVE-2026-28395 is an improper network binding vulnerability affecting OpenClaw versions 2026.1.14-1 through 2026.2.12. The flaw exists in the Chrome extension relay server component, which incorrectly treats wildcard hosts as loopback addresses. When a wildcard cdpUrl is configured, the relay HTTP/WebSocket server binds to all network interfaces instead of restricting to localhost, exposing internal services to remote attackers.

Critical Impact

Remote attackers can access relay HTTP endpoints off-host to leak service presence and port information, or conduct denial-of-service and brute-force attacks against the relay token header.

Affected Products

  • OpenClaw version 2026.1.14-1 through versions prior to 2026.2.12
  • OpenClaw Chrome Extension (when installed and enabled)
  • Systems with wildcard cdpUrl configuration

Discovery Timeline

  • 2026-03-05 - CVE-2026-28395 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28395

Vulnerability Analysis

This vulnerability is classified under CWE-1327 (Binding to an Unrestricted IP Address), which occurs when a server binds to a network address that allows connections from hosts on any network interface. In the case of CVE-2026-28395, the OpenClaw Chrome extension relay server fails to properly validate wildcard host configurations, causing the HTTP and WebSocket services to become accessible from external network interfaces.

The vulnerability requires the Chrome extension to be installed and enabled, along with a misconfigured wildcard cdpUrl setting. When these conditions are met, internal relay endpoints that should only be accessible locally become exposed to the network, creating multiple attack surfaces for information disclosure and service disruption.

Root Cause

The root cause lies in the relay server's host validation logic, which improperly interprets wildcard host patterns as equivalent to loopback addresses (127.0.0.1 or localhost). This logic flaw causes the server to bind to 0.0.0.0 instead of the intended loopback interface when wildcard configurations are used. The fix introduces centralized utility functions including isLoopbackHost to properly distinguish between wildcard patterns and legitimate loopback addresses.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker on the same network or with network access to the vulnerable system can:

  1. Probe for exposed relay HTTP endpoints to enumerate service presence
  2. Discover open ports and gather reconnaissance information
  3. Conduct denial-of-service attacks by overwhelming the relay server
  4. Perform brute-force attacks against the relay token authentication header
typescript
// Security patch in src/agents/cli-runner/helpers.ts - refactor: centralize isPlainObject, isRecord, isErrno, isLoopbackHost utilities
 import type { EmbeddedContextFile } from "../pi-embedded-helpers.js";
 import { runExec } from "../../process/exec.js";
 import { buildTtsSystemPromptHint } from "../../tts/tts.js";
-import { escapeRegExp } from "../../utils.js";
+import { escapeRegExp, isRecord } from "../../utils.js";
 import { resolveDefaultModelForAgent } from "../model-selection.js";
 import { detectRuntimeShell } from "../shell-utils.js";
 import { buildSystemPromptParams } from "../system-prompt-params.js";

Source: GitHub Commit Update

typescript
// Security patch in src/browser/extension-relay.ts - fix: secure chrome extension relay cdp
+import type { IncomingMessage } from "node:http";
 import type { AddressInfo } from "node:net";
 import type { Duplex } from "node:stream";
+import { randomBytes } from "node:crypto";
 import { createServer } from "node:http";
 import WebSocket, { WebSocketServer } from "ws";
 import { rawDataToString } from "../infra/ws.js";

Source: GitHub Commit Fix

Detection Methods for CVE-2026-28395

Indicators of Compromise

  • Unexpected network connections to the Chrome extension relay server from non-localhost addresses
  • Relay HTTP/WebSocket server listening on 0.0.0.0 instead of 127.0.0.1
  • Unusual volume of requests to relay endpoints from external IP addresses
  • Failed authentication attempts against the relay token header from remote hosts

Detection Strategies

  • Monitor network bindings for services that should only listen on loopback interfaces
  • Implement network traffic analysis to detect external connections to internal relay services
  • Review OpenClaw configuration files for wildcard cdpUrl patterns
  • Use port scanning detection to identify reconnaissance activity targeting relay endpoints

Monitoring Recommendations

  • Configure alerts for any relay server binding events on non-loopback interfaces
  • Implement logging for all authentication failures against relay token headers
  • Monitor for port enumeration attempts originating from external networks
  • Track unexpected increases in relay endpoint request volume

How to Mitigate CVE-2026-28395

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.12 or later immediately
  • Review and remove any wildcard cdpUrl configurations from your OpenClaw settings
  • Verify the Chrome extension relay server is binding only to loopback addresses
  • Implement network segmentation to isolate systems running vulnerable versions

Patch Information

The vulnerability has been addressed through two security commits. The primary fix (commit a1e89afcc19efd641c02b24d66d689f181ae2b5c) secures the Chrome extension relay CDP handling by properly validating host bindings and implementing cryptographic token generation. A supporting refactoring commit (8d75a496bf5aaab1755c56cf48502d967c75a1d0) centralizes utility functions including isLoopbackHost for consistent host validation throughout the codebase.

For detailed patch information, refer to the GitHub Security Advisory GHSA-qw99-grcx-4pvm and the VulnCheck Advisory.

Workarounds

  • Explicitly configure cdpUrl to use 127.0.0.1 or localhost instead of wildcard patterns
  • Use firewall rules to block external access to relay server ports
  • Disable the Chrome extension when not actively required
  • Implement network-level access controls to restrict connections to the relay server
bash
# Configuration example
# Ensure cdpUrl is explicitly set to loopback address in OpenClaw configuration
# Instead of: cdpUrl: "*"
# Use: cdpUrl: "127.0.0.1" or cdpUrl: "localhost"

# Verify relay server binding (should show 127.0.0.1, not 0.0.0.0)
netstat -tlnp | grep openclaw

# Block external access to relay ports via firewall
iptables -A INPUT -p tcp --dport <relay_port> ! -s 127.0.0.1 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.3

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

  • GitHub Commit Fix

  • GitHub Security Advisory GHSA-qw99-grcx-4pvm

  • VulnCheck Advisory on Openclaw
  • Related CVEs
  • CVE-2026-29612: OpenClaw DOS Vulnerability

  • CVE-2026-28452: OpenClaw DoS Vulnerability

  • CVE-2026-28394: OpenClaw DoS Vulnerability

  • CVE-2026-29609: OpenClaw DOS Vulnerability
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
  • English
  • 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