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

CVE-2026-42437: OpenClaw WebSocket DoS Vulnerability

CVE-2026-42437 is a denial of service flaw in OpenClaw's WebSocket path that allows attackers to crash services with oversized frames. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-42437 Overview

CVE-2026-42437 is a denial of service vulnerability in OpenClaw versions 2026.4.9 before 2026.4.10. The flaw exists in the voice-call realtime WebSocket path, which accepts oversized frames without proper validation. Remote attackers can transmit oversized WebSocket frames to exhaust server resources and render the service unavailable. The vulnerability is classified under CWE-770: Allocation of Resources Without Limits or Throttling. Any deployment that exposes the webhook path to untrusted networks is at risk. No authentication or user interaction is required to trigger the condition.

Critical Impact

Unauthenticated remote attackers can disrupt OpenClaw voice-call services by sending oversized WebSocket frames, causing service-wide unavailability.

Affected Products

  • OpenClaw 2026.4.9
  • OpenClaw versions prior to 2026.4.10 exposing the voice-call realtime webhook path
  • Deployments using extensions/voice-call/src/webhook/realtime-handler.ts

Discovery Timeline

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

Technical Details for CVE-2026-42437

Vulnerability Analysis

The vulnerability resides in the voice-call extension's realtime WebSocket handler. The handler reads incoming frames from connected clients without enforcing a maximum message size. An attacker can open a WebSocket connection to the webhook path and send arbitrarily large frames. The server attempts to buffer the entire frame, consuming memory and CPU resources. Sustained or sufficiently large frames cause resource exhaustion, terminating availability for legitimate users.

The vulnerability falls under the Denial of Service category, specifically Resource Exhaustion. The attack requires only network reachability to the WebSocket endpoint. Because the realtime path is part of the voice-call extension, deployments that expose this functionality to the internet are directly exploitable.

Root Cause

The root cause is missing input validation on WebSocket frame size in extensions/voice-call/src/webhook/realtime-handler.ts. Prior to the patch, no upper bound existed on inbound realtime messages. The fix introduces a MAX_REALTIME_MESSAGE_BYTES constant set to 256 KiB and rejects frames exceeding this limit.

Attack Vector

An unauthenticated remote attacker connects to the voice-call realtime WebSocket endpoint and transmits frames larger than the server can safely buffer. Repeated oversized frames degrade or terminate service. The attack is network-based and does not require credentials or user interaction.

typescript
// Source: https://github.com/openclaw/openclaw/commit/afadb7dae6738819ad9c7d2597ace0516957d20e
// Patch in extensions/voice-call/src/webhook/realtime-handler.ts

 const STREAM_TOKEN_TTL_MS = 30_000;
 const DEFAULT_HOST = "localhost:8443";
+const MAX_REALTIME_MESSAGE_BYTES = 256 * 1024;
 
 function normalizePath(pathname: string): string {
   const trimmed = pathname.trim();

The patch defines a 256 KiB ceiling for inbound realtime WebSocket messages. Frames exceeding this limit are rejected before they consume server resources.

Detection Methods for CVE-2026-42437

Indicators of Compromise

  • WebSocket connections to the voice-call realtime path transmitting frames larger than 256 KiB
  • Spikes in memory or CPU consumption on OpenClaw nodes correlating with inbound WebSocket traffic
  • Repeated WebSocket connection resets or service crashes on the voice-call extension process
  • Unusual sustained inbound traffic volume to the webhook path from a single source IP

Detection Strategies

  • Inspect WebSocket frames at reverse proxies or load balancers and log frames exceeding 256 KiB to the realtime path
  • Monitor application logs from realtime-handler.ts for oversized message errors after upgrading
  • Correlate process restarts of the voice-call extension with inbound network telemetry

Monitoring Recommendations

  • Enable rate limiting and per-connection byte counters on the WebSocket gateway fronting OpenClaw
  • Alert on memory pressure events on hosts running the voice-call extension
  • Track outlier client IPs by total bytes sent to the realtime WebSocket endpoint

How to Mitigate CVE-2026-42437

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.10 or later, which enforces the MAX_REALTIME_MESSAGE_BYTES limit
  • Restrict network exposure of the voice-call realtime WebSocket path to trusted networks where feasible
  • Place a reverse proxy in front of OpenClaw and configure a WebSocket frame size limit of 256 KiB

Patch Information

The fix is committed in openclaw/openclaw commit afadb7d and described in the GitHub Security Advisory GHSA-vw3h-q6xq-jjm5. Additional details are available in the VulnCheck Denial of Service Advisory. Upgrading is the recommended remediation path.

Workarounds

  • Enforce a 256 KiB maximum frame size on upstream proxies such as NGINX or HAProxy fronting the WebSocket endpoint
  • Apply network-level rate limiting on connections to the voice-call realtime path
  • Disable the voice-call extension if the realtime WebSocket functionality is not required
bash
# NGINX configuration example to limit WebSocket frame size upstream of OpenClaw
http {
    client_max_body_size 256k;

    server {
        listen 8443 ssl;

        location /voice-call/realtime {
            proxy_pass http://openclaw_backend;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            proxy_read_timeout 60s;
            proxy_buffer_size 256k;
            proxy_buffers 4 256k;
        }
    }
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.09%

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

  • GitHub Security Advisory

  • VulnCheck Denial of Service Advisory
  • Related CVEs
  • CVE-2026-42420: Openclaw Openclaw DOS Vulnerability

  • CVE-2026-41374: Openclaw DOS Vulnerability

  • CVE-2026-41399: OpenClaw DoS Vulnerability via WebSocket

  • CVE-2026-41405: OpenClaw DoS 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