A Helm contributor discovered that a specially crafted JSON Schema within a chart can lead to a stack overflow.
A JSON Schema file within a chart can be crafted with a deeply nested chain of references, leading to parser recursion that can exceed the stack size limit and trigger a stack overflow.
This issue has been resolved in Helm v3.17.3.
Ensure that the JSON Schema within any charts loaded by Helm does not have a large number of nested references. These JSON Schema files are larger than 10 MiB.
Helm's security policy is spelled out in detail in our SECURITY document.
Disclosed by Jakub Ciolek at AlphaSense.
{ "nvd_published_at": "2025-04-09T23:15:37Z", "cwe_ids": [ "CWE-121", "CWE-674" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-04-10T13:48:31Z" }