Description
A server-side request forgery (SSRF) vulnerability was found in OpenStack Glance. The web-download image import method allows authenticated users to provide a URI from which the Glance service fetches data. Due to insufficient default host filtering, an attacker with standard tenant credentials can make Glance issue HTTP requests to arbitrary internal network hosts, including the cloud metadata service. The fetched response is stored as image data and can be downloaded by the attacker, enabling exfiltration of sensitive internal data such as cloud instance credentials.
Published: n/a
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a server‑side request forgery that allows an authenticated user to supply a URI for the web‑download image import method. Glance fetches data from that URI and stores the response as image data, which the attacker can later download. The weakness permits requests to any internal host, including the cloud metadata service, enabling exfiltration of sensitive data such as instance credentials. The flaw is a typical example of CWE‑918, where insufficient host filtering opens internal resources to external control.

Affected Systems

The affected component is OpenStack Glance, the image service used in OpenStack cloud deployments. No specific product version details are provided in the advisory, so the vulnerability could potentially affect any unpatched installation that includes the web‑download import feature.

Risk and Exploitability

The CVSS base score of 7.7 reflects a high severity for this SSRF. EPSS information is not yet available, so current exploitation probability is unknown, but the flaw is not in the CISA KEV catalog. An attacker only needs legitimate tenant credentials to activate the flaw, meaning a compromised or rogue tenant can collect internal secrets. The attack vector is inferred to be a remote SSRF via the web‑download function; the exploit does not require further local privilege escalation or additional software or network access beyond what a normal user has within the cloud environment.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable the web‑download import feature in Glance until a patch is released.
  • Apply the latest Glance update or patch once it becomes available from the OpenStack project.
  • If a patch is unavailable, restrict Glance’s outbound network traffic to only approved hosts using firewall rules or network policies to block access to internal metadata services and other sensitive endpoints.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 13:45: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. The web-download image import method allows authenticated users to provide a URI from which the Glance service fetches data. Due to insufficient default host filtering, an attacker with standard tenant credentials can make Glance issue HTTP requests to arbitrary internal network hosts, including the cloud metadata service. The fetched response is stored as image data and can be downloaded by the attacker, enabling exfiltration of sensitive internal data such as cloud instance credentials.
Title openstack-glance: openstack-glance: SSRF via web-download import due to empty default host filters
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:24:56Z

Links: CVE-2026-71196 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T13:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)