Skip to content

fix(deps): update module helm.sh/helm/v3 to v3.20.2 [security]#976

Merged
jvanz merged 1 commit intomainfrom
renovate/go-helm.sh-helm-v3-vulnerability
Apr 10, 2026
Merged

fix(deps): update module helm.sh/helm/v3 to v3.20.2 [security]#976
jvanz merged 1 commit intomainfrom
renovate/go-helm.sh-helm-v3-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 10, 2026

This PR contains the following updates:

Package Change Age Confidence
helm.sh/helm/v3 v3.20.1v3.20.2 age confidence

GitHub Vulnerability Alerts

CVE-2026-35206

Helm is a package manager for Charts for Kubernetes. In Helm versions <=3.20.1 and <=4.1.3, a specially crafted Chart will cause helm pull --untar [chart URL | repo/chartname] to write the Chart's contents to the immediate output directory (as defaulted to the current working directory; or as given by the --destination and --untardir flags), rather than the expected output directory suffixed by the chart's name.

Impact

The bug enables writing the Chart's contents (unpackaged/untar'ed) to the output directory <output dir>/, instead of the expected <output dir>/<chart name>/, potentially overwriting the contents of the targeted directory.

Note: a chart name containing POSIX dot-dot, or dot-dot and slashes (as if to refer to parent directories) do not resolve beyond the output directory as designed.

Patches

This issue has been resolved in Helm v3.20.2 and v4.1.3

A Chart with an unexpected name (those specified to be "." or ".."), or a Chart name which results in a non-unique directory will be rejected.

Workarounds

Ensure the the name of the Chart does not comprise/contain POSIX pathname special directory references ie. dot-dot ("..") or dot ("."). In addition, ensuring that the pull --untar flag (or equivalent SDK option) refers to a unique/empty output directory prevents chart extraction from inadvertently overwriting existing files within the specified directory.

Credits

Oleh Konko
@​1seal


Release Notes

helm/helm (helm.sh/helm/v3)

v3.20.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the area/dependencies Pull requests that update a dependency file label Apr 10, 2026
@renovate renovate Bot requested a review from a team as a code owner April 10, 2026 18:22
@renovate renovate Bot added the area/dependencies Pull requests that update a dependency file label Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/go-helm.sh-helm-v3-vulnerability branch from c309247 to cf90f14 Compare April 10, 2026 18:59
@jvanz jvanz merged commit 4bdb803 into main Apr 10, 2026
2 checks passed
@jvanz jvanz deleted the renovate/go-helm.sh-helm-v3-vulnerability branch April 10, 2026 19:00
@github-project-automation github-project-automation Bot moved this from Pending review to Done in Kubewarden Admission Controller Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file

Projects

Development

Successfully merging this pull request may close these issues.

1 participant