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 applicationsUpgrade helm.sh/helm/v3/pkg/repo
to version 3.18.5 or higher.
helm.sh/helm/v3/pkg/repo is a package manager for kubernetes.
Affected versions of this package are vulnerable to Use of Uninitialized Resource via improper validation when parsing Chart.yaml
and index.yaml
files. An attacker can cause a panic in the application by providing malformed or unexpected YAML content, such as a null
maintainer, non-string values in dependencies' import-values
, or empty entries in chart version lists.
This vulnerability can be mitigated by ensuring YAML files are formatted as expected prior to processing.