CVE-2026-44935: Rancher Fleet vulnerable to cross namespace secret disclosure via unvalidated `valuesFrom` references in Helm Deployer
Impact A vulnerability in Fleet for Rancher Manager affects multi-tenancy environments where different tenants share the same downstream clusters (e.g., different privileged or untrusted teams inside the same organization).
On unpatched versions, tenants could bypass restrictions to access any config map or secret across all namespaces on the downstream cluster. They can create cluster-wide resources using HelmOp or Bundle without authorization. Specifically, an attacker can exploit this vulnerability in the following ways: 1. Use valuesFrom in fleet.yaml(through a GitRepo resource) or a HelmOp resource to read the contents of any secret an on the downstream cluster, provided they know or can guess the name, namespace, and key. 2. Deploy HelmOp and Bundle resources without being restricted to a specific service account for the Fleet agent.
If you use Fleet in a multi-tenant environment, it's recommended that you: - Review your cluster and Fleet deployments logs for indicators of unauthorized access across tenant namespaces. - Rotate any service accounts and credentials that might have been exposed.
Please consult the associated MITRE ATT&CK - Technique - Unsecured Credentials for further information about this category of attack.
Patches To resolve this vulnerability, upgrade to a patched version of Fleet. The new Policy resource allows you to: - Configure GitRepos, HelmOps, and Bundles to require a specific service account for the Fleet agent on downstream clusters used for deployment. The agent uses these designated service accounts for operations, blocking access to unauthorized resources. - Restrict HelmOp repository and chart URLs by using a regular expression. The regular expression is automatically anchored with ^ and $, meaning it must match the entire URL string.
Like GitRepoRestriction, a Policy resource must be created in the specific namespace you want to restrict, and it only applies to that namespace.
Note: Before applying a policy, ensure that the required service account is available on the downstream clusters and is configured with least-privilege permissions.
Patched versions of Fleet include releases v0.15.2, v0.14.6, 0.13.11, and v0.12.15.
Workarounds If you can't upgrade to a fixed version, please make sure that tenants do not have shared access to the same downstream clusters.
Credits
This security issue was reported by the following collaborators according to our responsible disclosure policy:
- Radisauskas Arnoldas from NATO and the NATO Cyber Security Centre (NCSC).
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.
Other sources
Missing validation of "valuesFrom" references in Helm Deployer of SUSE Rancher Fleet 0.15 before 0.15.2, 0.14 before 0.14.6, 0.13 before 0.13.11 and 0.12 before 0.12.15 could be used by owners of one tenant to access fleet credentials of other tenants.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
go/github.com/rancher/fleetto a version that resolves this vulnerability.Fixed in 0.12.15 - Upgrade
Upgrade
go/github.com/rancher/fleetto a version that resolves this vulnerability.Fixed in 0.13.11 - Upgrade
Upgrade
go/github.com/rancher/fleetto a version that resolves this vulnerability.Fixed in 0.14.6 - Upgrade
Upgrade
go/github.com/rancher/fleetto a version that resolves this vulnerability.Fixed in 0.15.2 - Upgrade
Upgrade
SUSE Rancher Fleetto a version that resolves this vulnerability.Fixed in v0.15.2 - Upgrade
Upgrade
SUSE Rancher Fleetto a version that resolves this vulnerability.Fixed in v0.14.6 - Upgrade
Upgrade
SUSE Rancher Fleetto a version that resolves this vulnerability.Fixed in 0.13.11 - Upgrade
Upgrade
SUSE Rancher Fleetto a version that resolves this vulnerability.Fixed in 0.12.15 - Configuration
Configure `GitRepos`, `HelmOps`, and `Bundles` to require a specific service account for the Fleet agent on downstream clusters used for deployment, and ensure that the service account exists on downstream clusters with least-privilege permissions.
Fleet agent downstream-cluster deployment (Fleet policies for HelmOps/GitRepos/Bundles) service account requirement = require specific service account for the Fleet agent - Configuration
Restrict `HelmOp` repository and chart URLs using a regular expression; the regex is automatically anchored with `^` and `$`, so it must match the entire URL string. Create the Policy resource in the specific namespace you want to restrict so it applies only there.
Namespace Policy for HelmOp/Bundle source restriction HelmOp repository and chart URL restriction (regular expression) = restrict to a regex that matches entire URL string (anchored with ^ and $) - Compensating control
If you cannot upgrade to a fixed Fleet version, ensure that tenants do not have shared access to the same downstream clusters.
- Operational
Review cluster and Fleet deployment logs for indicators of unauthorized access across tenant namespaces. Rotate any service accounts and credentials that might have been exposed.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-44935?
CVE-2026-44935 has a critical severity rating of 9.9.
What type of environments are affected by CVE-2026-44935?
CVE-2026-44935 affects multi-tenancy environments where tenants share the same downstream clusters.
How can I mitigate the risks of CVE-2026-44935?
To mitigate risks associated with CVE-2026-44935, it is essential to apply patches provided by the software vendor.
What consequences can arise if CVE-2026-44935 is exploited?
If exploited, CVE-2026-44935 could allow tenants to bypass restrictions and access unauthorized resources within shared clusters.
When was CVE-2026-44935 published?
CVE-2026-44935 was published on July 1, 2026.