Skip to content

Plugin archive directory traversal in Helm

Low severity GitHub Reviewed Published Jun 15, 2020 in helm/helm • Updated Feb 13, 2024

Package

gomod helm.sh/helm/v3 (Go)

Affected versions

>= 3.0.0, < 3.2.4

Patched versions

3.2.4

Description

The Helm core maintainers have identified an information disclosure
vulnerability in Helm 3.0.0-3.2.3.

Impact

A traversal attack is possible when installing Helm plugins from a tar
archive over HTTP. It is possible for a malicious plugin author to inject a relative
path into a plugin archive, and copy a file outside of the intended directory.

Traversal Attacks are a form of a Directory Traversal that can be exploited by
extracting files from an archive. The premise of the Directory Traversal
vulnerability is that an attacker can gain access to parts of the file system
outside of the target folder in which they should reside. The attacker can
then overwrite executable files and either invoke them remotely or wait for
the system or user to call them, thus achieving Remote Command Execution on
the victim's machine. The vulnerability can also cause damage by overwriting
configuration files or other sensitive resources, and can be exploited on both
client (user) machines and servers.

https://snyk.io/research/zip-slip-vulnerability

Specific Go Packages Affected

helm.sh/helm/v3/pkg/plugin/installer

Patches

This issue has been fixed in Helm 3.2.4

For more information

If you have any questions or comments about this advisory:

References

@adamreese adamreese published to helm/helm Jun 15, 2020
Published by the National Vulnerability Database Jun 16, 2020
Reviewed May 24, 2021
Published to the GitHub Advisory Database Jun 23, 2021
Last updated Feb 13, 2024

Severity

Low
3.7
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
Low
User interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2020-4053

GHSA ID

GHSA-qq3j-xp49-j73f

Source code

No known source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.