The EPSS score of 0.00216 for CVE-2026-66795 dramatically understates the actual risk in hub-spoke OpenShift/Hive deployments. This score reflects the probability that an external attacker will exploit the vulnerability — but the managedcluster-import-controller vulnerability isn't an external attack surface. It's a trust relationship inversion inside your perimeter.
The managedcluster-import-controller auto-approves certificate signing requests from managed clusters without validating the signer name or decoding the CSR payload. Any service account on a spoke cluster that can submit CSRs — and standard spoke administrative roles include this capability — can obtain hub cluster administrative credentials. The CVSS 9.1 score correctly captures the severity, but it doesn't capture the architectural reality: hub compromise means fleet compromise. One compromised spoke pivots to the hub, and the hub then has credentials or authority over every other spoke in the federation.
Here's what you should check right now. First, audit RBAC on your spoke clusters: identify which service accounts and groups have permission to create or submit CSRs. If any role beyond an extremely constrained bootstrap role includes CSR permissions, that's your exposure. Second, review what the import controller's service account actually needs on the hub — the vulnerability exists because the controller was provisioned with hub admin credentials by default, but the attacker's path becomes worthless if those credentials are scoped to only what federation actually requires. Third, assume that any compromised spoke, any supply-chain compromise on spoke workloads, or any misconfigured spoke RBAC now equals full fleet compromise until proven otherwise. That's the blast radius this vulnerability creates, and no amount of patch deployment changes that architectural reality.
The real remediation isn't just patching the controller. It's treating federation infrastructure as a security boundary rather than a trust mechanism — the components that join clusters are exactly where security assumptions calcify and stop receiving scrutiny. After patching, ask what other assumptions in the import controller were made under the premise that federation participants are never adversarial.