The CVSS 6.3 rating for CVE-2026-71577 misrepresents the actual threat. This is not a medium-severity information disclosure — it is a persistent infrastructure compromise with a near-decade-long shelf life that fundamentally breaks standard vulnerability remediation.
During ManagedClusterMigration in Advanced Cluster Management, bootstrap kubeconfigs are exposed that contain API server tokens valid for approximately nine years and ten months. If a managed hub was compromised during any migration event before this patch, those tokens remain live and actionable regardless of what remediation you take now. You cannot rotate your way out of this — the tokens do not expire, and there is no documented mechanism to detect whether they were exfiltrated.
The shared communication topic architecture that enables migration also served as the exfiltration surface. A single compromised managed hub during a migration window could harvest tokens granting API server access to multiple other hubs — not as a theoretical risk, but as a structural property of the architecture. The nine-year token validity is not a security decision; it was an operational convenience choice that was never re-evaluated when the migration topology added cross-hub token exposure.
The deeper problem is the detection gap. There is no reliable way to determine whether your bootstrap kubeconfigs were intercepted during migration. Without log integrity or network telemetry showing exfiltration, you cannot declare the exposure bounded. Sophisticated attackers operate silently, and the tokens remain valid for years.
Applying the patch is necessary but insufficient. It corrects the over-grant mechanism for future migrations but does not revoke existing tokens, does not alert on their use, and does not reset the clock. Patching may actually worsen your security posture by creating false confidence — the narrative that the vulnerability is now resolved while the actual compromised assets remain live, undetected, and exploitable.
Prioritize forensic investigation of your migration logs: determine which managed hubs were present during vulnerable migration events, assess whether any show signs of compromise during those windows, and treat any pre-patch migration as a potential ongoing access vector until the token lifetime expires or a rotation mechanism becomes available.