返回列表

Helm has a path traversal in plugin metadata version enables arbitrary file write outside Helm plugin directory

CVE-2026-35204RCE2026-04-10

漏洞描述

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. "`/../`". Source Code Location: https://github.com/helm/helm Affected Packages: - go:helm.sh/helm/v4, affected >= 4.0.0, <= 4.1.3, patched in 4.1.4 CWEs: - CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CVSS: - CVSS_V4: score 8.4, CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:L/SC:H/SI:H/SA:H References: - https://github.com/helm/helm/security/advisories/GHSA-vmx8-mqv2-9gmg - https://nvd.nist.gov/vuln/detail/CVE-2026-35204 - https://github.com/helm/helm/commit/36c8539e99bc42d7aef9b87d136254662d04f027 - https://github.com/helm/helm/releases/tag/v4.1.4 - https://github.com/advisories/GHSA-vmx8-mqv2-9gmg

查看原文