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

CVE-2026-28394: OpenClaw DoS Vulnerability

CVE-2026-28394 is a denial of service flaw in OpenClaw's web_fetch tool that enables attackers to crash the Gateway process through memory exhaustion. This article covers technical details, affected versions, and mitigations.

Published: March 6, 2026

CVE-2026-28394 Overview

CVE-2026-28394 is a denial of service vulnerability affecting OpenClaw versions prior to 2026.2.15. The flaw resides in the web_fetch tool and allows remote attackers to crash the Gateway process through memory exhaustion. Exploitation occurs when the application parses oversized or deeply nested HTML responses without proper resource limits, enabling attackers to social-engineer users into fetching malicious URLs containing pathological HTML structures.

Critical Impact

Successful exploitation can exhaust server memory and cause complete service unavailability, disrupting all Gateway operations.

Affected Products

  • OpenClaw versions prior to 2026.2.15

Discovery Timeline

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

Technical Details for CVE-2026-28394

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The web_fetch tool in OpenClaw processes HTML responses without enforcing adequate constraints on input size or structural complexity. When a user is tricked into fetching a URL that returns specially crafted HTML content—either extremely large or containing deeply nested elements—the parsing operation consumes unbounded memory resources.

The attack requires user interaction, as an attacker must convince a victim to initiate a fetch request to a malicious URL. Once triggered, the HTML parser attempts to process the entire response body and build a DOM representation, which for pathological inputs can lead to exponential memory consumption and ultimately crash the Gateway process.

Root Cause

The root cause is the absence of resource limits during HTML response parsing in the web_fetch utility functions. Prior to the fix, the application would:

  1. Accept arbitrarily large HTTP response bodies
  2. Attempt to parse HTML content regardless of document size
  3. Process deeply nested DOM structures without depth limits

This lack of input validation allows attackers to craft responses that trigger worst-case memory allocation scenarios in the Readability parsing library.

Attack Vector

The attack leverages a network-based vector requiring user interaction. An attacker crafts a malicious web page with one or more of the following characteristics:

  • HTML content exceeding reasonable size limits (multiple megabytes)
  • Extremely deep nesting of HTML elements (thousands of levels)
  • Combinations of large size and complex structure to maximize memory impact

The attacker then social-engineers a user into using the web_fetch tool against the malicious URL. When the tool fetches and attempts to parse the response, memory consumption spikes uncontrollably, exhausting available resources and crashing the Gateway service.

typescript
// Security patch introducing resource limits
// Source: https://github.com/openclaw/openclaw/commit/166cf6a3e04c7df42bea70a7ad5ce2b9df46d147

 export type ExtractMode = "markdown" | "text";
 
+const READABILITY_MAX_HTML_CHARS = 1_000_000;
+const READABILITY_MAX_ESTIMATED_NESTING_DEPTH = 3_000;
+
 let readabilityDepsPromise:
   | Promise<{
       Readability: typeof import("@mozilla/readability").Readability;

The patch introduces explicit limits: READABILITY_MAX_HTML_CHARS caps HTML content at 1 million characters, while READABILITY_MAX_ESTIMATED_NESTING_DEPTH limits DOM nesting to 3,000 levels.

typescript
// Additional response body size limits
// Source: https://github.com/openclaw/openclaw/commit/166cf6a3e04c7df42bea70a7ad5ce2b9df46d147

 const EXTRACT_MODES = ["markdown", "text"] as const;
 
 const DEFAULT_FETCH_MAX_CHARS = 50_000;
+const DEFAULT_FETCH_MAX_RESPONSE_BYTES = 2_000_000;
+const FETCH_MAX_RESPONSE_BYTES_MIN = 32_000;
+const FETCH_MAX_RESPONSE_BYTES_MAX = 10_000_000;
 const DEFAULT_FETCH_MAX_REDIRECTS = 3;
 const DEFAULT_ERROR_MAX_CHARS = 4_000;
+const DEFAULT_ERROR_MAX_BYTES = 64_000;
 const DEFAULT_FIRECRAWL_BASE_URL = "https://api.firecrawl.dev";
 const DEFAULT_FIRECRAWL_MAX_AGE_MS = 172_800_000;
 const DEFAULT_FETCH_USER_AGENT =

This portion of the fix adds byte-level limits on response bodies, defaulting to 2MB with configurable bounds between 32KB and 10MB.

Detection Methods for CVE-2026-28394

Indicators of Compromise

  • Unusual memory consumption spikes in Gateway processes correlated with web_fetch operations
  • Gateway service crashes or restarts with out-of-memory errors in logs
  • HTTP requests to external URLs followed immediately by service degradation
  • Log entries showing exceptionally large response body sizes being processed

Detection Strategies

  • Monitor Gateway process memory usage and alert on abnormal growth patterns
  • Implement logging for web_fetch tool invocations capturing target URLs and response sizes
  • Track service availability metrics to identify DoS patterns
  • Analyze user activity for suspicious URL fetch requests targeting unfamiliar domains

Monitoring Recommendations

  • Configure memory threshold alerts for OpenClaw Gateway processes
  • Enable detailed logging for the web_fetch tool to capture response metadata
  • Implement rate limiting on fetch operations to reduce exposure
  • Monitor for repeated Gateway restarts which may indicate active exploitation attempts

How to Mitigate CVE-2026-28394

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.15 or later immediately
  • Review recent web_fetch operations for suspicious URLs or unusually large responses
  • Implement network-level filtering to block requests to known malicious domains
  • Consider temporarily disabling or restricting access to the web_fetch tool until patching is complete

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.15. The fix introduces multiple layers of protection including response body size limits (default 2MB, configurable between 32KB-10MB), HTML content character limits (1 million characters), and DOM nesting depth restrictions (3,000 levels). For detailed patch information, see the GitHub Commit and the GitHub Security Advisory.

Workarounds

  • Restrict web_fetch tool access to trusted users only until patching is possible
  • Implement proxy-based URL filtering to prevent fetching from untrusted external sources
  • Configure network-level response size limits if supported by your infrastructure
  • Educate users about the risks of fetching URLs from untrusted sources
bash
# Configuration example - restrict web_fetch access
# Apply network-level response size limits via reverse proxy (nginx example)
# Add to nginx configuration for OpenClaw Gateway

# Limit proxy response body size
proxy_max_temp_file_size 2m;
client_max_body_size 2m;

# Set timeout to prevent long-running requests
proxy_read_timeout 30s;

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.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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-29612: OpenClaw DOS Vulnerability

  • CVE-2026-28452: OpenClaw DoS Vulnerability

  • CVE-2026-28395: OpenClaw Network Binding 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