LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36775: Deleting PRTBs associated to a group doesn't cause deletion of corresponding RoleBindings

a Improper Access Control vulnerability in SUSE Rancher allows users to keep privileges that should have been revoked. This issue affects: SUSE Rancher Rancher versions prior to 2.4.18; Rancher versions prior to 2.5.12; Rancher versions prior to 2.6.3.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets Rancher users keep access that administrators intended to revoke. When group-associated project role bindings are deleted, matching Kubernetes RoleBindings may remain, leaving stale permissions active. For executives, the concern is failed access removal in affected Rancher environments, especially where group-based project access is used.

Executive priority

Treat this as high priority for Rancher environments managing sensitive or production clusters. The business risk is that access removal may not actually remove access, undermining least privilege and offboarding controls.

Technical view

CVE-2021-36775 is an improper access control issue in SUSE Rancher. Deleting PRTBs associated with a group does not delete corresponding RoleBindings, so privileges can persist after revocation. CVSS 3.1 is 8.8 with network attack vector, low required privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely limited to SUSE Rancher versions before 2.4.18, 2.5.12, and 2.6.3, especially deployments using group-based project role bindings. Environments without affected Rancher versions or without relevant group-based access changes are less likely exposed.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation evidence. The CVSS vector indicates an authenticated, low-privileged network attacker could benefit from retained authorization, but the bundle does not provide exploit details or observed attack activity.

Researcher notes

The core issue is authorization state drift between Rancher PRTB deletion and Kubernetes RoleBinding cleanup. Public detail in the bundle is limited; avoid assuming exploit chains, impacted configurations beyond Rancher, or additional mitigations not stated by SUSE or CVE sources.

Mitigation direction

  • Upgrade affected Rancher deployments to 2.4.18, 2.5.12, 2.6.3, or later as applicable.
  • Review SUSE Rancher vendor guidance for any version-specific remediation notes.
  • Audit group-based Rancher project role bindings for stale permissions.
  • Remove unintended residual RoleBindings after confirming business ownership.
  • Prioritize remediation where Rancher controls production Kubernetes clusters.

Validation and detection

  • Inventory Rancher versions and compare them with the affected version thresholds.
  • Identify projects using group-associated PRTBs for access management.
  • After revoking group access, verify matching RoleBindings are removed.
  • Review current RoleBindings for users or groups that should no longer have access.
  • Confirm remediation in a non-production Rancher environment where possible.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-36775 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2021-36775Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SUSERancherRancherListed
SUSERancherRancherListed
SUSERancherRancherListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.