Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
9.9

CVE-2026-44935: Rancher Fleet: Unvalidated Secret Access in Multi-Tenant Environments

GHSA-xr65-5cpm-g36x CVE-2026-44935 CVE-2026-44935
Summary

Fleet, a tool used in Rancher Manager, has a security flaw that allows unauthorized access to sensitive data in multi-tenant environments. This means that one tenant could access and read the secrets of another tenant. To fix this, you should update to a patched version of Fleet, review your logs for any unauthorized access, and rotate any exposed service accounts and credentials.

What to do
  • Update github.com rancher to version 0.15.2.
  • Update github.com rancher to version 0.14.6.
  • Update github.com rancher to version 0.13.11.
  • Update github.com rancher to version 0.12.15.
Affected software
Ecosystem VendorProductAffected versions
– suse rancher < 0.15.2
go github.com rancher >= 0.15.0, < 0.15.2
>= 0.14.0, < 0.14.6
>= 0.13.0, < 0.13.11
>= 0.12.0, < 0.12.15
Fix: upgrade to 0.15.2
Original title
Rancher Fleet vulnerable to cross namespace secret disclosure via unvalidated `valuesFrom` references in Helm Deployer
Original description
### 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](https://attack.mitre.org/techniques/T1552/) 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](https://github.com/rancher/rancher/security/policy) for security related inquiries.
- Open an issue in the [Rancher](https://github.com/rancher/rancher/issues/new/choose) repository.
- Verify with our [support matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/) and [product support lifecycle](https://www.suse.com/lifecycle/).
ghsa CVSS3.1 9.9
Vulnerability type
CWE-863 Incorrect Authorization
CWE-1287
Published: 1 Jul 2026 · Updated: 4 Jul 2026 · First seen: 1 Jul 2026