github.com/rancher/fleet

CVE-2026-44935

CVE-2026-44935 is a critical-severity incorrect authorization vulnerability in github.com/rancher/fleet (go), affecting versions >= 0.15.0, < 0.15.2. It is fixed in 0.15.2, 0.14.6, 0.13.11, 0.12.15.

Key facts
CVSS score
9.9
Critical
Attack vector
Network
Issuing authority
GitHub Advisory Database
Affected package
github.com/rancher/fleet
Fixed in
0.15.2, 0.14.6, 0.13.11, 0.12.15
Disclosed
2026

Summary

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: 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. 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.

Impact

What is incorrect authorization?

The application does not correctly enforce access controls, allowing a principal to access resources or operations beyond their granted permissions. Typical impact: unauthorized data access or execution of privileged operations.

Severity and exposure

CVE-2026-44935 has a CVSS score of 9.9 (Critical). 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.15.2, 0.14.6, 0.13.11, 0.12.15). Upgrading removes the vulnerable code path.

Affected versions

go

  • github.com/rancher/fleet (>= 0.15.0, < 0.15.2)
  • github.com/rancher/fleet (>= 0.14.0, < 0.14.6)
  • github.com/rancher/fleet (>= 0.13.0, < 0.13.11)
  • github.com/rancher/fleet (>= 0.12.0, < 0.12.15)

Security releases

  • github.com/rancher/fleet → 0.15.2 (go)
  • github.com/rancher/fleet → 0.14.6 (go)
  • github.com/rancher/fleet → 0.13.11 (go)
  • github.com/rancher/fleet → 0.12.15 (go)
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 instead of chasing every advisory.

Kodem's runtime-powered SCA identifies whether CVE-2026-44935 is reachable in your applications. Explore open-source security for your team.

See if CVE-2026-44935 is reachable in your applications. Get a demo

Already deployed Kodem? See CVE-2026-44935 in your environment

Remediation advice

Upgrade the following packages to resolve this vulnerability:

  • Upgrade github.com/rancher/fleet to 0.15.2 or later
  • Upgrade github.com/rancher/fleet to 0.14.6 or later
  • Upgrade github.com/rancher/fleet to 0.13.11 or later
  • Upgrade github.com/rancher/fleet to 0.12.15 or later

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently asked questions about CVE-2026-44935

What is CVE-2026-44935?

CVE-2026-44935 is a critical-severity incorrect authorization vulnerability in github.com/rancher/fleet (go), affecting versions >= 0.15.0, < 0.15.2. It is fixed in 0.15.2, 0.14.6, 0.13.11, 0.12.15. The application does not correctly enforce access controls, allowing a principal to access resources or operations beyond their granted permissions.

How severe is CVE-2026-44935?

CVE-2026-44935 has a CVSS score of 9.9 (Critical). 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-2026-44935?

github.com/rancher/fleet (go) versions >= 0.15.0, < 0.15.2 is affected.

Is there a fix for CVE-2026-44935?

Yes. CVE-2026-44935 is fixed in 0.15.2, 0.14.6, 0.13.11, 0.12.15. Upgrade to this version or later.

Is CVE-2026-44935 exploitable, and should I be worried?

Whether CVE-2026-44935 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-2026-44935 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-2026-44935?
  • Upgrade github.com/rancher/fleet to 0.15.2 or later
  • Upgrade github.com/rancher/fleet to 0.14.6 or later
  • Upgrade github.com/rancher/fleet to 0.13.11 or later
  • Upgrade github.com/rancher/fleet to 0.12.15 or later

Stop the waste.
Protect your environment with Kodem.