CVE-2024-26147 Affecting cert-manager-fips-1.12 package, versions <1.12.8-r0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-CHAINGUARDLATEST-CERTMANAGERFIPS112-6265546
- published 23 Feb 2024
- disclosed 21 Feb 2024
Introduced: 21 Feb 2024
CVE-2024-26147 Open this link in a new tabHow to fix?
Upgrade Chainguard
cert-manager-fips-1.12
to version 1.12.8-r0 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream cert-manager-fips-1.12
package and not the cert-manager-fips-1.12
package as distributed by Chainguard
.
See How to fix?
for Chainguard
relevant fixed versions and status.
Helm is a package manager for Charts for Kubernetes. Versions prior to 3.14.2 contain an uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content. 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. This issue has been resolved in Helm v3.14.2. 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.