CVE-2026-73269: Cluster-curator-controller: cluster-curator-controller: tenant-controllable trigger creates clusterrolebinding granting cluster-wide secrets access to namespace-local sa
A flaw was found in the cluster-curator-controller component. A local user, by creating a ClusterCurator resource with a specific naming convention, can trigger the creation of a cluster-scoped ClusterRoleBinding. This allows the user to escalate their privileges from namespace-local access to cluster-wide control. This privilege escalation grants broad permissions, including the ability to access and manipulate secrets, manage cluster actions, and delete hosted clusters or node pools.
Security readout for executives and security teams
Plain-English summary
A namespace-level user may abuse ClusterCurator creation to receive cluster-wide privileges. This could expose or alter secrets, disrupt cluster operations, and delete hosted clusters or node pools. The flaw crosses an intended security boundary, so affected Red Hat Multicluster Engine environments require urgent review.
Executive priority
Prioritize immediate exposure assessment and access restriction. A successful attack could convert limited tenant access into cluster-wide control, creating confidentiality, integrity, and availability risk. Accelerate vendor-directed remediation once applicable versions and fixes are confirmed.
Technical view
CVE-2026-73269 is a CWE-269 privilege-escalation flaw in cluster-curator-controller. A low-privileged user who can create a specially named ClusterCurator resource can trigger a cluster-scoped ClusterRoleBinding for a namespace-local service account. The resulting permissions reportedly include cluster-wide secret access and administrative actions. CVSS 3.1 is 9.9.
Likely exposure
Potential exposure exists where Red Hat Multicluster Engine deploys the affected cluster-curator-controller package and namespace-local identities can create ClusterCurator resources. The supplied record provides no affected-version range, so package and version inventory must be compared with current Red Hat guidance.
Exploitation context
The attack requires existing low-privileged access and permission to create the relevant resource, but needs no user interaction and has low stated complexity. The supplied sources do not establish active exploitation, and the provided KEV indicator is false. Treat this as a serious privilege-escalation path, not an unauthenticated compromise.
Researcher notes
The security boundary failure is the controller's creation of a cluster-scoped binding from tenant-controlled input. The supplied description mentions a naming convention but provides no safe validation signature, affected versions, patch, or mitigation. Confirm those details through Red Hat before declaring systems fixed or unaffected.
Mitigation direction
Check Red Hat guidance for patched releases or approved mitigations; none are identified in the supplied material.
Temporarily restrict untrusted namespace identities from creating or modifying ClusterCurator resources.
Investigate unauthorized controller-created ClusterRoleBindings and remediate them after confirming operational dependencies.
Rotate affected credentials if evidence shows unauthorized cluster-wide secret access.
Validation and detection
Inventory Multicluster Engine deployments and record cluster-curator-controller package versions.
Review which namespace-local users and service accounts can create ClusterCurator resources.
Audit cluster-scoped role bindings connecting namespace service accounts to broad privileges.
Review logs for suspicious ClusterCurator creation, binding changes, secret access, or destructive cluster actions.
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-269: 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.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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
5Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-269 · source CWE mapping
Improper Privilege Management
Improper Privilege Management represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.