GO-2022-0384

Source
https://pkg.go.dev/vuln/GO-2022-0384
Import Source
https://vuln.go.dev/ID/GO-2022-0384.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2022-0384
Aliases
Published
2022-07-15T23:29:45Z
Modified
2024-05-20T16:03:47Z
Summary
Repository credentials passed to alternate domain in helm.sh/helm/v3
Details

The username and password credentials associated with a Helm repository can be passed to another domain referenced by that Helm repository.

If the index.yaml for a Helm repository is hosted on one domain and references a chart archive on a different domain, Helm will provide the credentials for the index.yaml's domain when fetching those archives.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2022-0384"
}
References

Affected packages

Go / helm.sh/helm/v3

Package

Name
helm.sh/helm/v3
View open source insights on deps.dev
Purl
pkg:golang/helm.sh/helm/v3

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.6.1

Ecosystem specific

{
    "imports": [
        {
            "path": "helm.sh/helm/v3/pkg/downloader",
            "symbols": [
                "ChartDownloader.DownloadTo",
                "ChartDownloader.ResolveChartVersion",
                "Manager.Build",
                "Manager.Update"
            ]
        }
    ]
}