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-2025-32386

CVE-2025-32386: Helm Helm DOS Vulnerability

CVE-2025-32386 is a denial of service vulnerability in Helm Helm caused by specially crafted chart archives that exhaust memory. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2025-32386 Overview

CVE-2025-32386 is a Denial of Service (DoS) vulnerability affecting Helm, the popular Kubernetes package manager used for managing Charts. The vulnerability allows an attacker to craft a malicious chart archive file that expands to a significantly larger size when decompressed compared to its compressed form (e.g., greater than 800x difference). When Helm attempts to load this specially crafted chart, memory exhaustion occurs, causing the application to terminate unexpectedly.

This type of attack, commonly known as a "decompression bomb" or "zip bomb," exploits the lack of size validation during the archive extraction process. The vulnerability poses a significant risk to Kubernetes environments where untrusted chart sources may be used.

Critical Impact

Attackers can cause memory exhaustion and application termination by providing maliciously crafted Helm chart archives, potentially disrupting Kubernetes deployment workflows and CI/CD pipelines.

Affected Products

  • Helm versions prior to v3.17.3
  • helm:helm component

Discovery Timeline

  • 2025-04-09 - CVE CVE-2025-32386 published to NVD
  • 2025-09-03 - Last updated in NVD database

Technical Details for CVE-2025-32386

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The core issue stems from Helm's chart loading mechanism which did not impose size limits on decompressed chart archive contents. An attacker could exploit this by creating a compressed archive that appears small but contains highly compressible data patterns that expand dramatically during decompression.

When a user or automated system attempts to load such a malicious chart, Helm would allocate memory proportional to the decompressed size without any upper bounds. This could lead to memory exhaustion on the host system, causing the Helm process to crash and potentially affecting other processes on the same system due to resource starvation.

The vulnerability requires user interaction (such as downloading and installing a chart from an untrusted source), but can be exploited remotely via network delivery of the malicious archive.

Root Cause

The root cause of CVE-2025-32386 is the absence of decompression size limits in Helm's chart archive loader. The pkg/chart/v2/loader/archive.go and pkg/chart/v2/loader/directory.go components lacked validation to check the total decompressed size of chart archives and individual files within them. Without these safeguards, the application would blindly allocate memory for arbitrarily large decompressed content.

Attack Vector

The attack vector is network-based, requiring the victim to load a maliciously crafted Helm chart. Attack scenarios include:

  1. An attacker publishes a malicious chart to a public chart repository
  2. A victim pulls and attempts to install the chart using helm install
  3. Helm decompresses the archive, allocating excessive memory
  4. The application terminates due to memory exhaustion

The following code shows the security patch that introduces decompression size limits:

go
// MaxDecompressedChartSize is the maximum size of a chart archive that will be
// decompressed. This is the decompressed size of all the files.
// The default value is 100 MiB.
var MaxDecompressedChartSize int64 = 100 * 1024 * 1024 // Default 100 MiB

// MaxDecompressedFileSize is the size of the largest file that Helm will attempt to load.
// The size of the file is the decompressed version of it when it is stored in an archive.
var MaxDecompressedFileSize int64 = 5 * 1024 * 1024 // Default 5 MiB

Source: GitHub Commit d8ca55f

The patch also adds file size validation in the directory loader:

go
		if fi.Size() > MaxDecompressedFileSize {
			return fmt.Errorf("chart file %q is larger than the maximum file size %d", fi.Name(), MaxDecompressedFileSize)
		}

		data, err := os.ReadFile(name)
		if err != nil {
			return errors.Wrapf(err, "error reading %s", n)

Source: GitHub Commit d8ca55f

Detection Methods for CVE-2025-32386

Indicators of Compromise

  • Unexpected Helm process crashes with out-of-memory (OOM) errors
  • Sudden memory spikes on systems running Helm operations
  • System logs showing memory allocation failures during chart loading operations
  • Kubernetes nodes experiencing resource pressure during chart installations

Detection Strategies

  • Monitor system memory utilization during Helm chart operations for abnormal spikes
  • Implement alerting on Helm process terminations, particularly with OOM-related exit codes
  • Review chart sources for unusually small archives that may contain decompression bombs
  • Audit repository access logs for downloads of suspicious or unknown charts

Monitoring Recommendations

  • Configure memory limits for Helm operations using cgroups or container resource constraints
  • Implement logging for chart loading operations including source and file sizes
  • Deploy monitoring solutions that track memory allocation patterns for Helm processes
  • Set up alerts for sudden increases in chart archive sizes or unusual compression ratios

How to Mitigate CVE-2025-32386

Immediate Actions Required

  • Upgrade Helm to version v3.17.3 or later immediately
  • Restrict chart installations to trusted, verified chart repositories only
  • Review any recently installed charts from untrusted sources
  • Implement resource limits for environments running Helm operations

Patch Information

The vulnerability has been resolved in Helm v3.17.3. The fix introduces two new configuration variables that impose hard limits on decompressed content:

  • MaxDecompressedChartSize: Limits total decompressed chart size to 100 MiB by default
  • MaxDecompressedFileSize: Limits individual file size to 5 MiB by default

For detailed patch information, see the GitHub Commit and the GitHub Security Advisory.

Workarounds

  • Only install charts from trusted and verified sources until the patch is applied
  • Implement network-level controls to restrict access to untrusted chart repositories
  • Use container resource limits to contain the impact of potential memory exhaustion
  • Pre-scan chart archives for suspicious compression ratios before installation
bash
# Configuration example - Upgrade Helm to patched version
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash -s -- --version v3.17.3

# Verify installed version
helm version --short

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechHelm

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Commit Overview
  • Related CVEs
  • CVE-2024-26147: Helm Package Manager DOS Vulnerability

  • CVE-2022-23524: Helm Chart Manager DOS Vulnerability

  • CVE-2026-35206: Helm Path Traversal Vulnerability

  • CVE-2026-35205: Helm Plugin Signature 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