github.com/rancher/rancher

CVE-2026-41053

CVE-2026-41053 is a high-severity security vulnerability in github.com/rancher/rancher (go), affecting versions >= 2.14.0, < 2.14.2. It is fixed in 2.14.2, 2.13.6, 0.0.0-20260519172014-d0c047bbc6d2.

Key facts
CVSS score
8.8
High
Attack vector
Network
Issuing authority
GitHub Advisory Database
Affected package
github.com/rancher/rancher
Fixed in
2.14.2, 2.13.6, 0.0.0-20260519172014-d0c047bbc6d2
Disclosed
2026

Summary

Impact A vulnerability has been identified within Rancher Manager in the GitHub App authentication provider. When evaluating permissions, the provider incorrectly expands user team memberships to include all teams within the associated GitHub organization, rather than restricting access to the specific teams to which the user actually belongs. Specifically, when a user authenticates via the GitHub App provider, Rancher's team membership evaluation logic incorrectly handles cached data. Instead of checking the user-specific list, the evaluation logic iterates over all teams defined within the entire GitHub organization. The authentication provider should consult the correctly cached, per-user membership list to assign the user's specific group permissions. Consequently, any authenticated user who belongs to at least one team in a GitHub organization is mistakenly granted group principals for every team within that entire organization during authentication and authorization checks. This issue allows a malicious user who is a member of a low-privilege team within a GitHub organization to gain unauthorized access to or permissions for any other team in that organization. If those other teams are bound to Rancher login allowlists or RBAC roles (cluster-level, project-level, or global), the attacker can pass access checks that should otherwise fail, inheriting permissions they were never granted. Exploitation of this vulnerability requires the following conditions to be met: The GitHub App authentication provider must be enabled and configured for the target GitHub organization. The attacker must possess a valid GitHub account with membership in at least one team within that target organization. A separate team within the same GitHub organization must be explicitly mapped to Rancher RBAC roles or specified within Rancher's login allowlist (allowedPrincipalIds). Please consult the associated MITRE ATT&CK - Technique - Valid Accounts for further information about this category of attack. Patches This fix corrects the team listing logic to iterate only the teams stored in the per-user membership cache and includes a one-time startup migration that marks all affected User resources for refresh, forcing Rancher to rebuild group principals using the now-corrected logic. Patched versions of Rancher include releases v2.14.2 and v2.13.6. Workarounds If upgrading to a patched version immediately is not feasible, users are encouraged to consider these temporary mitigations: Disable GitHub App authentication provider and switch to an alternative authentication provider (GitHub OAuth). Remove or restrict team-based group principals from allowed principalIds. Audit and temporarily remove RBAC bindings (GlobalRoleBindings, ClusterRoleTemplateBindings, ProjectRoleTemplateBindings) that reference GitHub App team principals until the patch is applied. Disable provider refresh and clean up inflated group membership for users (manually or by writing a script). These workarounds reduce the attack surface but do not eliminate the vulnerability. Existing user sessions and cached principals remain inflated until a provider refresh occurs. Upgrading to a patched version is strongly recommended. 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

Severity and exposure

CVE-2026-41053 has a CVSS score of 8.8 (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 (2.14.2, 2.13.6, 0.0.0-20260519172014-d0c047bbc6d2). Upgrading removes the vulnerable code path.

Affected versions

go

  • github.com/rancher/rancher (>= 2.14.0, < 2.14.2)
  • github.com/rancher/rancher (>= 2.13.0, < 2.13.6)
  • github.com/rancher/rancher (< 0.0.0-20260519172014-d0c047bbc6d2)

Security releases

  • github.com/rancher/rancher → 2.14.2 (go)
  • github.com/rancher/rancher → 2.13.6 (go)
  • github.com/rancher/rancher → 0.0.0-20260519172014-d0c047bbc6d2 (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-41053 is reachable in your applications. Explore open-source security for your team.

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

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

Remediation advice

Upgrade the following packages to resolve this vulnerability:

  • Upgrade github.com/rancher/rancher to 2.14.2 or later
  • Upgrade github.com/rancher/rancher to 2.13.6 or later
  • Upgrade github.com/rancher/rancher to 0.0.0-20260519172014-d0c047bbc6d2 or later

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

Frequently asked questions about CVE-2026-41053

What is CVE-2026-41053?

CVE-2026-41053 is a high-severity security vulnerability in github.com/rancher/rancher (go), affecting versions >= 2.14.0, < 2.14.2. It is fixed in 2.14.2, 2.13.6, 0.0.0-20260519172014-d0c047bbc6d2.

How severe is CVE-2026-41053?

CVE-2026-41053 has a CVSS score of 8.8 (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/rancher are affected by CVE-2026-41053?

github.com/rancher/rancher (go) versions >= 2.14.0, < 2.14.2 is affected.

Is there a fix for CVE-2026-41053?

Yes. CVE-2026-41053 is fixed in 2.14.2, 2.13.6, 0.0.0-20260519172014-d0c047bbc6d2. Upgrade to this version or later.

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

Whether CVE-2026-41053 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-41053 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-41053?
  • Upgrade github.com/rancher/rancher to 2.14.2 or later
  • Upgrade github.com/rancher/rancher to 2.13.6 or later
  • Upgrade github.com/rancher/rancher to 0.0.0-20260519172014-d0c047bbc6d2 or later

Stop the waste.
Protect your environment with Kodem.