Summary
Rancher Fleet Helm Values are stored inside BundleDeployment in plain text
Full technical description
Workarounds
If you can't upgrade to a fixed version, please make sure to specify paths to valuesFiles as simple file names, e.g.:
Instead of:
helm:
valuesFiles:
- config-chart/values.yaml # will not be excluded → risky
Use:
helm:
valuesFiles:
- values.yaml # will be excluded
References
If you have any questions or comments about this advisory:
- Reach out to the SUSE Rancher Security team for security related inquiries.
- Open an issue in the Rancher repository.
- Verify with our support matrix and product support lifecycle.
Impact
A vulnerability has been identified when using Fleet to manage Helm charts where sensitive information is passed through BundleDeployment.Spec.Options.Helm.Values may be stored in plain text. This can result in:
- Unauthorized disclosure of sensitive data: Any user with
GETorLISTpermissions onBundleDeploymentresources could retrieve Helm values containing credentials or other secrets. - Lack of encryption at rest:
BundleDeploymentis not configured for Kubernetes encryption at rest by default, causing sensitive values to remain unencrypted within the cluster datastore.
This behavior differs from Helm v3’s default approach, where chart state, including values, is stored in Kubernetes secrets, benefiting from built-in protection mechanisms. In affected scenarios, credentials and other sensitive information are exposed both at rest and in responses to API calls.
Please consult the associated MITRE ATT&CK - Technique - Credentials from Password Stores for further information about this category of attack.
For the exposure of credentials not related to Rancher, the final impact severity for confidentiality, integrity, and availability is dependent on the permissions that the leaked credentials have on their own services.
It is recommended to review the potentially exposed sensitive data in this scenario and change secrets, tokens, and passwords as necessary.
CVE-2024-52284 has a CVSS score of 7.7 (High). The vector is network-reachable, low privileges required, and no user interaction. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. A fixed version is available (0.13.1-0.20250806151509-088bcbea7edb, 0.12.6, 0.11.10); upgrading removes the vulnerable code path.
Affected versions
Security releases
Kodem intelligence
Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.
Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.
Already deployed Kodem?
See it in your environmentNew to Kodem? Get a demo →Remediation advice
This vulnerability is addressed by adding the capability for each Bundle and BundleDeployment to have a secret to store options in.
- The git job that runs
fleet applywill now create secrets for Helm values. - Fleet controller generates
bundledeploymentsand now creates a Helm values secret per bundle deployment in the cluster namespace. - Fleet agent uses the
bundledeploymentfor options, the content resource and the secret to deploy the bundle.
Patched versions of Fleet include releases v0.14.0, v0.13.1, v0.12.6 and v0.11.10.
Frequently Asked Questions
- What is CVE-2024-52284? CVE-2024-52284 is a high-severity security vulnerability in github.com/rancher/fleet (go), affecting versions >= 0.13.0, < 0.13.1-0.20250806151509-088bcbea7edb. It is fixed in 0.13.1-0.20250806151509-088bcbea7edb, 0.12.6, 0.11.10.
- How severe is CVE-2024-52284? CVE-2024-52284 has a CVSS score of 7.7 (High). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
- Which versions of github.com/rancher/fleet are affected by CVE-2024-52284? github.com/rancher/fleet (go) versions >= 0.13.0, < 0.13.1-0.20250806151509-088bcbea7edb is affected.
- Is there a fix for CVE-2024-52284? Yes. CVE-2024-52284 is fixed in 0.13.1-0.20250806151509-088bcbea7edb, 0.12.6, 0.11.10. Upgrade to this version or later.
- Is CVE-2024-52284 exploitable, and should I be worried? Whether CVE-2024-52284 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
- What actually determines whether CVE-2024-52284 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
- How do I fix CVE-2024-52284?
- Upgrade
github.com/rancher/fleetto 0.13.1-0.20250806151509-088bcbea7edb or later - Upgrade
github.com/rancher/fleetto 0.12.6 or later - Upgrade
github.com/rancher/fleetto 0.11.10 or later
- Upgrade