6.4
CVSS V3
Helm dependency management path traversal
A Helm contributor discovered a path traversal vulnerability when Helm saves a chart including at download time.
When either the Helm client or SDK is used to save a chart whose name within the Chart.yaml
file includes a relative path change, the chart would be saved outside its expected directory based on the changes in the relative path. The validation and linting did not detect the path changes in the name.
This issue has been resolved in Helm v3.14.1.
Check all charts used by Helm for path changes in their name as found in the Chart.yaml
file. This includes dependencies.
Disclosed by Dominykas Blyžė at Nearform Ltd.