Vulnerability Description
Omni manages Kubernetes on bare metal, virtual machines, or in a cloud. Prior to 1.6.6 and 1.7.3, managementServer.CreateSchematic in internal/backend/grpc/schematics.go passes the caller-controlled TalosVersion field to imageFactoryClient.OverlaysVersions without validating it as a version. An authenticated Operator can submit traversal segments in TalosVersion, and url.URL.JoinPath normalizes them into unintended paths on the configured image-factory host. Omni then issues HTTP GET requests to those paths and reflects error-body content, enabling same-host endpoint probing and possible disclosure of internal diagnostics while preventing redirection to another host or write requests. This issue is fixed in versions 1.6.6 and 1.7.3.
CVSS Score
LOW
Related Weaknesses (CWE)
References
- https://github.com/siderolabs/omni/commit/13c3f289789842e1fd954d98babb34b94eea11
- https://github.com/siderolabs/omni/commit/3e69e80802624bf322f16aa499d5eafca16d00
- https://github.com/siderolabs/omni/commit/9426c2cabccaa1d442bc8ebf28c16cae2d7c6f
- https://github.com/siderolabs/omni/pull/2817
- 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-c66c-vq6w-fvh5
FAQ
What is CVE-2026-45723?
CVE-2026-45723 is a vulnerability with a CVSS score of 2.7 (LOW). Omni manages Kubernetes on bare metal, virtual machines, or in a cloud. Prior to 1.6.6 and 1.7.3, managementServer.CreateSchematic in internal/backend/grpc/schematics.go passes the caller-controlled T...
How severe is CVE-2026-45723?
CVE-2026-45723 has been rated LOW with a CVSS base score of 2.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45723?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.