Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-28458

CVE-2026-28458: OpenClaw Authentication Bypass Vulnerability

CVE-2026-28458 is an authentication bypass flaw in OpenClaw Browser Relay that allows unauthorized WebSocket access to steal cookies and execute JavaScript. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28458 Overview

OpenClaw version 2026.1.20 prior to 2026.2.1 contains a missing authentication vulnerability (CWE-306) in the Browser Relay extension's /cdp WebSocket endpoint. When the Browser Relay extension is installed and enabled, the endpoint does not require authentication tokens, allowing malicious websites to connect via loopback and access sensitive data. Attackers can exploit this by connecting to ws://127.0.0.1:18792/cdp to steal session cookies and execute JavaScript in other browser tabs.

Critical Impact

Attackers can steal session cookies and execute arbitrary JavaScript in other browser tabs by exploiting the unauthenticated WebSocket endpoint, potentially leading to complete session compromise and cross-tab code execution.

Affected Products

  • OpenClaw versions 2026.1.20 to versions prior to 2026.2.1
  • OpenClaw Browser Relay extension (when installed and enabled)

Discovery Timeline

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

Technical Details for CVE-2026-28458

Vulnerability Analysis

This vulnerability stems from a fundamental authentication bypass in OpenClaw's Browser Relay extension. The /cdp WebSocket endpoint, which provides Chrome DevTools Protocol (CDP) access, fails to implement any authentication mechanism. This design flaw allows any local process or website to establish a WebSocket connection to the loopback address without presenting valid credentials.

The attack requires user interaction (the user must visit a malicious website), and the Browser Relay extension must be installed and enabled. Once these conditions are met, an attacker-controlled webpage can programmatically connect to the local WebSocket endpoint and leverage CDP capabilities to interact with the victim's browser session.

Root Cause

The root cause is Missing Authentication for Critical Function (CWE-306). The Browser Relay extension exposes a WebSocket endpoint at ws://127.0.0.1:18792/cdp that provides access to powerful browser debugging capabilities without requiring any form of authentication tokens or session validation. This allows unauthorized connections from any origin that can reach the loopback interface.

Attack Vector

The attack leverages network access through the loopback interface. A malicious website visited by the victim can establish a WebSocket connection to ws://127.0.0.1:18792/cdp. Through this connection, the attacker gains access to Chrome DevTools Protocol functionality, enabling:

  1. Session Cookie Theft: Extracting authentication cookies from the browser's storage
  2. Cross-Tab JavaScript Execution: Injecting and executing malicious JavaScript in other open browser tabs
  3. Sensitive Data Exfiltration: Accessing data from other browsing contexts

The vulnerability requires user interaction (visiting a malicious site) and the presence of the vulnerable extension, but once exploited, provides significant access to the victim's browser session. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-28458

Indicators of Compromise

  • Unexpected WebSocket connections to 127.0.0.1:18792 from browser processes
  • Network traffic showing WebSocket upgrade requests to the /cdp endpoint from external origins
  • JavaScript execution or cookie access patterns that don't correlate with normal user activity
  • Browser console logs indicating CDP connections from unauthorized sources

Detection Strategies

  • Monitor local network traffic for WebSocket connections targeting port 18792 on the loopback interface
  • Implement browser extension activity logging to detect unauthorized CDP endpoint access
  • Deploy endpoint detection rules to identify processes establishing connections to the vulnerable WebSocket endpoint
  • Review browser extension permissions and activity logs for anomalous behavior patterns

Monitoring Recommendations

  • Configure SentinelOne agents to monitor for suspicious loopback WebSocket traffic patterns
  • Enable detailed browser extension telemetry to capture connection attempts to local debugging endpoints
  • Set up alerts for unexpected cross-origin WebSocket connections originating from browser tabs
  • Implement network segmentation monitoring to detect lateral movement attempts following credential theft

How to Mitigate CVE-2026-28458

Immediate Actions Required

  • Update OpenClaw to version 2026.2.1 or later immediately
  • If immediate patching is not possible, disable the Browser Relay extension until the update can be applied
  • Audit browser sessions for potential compromise and rotate session tokens for sensitive applications
  • Review browser extension inventory to identify affected installations across the organization

Patch Information

OpenClaw has released a security fix in version 2026.2.1 that addresses the missing authentication issue in the Browser Relay's /cdp WebSocket endpoint. The patch introduces proper authentication token validation for WebSocket connections. For details on the fix implementation, refer to the GitHub Commit Update.

Additional resources:

  • GitHub Security Advisory
  • VulnCheck Advisory on OpenClaw

Workarounds

  • Disable the OpenClaw Browser Relay extension until the patched version can be deployed
  • Configure local firewall rules to block incoming connections to port 18792 from non-local sources
  • Implement browser policies to restrict extension network capabilities where possible
  • Use network monitoring tools to detect and alert on connection attempts to the vulnerable endpoint
bash
# Example: Block external access to the vulnerable port (Linux iptables)
# Note: This does not prevent localhost attacks but adds defense-in-depth
iptables -A INPUT -p tcp --dport 18792 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 18792 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score7.4

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

  • GitHub Security Advisory

  • VulnCheck Advisory on OpenClaw
  • Related CVEs
  • CVE-2026-41909: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41908: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41301: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41330: OpenClaw Auth Bypass 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