CVE Catalog

CVE-2026-45723

LowCVSS 2.7
Published: Translated: NVD NIST

Summary

In Omni before versions 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, which url.URL.JoinPath normalizes 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.

Risk Assessment

An authenticated Operator can probe internal endpoints on the image-factory host and access diagnostic information, potentially aiding further attacks. Redirection to another host or write requests are not possible.

Recommendation

Upgrade Omni to version 1.6.6 or 1.7.3 (or later). Restrict Operator privileges and monitor for unusual requests to the image-factory.

Other vulnerabilities in Omni

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS