Vulnerability Description
The endpoint /v3/import/{token}_{clusterId}.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a nil pointer dereference in pkg/systemtemplate/private_registry.go causes the request to return HTTP 502 Bad Gateway. For cluster IDs that do not exist, the endpoint returns HTTP 200. This observable difference in response codes constitutes a reliable enumeration oracle.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://bugzilla.suse.com/show_bug.cgi?id=CVE-2026-55998
- https://github.com/rancher/rancher/security/advisories/GHSA-23h9-rr79-r3gh
FAQ
What is CVE-2026-55998?
CVE-2026-55998 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The endpoint /v3/import/{token}_{clusterId}.yaml retrieves the cluster object before validating the token. When a valid cluster ID references a cluster that has private registry secrets configured, a ...
How severe is CVE-2026-55998?
CVE-2026-55998 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55998?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.