---
id: CVE-2025-32386
aliases:
  - GHSA-4hfp-h4cw-hj8p
  - BIT-helm-2025-32386
  - GO-2025-3601
title: >-
  Helm Allows A Specially Crafted Chart Archive To Cause Out Of Memory
  Termination
summary: >-
  Helm Allows A Specially Crafted Chart Archive To Cause Out Of Memory
  Termination
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'
vendor: helm
product: helm.sh/helm/v3
ecosystem: go
affected:
  - helm.sh/helm/v3 < 3.17.3
patched:
  - helm.sh/helm/v3 3.17.3
published: '2025-04-10'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:23.422045323Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-4hfp-h4cw-hj8p'
references:
  - url: 'https://github.com/helm/helm/security/advisories/GHSA-4hfp-h4cw-hj8p'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-32386'
  - url: >-
      https://github.com/helm/helm/commit/d8ca55fc669645c10c0681d49723f4bb8c0b1ce7
  - url: 'https://github.com/helm/helm'
tags:
  - osv
  - go
epss: 0.00449
epssPercentile: 0.38446
ingestedAt: '2026-09-12T03:13:01.753Z'
---

## Overview

A Helm contributor discovered that a specially crafted chart archive file can cause Helm to use all available memory and have an out of memory (OOM) termination.

### Impact
A chart archive file can be crafted in a manner where it expands to be significantly larger uncompressed than compressed (e.g., >800x difference). When Helm loads this specially crafted chart, memory can be exhausted causing the application to terminate.

### Patches
This issue has been resolved in Helm v3.17.3.

### Workarounds
Ensure that any chart archive files being loaded by Helm do not contain files that are large enough to cause the Helm Client or SDK to use up available memory leading to a termination.

### For more information
Helm's security policy is spelled out in detail in our [SECURITY](https://github.com/helm/community/blob/master/SECURITY.md) document.

### Credits
Disclosed by Jakub Ciolek at AlphaSense.

## Affected packages

- `helm.sh/helm/v3 < 3.17.3`

## Remediation

Upgrade to a patched release:

- `helm.sh/helm/v3 3.17.3`
