Vulnerability Description
Omni manages Kubernetes on bare metal, virtual machines, or in a cloud. Prior to 1.6.6 and from 1.7.0 until 1.7.3, SAML.getSession in internal/pkg/auth/interceptor/saml.go checks SAMLAssertion.Used and marks it used in separate state operations. Concurrent requests carrying the same captured saml-session token can each observe the assertion as unused and obtain authentication as the victim before either update is visible. The attacker can invoke SAML-protected gRPC endpoints, use ConfirmPublicKey to create multiple persistent credentials tied to the victim, and generate audit entries attributed to the victim, with the resulting access potentially affecting confidentiality, integrity, and availability according to the victim's privileges. This issue is fixed in versions 1.6.6 and 1.7.3.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/siderolabs/omni/commit/272d3f4dd00e778b39fde09afde35575fe13ef
- https://github.com/siderolabs/omni/commit/4c4c1e2d8226914f26774a309a91595f168ee9
- https://github.com/siderolabs/omni/commit/ced79da6c032d2103803eb53343d0916cc957d
- https://github.com/siderolabs/omni/pull/2816
- https://github.com/siderolabs/omni/releases/tag/v1.6.6
- https://github.com/siderolabs/omni/releases/tag/v1.7.3
- https://github.com/siderolabs/omni/security/advisories/GHSA-5x9f-6vg5-qg4m
FAQ
What is CVE-2026-45720?
CVE-2026-45720 is a vulnerability with a CVSS score of 7.0 (HIGH). Omni manages Kubernetes on bare metal, virtual machines, or in a cloud. Prior to 1.6.6 and from 1.7.0 until 1.7.3, SAML.getSession in internal/pkg/auth/interceptor/saml.go checks SAMLAssertion.Used an...
How severe is CVE-2026-45720?
CVE-2026-45720 has been rated HIGH with a CVSS base score of 7.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45720?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.