Arch Linux Security Advisory ASA-202106-52
=========================================
Severity: Medium
Date    : 2021-06-22
CVE-ID  : CVE-2021-32690
Package : helm
Type    : information disclosure
Remote  : Yes
Link    : https://security.archlinux.org/AVG-2078

Summary
======
The package helm before version 3.6.1-1 is vulnerable to information
disclosure.

Resolution
=========
Upgrade to 3.6.1-1.

# pacman -Syu "helm>=3.6.1-1"

The problem has been fixed upstream in version 3.6.1.

Workaround
=========
None.

Description
==========
In versions of helm prior to 3.6.1, a vulnerability exists where the
username and password credentials associated with a Helm repository
could be passed on to another domain referenced by that Helm
repository.

The index.yaml within a Helm chart repository contains a reference
where to get the chart archive for each version of a chart. The
reference can be relative to the index.yaml file or a URL to location.
The URL can point to any domain and this is a feature leveraged by Helm
users. For example, an index.yaml file can be hosted on GitHub pages
while the chart archives are hosted as GitHub releases. These are on
different domain names and the index.yaml file points to the other
domain.

When a username and password were associated with a Helm repository the
username and password were also passed on to other domains referenced
in the index.yaml file. This occurred when Helm went to retrieve a
specific chart archive on the other domain.

Impact
=====
Username and password credentials associated with a Helm repository
could be passed on to another domain referenced by that Helm
repository.

References
=========
https://github.com/helm/helm/security/advisories/GHSA-56hp-xqp3-w2jf
https://github.com/helm/helm/commit/61d8e8c4a6f95540c15c6a65f36a6dd0a45e7a2f
https://security.archlinux.org/CVE-2021-32690

ArchLinux: 202106-52: helm: information disclosure

June 24, 2021

Summary

In versions of helm prior to 3.6.1, a vulnerability exists where the username and password credentials associated with a Helm repository could be passed on to another domain referenced by that Helm repository. The index.yaml within a Helm chart repository contains a reference where to get the chart archive for each version of a chart. The reference can be relative to the index.yaml file or a URL to location. The URL can point to any domain and this is a feature leveraged by Helm users. For example, an index.yaml file can be hosted on GitHub pages while the chart archives are hosted as GitHub releases. These are on different domain names and the index.yaml file points to the other domain.
When a username and password were associated with a Helm repository the username and password were also passed on to other domains referenced in the index.yaml file. This occurred when Helm went to retrieve a specific chart archive on the other domain.

Resolution

Upgrade to 3.6.1-1. # pacman -Syu "helm>=3.6.1-1"
The problem has been fixed upstream in version 3.6.1.

References

https://github.com/helm/helm/security/advisories/GHSA-56hp-xqp3-w2jf https://github.com/helm/helm/commit/61d8e8c4a6f95540c15c6a65f36a6dd0a45e7a2f https://security.archlinux.org/CVE-2021-32690

Severity
Package : helm
Type : information disclosure
Remote : Yes
Link : https://security.archlinux.org/AVG-2078

Workaround

None.

Related News