Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/siderolabs/omni
  4. ›
  5. CVE-2026-45723

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

June 5, 2026

managementServer.CreateSchematic (internal/backend/grpc/schematics.go) passes the caller-controlled TalosVersion field directly to imageFactoryClient.OverlaysVersions, which embeds it verbatim into a fmt.Sprintf("/version/%s/overlays/official", talosVersion) path template. url.URL.JoinPath resolves any ../ sequences in that path, allowing an authenticated Operator to rewrite the URL path and force Omni to issue HTTP GET requests to unintended paths on the configured image-factory server. Error body content from those unintended endpoints is returned to the caller.

References

  • github.com/advisories/GHSA-c66c-vq6w-fvh5
  • github.com/siderolabs/omni/releases/tag/v1.6.6
  • github.com/siderolabs/omni/releases/tag/v1.7.3
  • github.com/siderolabs/omni/security/advisories/GHSA-c66c-vq6w-fvh5
  • nvd.nist.gov/vuln/detail/CVE-2026-45723

Code Behaviors & Features

Detect and mitigate CVE-2026-45723 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.6.6, all versions starting from 1.7.0 before 1.7.3

Fixed versions

  • 1.6.6
  • 1.7.3

Solution

Upgrade to versions 1.6.6, 1.7.3 or above.

Impact 2.7 LOW

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

Learn more about CVSS

Weakness

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

Source file

go/github.com/siderolabs/omni/CVE-2026-45723.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:24:01 +0000.