Helm.Sh Helm V3 vulnerabilities

23 known vulnerabilities affecting helm.sh/helm_v3.

Total CVEs
23
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH4MEDIUM14LOW5

Vulnerabilities

Page 2 of 2
CVE-2020-15185LOW≥ 3.0.0, < 3.3.22021-05-24
CVE-2020-15185 [LOW] CWE-20 Repository index file allows for duplicates of the same chart entry in helm Repository index file allows for duplicates of the same chart entry in helm ### Impact During a security audit of Helm's code base, security researchers at Trail of Bits identified a bug in which the a Helm repository can contain duplicates of the same chart, with the last one always used. If a repository is compromised, this lowers the level of access that an attacker needs to inject a bad
ghsaosv
CVE-2020-15186LOW≥ 3.0.0, < 3.3.22021-05-24
CVE-2020-15186 [LOW] CWE-20 Improper Sanitizing of plugin names in helm Improper Sanitizing of plugin names in helm ### Impact Security researchers at Trail of Bits discovered that plugin names are not sanitized properly. As a result, a malicious plugin author could use characters in a plugin name that would result in unexpected behavior, such as duplicating the name of another plugin or spoofing the output to `helm --help`. ### Specific Go Packages Affected helm.sh/helm/v3/pkg/plugin ### Pa
ghsaosv
CVE-2020-15184LOW≥ 3.0.0, < 3.3.22021-05-24
CVE-2020-15184 [LOW] CWE-20 Aliases are never checked in helm Aliases are never checked in helm ### 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 ### Workaround
ghsaosv