Description
A server-side request forgery (SSRF) vulnerability was found in OpenStack Glance. When the HTTP store backend is enabled, an authenticated user can add an image location URL pointing to internal network services. Glance validates only the URL scheme and does not check the host or IP address, allowing the server to make requests to arbitrary internal endpoints. An attacker can read the response by downloading the image, resulting in a full-read SSRF that may expose sensitive data such as cloud metadata credentials.
Published: n/a
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Glance service allows an authenticated user to add a URL as an image location when the HTTP store backend is enabled. The validation logic only checks the URL scheme, ignoring the host or IP address, which permits the server to issue requests to arbitrary internal network services. This full‑read SSRF can expose sensitive data such as cloud metadata credentials, leading to a compromise of confidential information.

Affected Systems

Version information is not disclosed, so the vulnerability applies to any deployment of OpenStack Glance that uses the HTTP store backend. The affected software is the OpenStack Glance component, where users can insert image locations via the location API.

Risk and Exploitability

The CVSS score of 7.7 indicates a high severity with potential for serious impact if exploited. Since an attacker must be authenticated and the exploit requires only an internal URL, the risk is moderate but the potential damage is significant. EPSS is not available and the vulnerability is not listed in the CISA KEV catalog, meaning it may not yet have known public exploits but still requires immediate attention.

Generated by OpenCVE AI on September 4, 2026 at 13:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of OpenStack Glance that includes host validation for image location URLs
  • Disable the HTTP store backend or restrict it to trusted hosts only
  • Implement network segmentation or firewall rules to block Glance from accessing internal services

Generated by OpenCVE AI on September 4, 2026 at 13:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 14:15:00 +0000

Type Values Removed Values Added
First Time appeared Openstack
Openstack glance
Vendors & Products Openstack
Openstack glance

Fri, 04 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Description A server-side request forgery (SSRF) vulnerability was found in OpenStack Glance. When the HTTP store backend is enabled, an authenticated user can add an image location URL pointing to internal network services. Glance validates only the URL scheme and does not check the host or IP address, allowing the server to make requests to arbitrary internal endpoints. An attacker can read the response by downloading the image, resulting in a full-read SSRF that may expose sensitive data such as cloud metadata credentials.
Title openstack-glance: openstack-glance: SSRF via location API missing host validation
Weaknesses CWE-918
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}

threat_severity

Important


Subscriptions

Openstack Glance
cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-04T08:44:49Z

Links: CVE-2026-71198 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T14:00:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)