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

CVE-2026-28452: OpenClaw DoS Vulnerability

CVE-2026-28452 is a denial of service flaw in OpenClaw that allows attackers to exhaust system resources via malicious ZIP and TAR archives. This article covers the technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28452 Overview

OpenClaw versions prior to 2026.2.14 contain a denial of service vulnerability in the extractArchive function within src/infra/archive.ts. This vulnerability allows attackers to consume excessive CPU, memory, and disk resources through high-expansion ZIP and TAR archives. Remote attackers can trigger resource exhaustion by providing maliciously crafted archive files during install or update operations, causing service degradation or complete system unavailability.

Critical Impact

Attackers can leverage maliciously crafted archive files to exhaust system resources (CPU, memory, and disk), leading to denial of service conditions that may render the affected system or application unresponsive.

Affected Products

  • OpenClaw versions prior to 2026.2.14

Discovery Timeline

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

Technical Details for CVE-2026-28452

Vulnerability Analysis

This vulnerability falls under CWE-770 (Allocation of Resources Without Limits or Throttling). The extractArchive function in OpenClaw's src/infra/archive.ts module fails to implement proper safeguards when processing archive files. When a user initiates install or update operations that involve archive extraction, the function processes the contents without validating the decompression ratio or imposing resource limits.

High-expansion archives, commonly known as "zip bombs" or "decompression bombs," exploit this weakness by containing data with extremely high compression ratios. When extracted, these archives expand to sizes that far exceed available system resources, causing memory exhaustion, disk space consumption, and CPU overload.

Root Cause

The root cause lies in the absence of resource allocation limits within the extractArchive function. The function processes ZIP and TAR archives without:

  • Validating the expected decompressed size against available resources
  • Implementing extraction size limits or thresholds
  • Checking compression ratios to detect potentially malicious archives
  • Setting timeouts or resource consumption boundaries during extraction

This unguarded approach allows attackers to craft archives that, when processed, consume disproportionate system resources relative to their compressed size.

Attack Vector

The attack vector is local, requiring user interaction. An attacker must convince a user to process a malicious archive file through OpenClaw's install or update functionality. The attack scenario typically involves:

  1. The attacker creates a high-expansion archive (ZIP or TAR) designed to expand to sizes that exhaust system resources
  2. The malicious archive is distributed through channels where victims might use it with OpenClaw
  3. When a user initiates an install or update operation with the crafted archive, the extractArchive function begins processing
  4. The archive decompresses without resource limits, rapidly consuming available memory, CPU cycles, and disk space
  5. System resources become exhausted, leading to application crashes, system slowdowns, or complete unavailability

For detailed technical information about this vulnerability and the fixes applied, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-28452

Indicators of Compromise

  • Unusual spikes in CPU or memory utilization during archive extraction operations
  • Rapid and unexpected disk space consumption in temporary or extraction directories
  • Application crashes or unresponsiveness during install or update procedures
  • System logs indicating resource exhaustion or out-of-memory conditions

Detection Strategies

  • Monitor system resource utilization during OpenClaw operations to detect abnormal consumption patterns
  • Implement file integrity monitoring on OpenClaw installation directories to identify unexpected large file extractions
  • Deploy endpoint detection rules that alert on high compression ratio archive processing
  • Review application logs for extraction failures or timeout events that may indicate attempted exploitation

Monitoring Recommendations

  • Configure resource monitoring alerts for processes related to OpenClaw operations
  • Establish baseline metrics for normal archive extraction resource usage to detect anomalies
  • Enable detailed logging for archive extraction operations to capture forensic data
  • Monitor temporary directories used during install and update operations for unusual growth patterns

How to Mitigate CVE-2026-28452

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Audit recent install and update operations for signs of resource exhaustion attacks
  • Review source integrity of archive files used with OpenClaw before processing
  • Consider implementing system-level resource limits for OpenClaw processes as a defense-in-depth measure

Patch Information

OpenClaw has released patches addressing this vulnerability. The fixes implement proper resource allocation limits and validation within the extractArchive function. Organizations should update to version 2026.2.14 or later.

Relevant security patches can be found at:

  • GitHub Commit Update
  • GitHub Commit Change

For complete vulnerability details and remediation guidance, consult the GitHub Security Advisory and the VulnCheck Advisory.

Workarounds

  • Implement operating system-level resource quotas for processes running OpenClaw operations
  • Use external archive validation tools to inspect archive files before processing with OpenClaw
  • Configure disk quotas on directories used for extraction to limit potential impact
  • Deploy network-level controls to validate archive files from untrusted sources before they reach OpenClaw
bash
# Example: Configure process resource limits using ulimit (Linux)
# Limit virtual memory to 2GB and max file size to 1GB
ulimit -v 2097152
ulimit -f 1048576
# Then run OpenClaw operations with these constraints

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

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/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 Commit Change

  • GitHub Security Advisory

  • VulnCheck Denial of Service Advisory
  • Related CVEs
  • CVE-2026-29612: OpenClaw DOS Vulnerability

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