CVE-2026-71198 PUBLISHED

Assigner: mitre
Reserved: 05.08.2026 Published: 14.09.2026 Updated: 14.09.2026

In OpenStack Glance before 32.0.1, the location API does not validate destination hosts when adding an HTTP location to an image. Unlike the web-download import path, the location API only checks the URL scheme and does not apply the import_filtering_opts host restrictions. An authenticated user can add a location pointing to internal endpoints such as the cloud metadata service (169.254.169.254), and retrieve the response by downloading the image data. This affects both the new POST /v2/images/{id}/locations API and the old PATCH API when show_multiple_locations is enabled. Deployments with the HTTP store backend enabled are affected.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N
CVSS Score: 7

Product Status

Vendor OpenStack
Product Glance
Versions Default: unaffected
  • affected from 16.0.0 to 30.2.1 (excl.)
  • affected from 31.0.0 to 31.1.1 (excl.)
  • affected from 32.0.0 to 32.0.1 (excl.)

References

Problem Types

  • CWE-918 Server-Side Request Forgery (SSRF) CWE