Skip to content

Aliases are never checked in helm

Low severity GitHub Reviewed Published Sep 17, 2020 in helm/helm • Updated Oct 2, 2023

Package

gomod helm.sh/helm (Go)

Affected versions

< 2.16.11

Patched versions

2.16.11
gomod helm.sh/helm/v3 (Go)
>= 3.0.0, < 3.3.2
3.3.2

Description

Impact

During a security audit of Helm's code base, security researchers at Trail of Bits identified a bug in which the alias field on a Chart.yaml is not properly sanitized. This could lead to the injection of unwanted information into a chart.

Patches

This issue has been patched in Helm 3.3.2 and 2.16.11

Specific Go Packages Affected

helm.sh/helm/v3/pkg/chartutil

Workarounds

Manually review the dependencies field of any untrusted chart, verifying that the alias field is either not used, or (if used) does not contain newlines or path characters.

References

@technosophos technosophos published to helm/helm Sep 17, 2020
Published by the National Vulnerability Database Sep 17, 2020
Reviewed May 24, 2021
Published to the GitHub Advisory Database May 24, 2021
Last updated Oct 2, 2023

Severity

Low
3.7
/ 10

CVSS base metrics

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

CVE ID

CVE-2020-15184

GHSA ID

GHSA-9vp5-m38w-j776

Source code

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