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

CVE-2026-28468: OpenClaw Auth Bypass Vulnerability

CVE-2026-28468 is an authentication bypass vulnerability in OpenClaw's sandbox browser bridge server that allows local attackers to access browser control endpoints without authentication. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28468 Overview

CVE-2026-28468 is an Authentication Bypass vulnerability affecting OpenClaw versions 2026.1.29-beta.1 prior to 2026.2.14. The vulnerability exists in the sandbox browser bridge server component, which improperly accepts requests without requiring gateway authentication. This security flaw allows local attackers to access browser control endpoints without proper authorization.

A local attacker exploiting this vulnerability can enumerate browser tabs, retrieve WebSocket URLs, execute arbitrary JavaScript code, and exfiltrate cookies and session data from authenticated browser contexts. The vulnerability is classified under CWE-306 (Missing Authentication for Critical Function).

Critical Impact

Local attackers can bypass authentication to access browser control endpoints, enabling JavaScript execution, cookie theft, and session data exfiltration from authenticated browser sessions.

Affected Products

  • OpenClaw versions 2026.1.29-beta.1 through 2026.2.13
  • OpenClaw sandbox browser bridge server component
  • Systems running vulnerable OpenClaw beta releases

Discovery Timeline

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

Technical Details for CVE-2026-28468

Vulnerability Analysis

This vulnerability stems from a missing authentication mechanism in the sandbox browser bridge server component of OpenClaw. The browser bridge server is designed to facilitate communication between the sandbox environment and browser instances. However, in affected versions, the server accepts incoming requests to browser control endpoints without validating that the requester has been authenticated through the gateway.

The impact of this vulnerability is significant because it provides local attackers with the ability to interact directly with browser instances running in authenticated contexts. An attacker can leverage this access to enumerate open browser tabs, obtain WebSocket connection URLs for real-time browser communication, inject and execute arbitrary JavaScript within the browser context, and extract sensitive authentication materials including cookies and session tokens.

Root Cause

The root cause is CWE-306: Missing Authentication for Critical Function. The sandbox browser bridge server was implemented without proper authentication checks on its control endpoints. When processing incoming requests, the server fails to verify that the requester has authenticated through the appropriate gateway mechanism before granting access to sensitive browser control functionality.

Attack Vector

This vulnerability requires local access to exploit. An attacker with local access to the system running a vulnerable OpenClaw instance can directly communicate with the sandbox browser bridge server endpoints. The attack does not require any user interaction or special privileges.

The attacker can connect to the browser bridge server and issue commands to enumerate active browser tabs, retrieve WebSocket URLs that provide direct communication channels to browser instances, execute JavaScript code within the browser context, and exfiltrate authentication credentials including cookies and session data from users who have authenticated within the browser.

The vulnerability mechanism involves direct communication with the unprotected browser bridge server endpoints. Technical details and patch commits are available in the GitHub Security Advisory.

Detection Methods for CVE-2026-28468

Indicators of Compromise

  • Unusual local connections to the sandbox browser bridge server from unexpected processes
  • Unexpected JavaScript execution or browser automation activity in sandbox environments
  • Anomalous access to browser cookies or session storage by non-browser processes
  • WebSocket connections to browser debugging endpoints from unauthorized sources

Detection Strategies

  • Monitor local network traffic for connections to sandbox browser bridge server ports from non-standard processes
  • Implement process monitoring to detect unauthorized access to browser control interfaces
  • Deploy endpoint detection rules to identify cookie or session data access by unexpected applications
  • Review application logs for authentication bypass attempts or missing authentication tokens

Monitoring Recommendations

  • Enable verbose logging on OpenClaw sandbox browser bridge server components
  • Monitor for unauthorized WebSocket connections to browser instances
  • Implement alerting on JavaScript execution from non-whitelisted sources within sandbox environments
  • Track cookie and session data access patterns for anomalous behavior

How to Mitigate CVE-2026-28468

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Audit systems for any signs of exploitation or unauthorized browser access
  • Review and restrict local access to systems running vulnerable OpenClaw instances
  • Implement network segmentation to limit local attack surface where possible

Patch Information

OpenClaw has released security patches to address this vulnerability. The fix adds proper gateway authentication requirements to the sandbox browser bridge server endpoints. Multiple commits have been published to remediate this issue:

  • Commit 4711a94
  • Commit 6dd6bce
  • Commit cd84885

For complete details, refer to the GitHub Security Advisory and the VulnCheck Advisory.

Workarounds

  • Restrict local access to systems running OpenClaw to trusted users only until patching is complete
  • Implement host-based firewall rules to limit access to sandbox browser bridge server ports
  • Monitor and log all local connections to OpenClaw components for forensic purposes
  • Consider temporarily disabling the sandbox browser bridge functionality if not critical to operations
bash
# Example: Restrict local access to browser bridge port (adjust port as needed)
# Using iptables to limit localhost connections
iptables -A INPUT -p tcp --dport 9222 -s 127.0.0.1 -j DROP
# Note: Verify the actual port used by your OpenClaw installation

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 Score8.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2026-35657: Openclaw Auth Bypass Vulnerability

  • CVE-2026-35656: Openclaw Auth Bypass Vulnerability

  • CVE-2026-35655: Openclaw Auth Bypass Vulnerability

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