CVE-2026-45723 PUBLISHED

Omni: Operator can traverse image-factory API paths via unsanitized `talos_version` in CreateSchematic

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
CVSS Score: 2.7

Product Status

Vendor siderolabs
Product omni
Versions
  • Version < 1.6.6 is affected
  • Version >= 1.7.0, < 1.7.3 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE
  • CWE-209: Generation of Error Message Containing Sensitive Information CWE
  • CWE-441: Unintended Proxy or Intermediary ('Confused Deputy') CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE