Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

chore(deps): update module helm.sh/helm/v3 to v3.14.2 [security] #1355

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
helm.sh/helm/v3 v3.14.1 -> v3.14.2 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-26147

A Helm contributor discovered uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content.

Impact

When either an index.yaml file or a plugins plugin.yaml file were missing all metadata a panic would occur in Helm.

In the Helm SDK this is found when using the LoadIndexFile or DownloadIndexFile functions in the repo package or the LoadDir function in the plugin package. For the Helm client this impacts functions around adding a repository and all Helm functions if a malicious plugin is added as Helm inspects all known plugins on each invocation.

Patches

This issue has been resolved in Helm v3.14.2.

Workarounds

If a malicious plugin has been added which is causing all Helm client commands to panic, the malicious plugin can be manually removed from the filesystem.

If using Helm SDK versions prior to 3.14.2, calls to affected functions can use recover to catch the panic.

For more information

Helm's security policy is spelled out in detail in our SECURITY document.

Credits

Disclosed by Jakub Ciolek at AlphaSense.


Helm's Missing YAML Content Leads To Panic

CVE-2024-26147 / GHSA-r53h-jv2g-vpx6

More information

Details

A Helm contributor discovered uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content.

Impact

When either an index.yaml file or a plugins plugin.yaml file were missing all metadata a panic would occur in Helm.

In the Helm SDK this is found when using the LoadIndexFile or DownloadIndexFile functions in the repo package or the LoadDir function in the plugin package. For the Helm client this impacts functions around adding a repository and all Helm functions if a malicious plugin is added as Helm inspects all known plugins on each invocation.

Patches

This issue has been resolved in Helm v3.14.2.

Workarounds

If a malicious plugin has been added which is causing all Helm client commands to panic, the malicious plugin can be manually removed from the filesystem.

If using Helm SDK versions prior to 3.14.2, calls to affected functions can use recover to catch the panic.

For more information

Helm's security policy is spelled out in detail in our SECURITY document.

Credits

Disclosed by Jakub Ciolek at AlphaSense.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Release Notes

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

v3.14.2: Helm v3.14.2

Compare Source

Helm v3.14.2 is a security (patch) release. Users are strongly recommended to update to this release.

A Helm contributor discovered uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content.

Jakub Ciolek with AlphaSense discovered the vulnerability.

Installation and Upgrading

Download Helm v3.14.2. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.14.3 will contain only bug fixes and be released on March 13, 2024.
  • 3.15.0 is the next feature release and will be on May 08, 2024.

Configuration

📅 Schedule: Branch creation - "" in timezone Etc/UTC, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 22, 2024 19:55
@renovate renovate bot added go Pull requests that update Go code security labels Feb 22, 2024
Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1355-b09fac2fb4167e87911434f910ebc3ddeadb87d7
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1355-b09fac2fb4167e87911434f910ebc3ddeadb87d7
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1355-b09fac2fb4167e87911434f910ebc3ddeadb87d7
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1355-b09fac2fb4167e87911434f910ebc3ddeadb87d7
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1355-b09fac2fb4167e87911434f910ebc3ddeadb87d7
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1355-b09fac2fb4167e87911434f910ebc3ddeadb87d7

@chrisgacsal chrisgacsal self-assigned this Feb 22, 2024
@chrisgacsal chrisgacsal added this pull request to the merge queue Feb 25, 2024
Merged via the queue into main with commit 7cf29b5 Feb 25, 2024
39 checks passed
@chrisgacsal chrisgacsal deleted the renovate/go-helm.sh/helm/v3-vulnerability branch February 25, 2024 21:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked go Pull requests that update Go code security
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant