---
id: CVE-2026-35204
aliases:
  - GHSA-vmx8-mqv2-9gmg
  - BIT-helm-2026-35204
  - GO-2026-5666
title: >-
  Helm has a path traversal in plugin metadata version enables arbitrary file
  write outside Helm plugin directory
summary: >-
  Helm has a path traversal in plugin metadata version enables arbitrary file
  write outside Helm plugin directory
severity: high
cvss: 8.6
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H'
vendor: helm
product: helm.sh/helm/v4
ecosystem: go
affected:
  - 'helm.sh/helm/v4 >= 4.0.0, < 4.1.4'
patched:
  - helm.sh/helm/v4 4.1.4
published: '2026-04-10'
updated: '2026-07-24'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-vmx8-mqv2-9gmg'
references:
  - url: 'https://github.com/helm/helm/security/advisories/GHSA-vmx8-mqv2-9gmg'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-35204'
  - url: >-
      https://github.com/helm/helm/commit/36c8539e99bc42d7aef9b87d136254662d04f027
  - url: 'https://github.com/helm/helm'
  - url: 'https://github.com/helm/helm/releases/tag/v4.1.4'
tags:
  - osv
  - go
  - exploit-available
epss: 0.00191
epssPercentile: 0.07783
ingestedAt: '2026-07-25T19:08:12.005Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/h3ck13r/CVE-2026-35204'
  checkedAt: '2026-09-25T08:20:55.955Z'
exploitAvailable: true
---

## Overview

Helm is a package manager for Charts for Kubernetes. In Helm versions >=4.0.0 and <=4.1.3, a specially crafted Helm plugin, when installed or updated, will cause Helm to write the contents of the plugin to an arbitrary filesystem location.

### Impact

A Helm user who installs or updates a plugin that is specially crafted can cause Helm to attempt to write the content of the affected plugin to an arbitrary location on the user's filesystem. Impacted users risk potentially overwriting user and system files which may further compromise the integrity of a system.

### Patches

This issue has been patched in Helm v4.1.4

Installing/updating a plugin with a non-SemVer version (which excludes path traversal patterns) will result in an error.

### Workarounds

Validate that the `plugin.yaml` of the Helm plugin does not include a `version:` field containing POSIX dot-dot path separators ie. "`/../`".

## Affected packages

- `helm.sh/helm/v4 >= 4.0.0, < 4.1.4`

## Remediation

Upgrade to a patched release:

- `helm.sh/helm/v4 4.1.4`
