Description
A flaw was found in OpenStack Glance. The web-download image import method can bypass host-based blocklist filtering. When an operator configures disallowed_hosts with IP addresses to block access to internal services, an attacker can circumvent this protection by using a hostname that resolves to the blocked IP address. The hostname-to-IP resolution result is not used for blocklist comparison, allowing an authenticated user to force the Glance server to make requests to internal network services that were intended to be blocked.
Published: n/a
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in OpenStack Glance (CWE‑918, Server‑Side Request Forgery) allows an authenticated user to bypass host‑based blocklist filtering when importing images via the web‑download method. By specifying a hostname that resolves to an IP address listed in "disallowed_hosts", the server performs request validation against the hostname only and does not check the resolved IP against the blocklist. This enables the Glance server to make internal network requests that should have been blocked, potentially exposing internal services.

Affected Systems

OpenStack Glance. No specific version information is available.

Risk and Exploitability

The severity score of 4.3 indicates moderate risk, and the vulnerability has not been listed in the CISA KEV catalog. Because the exploit requires a valid authenticated account, it is likely confined to internal attackers who have legitimate access to the Glance server. The known exploit path involves configuring the disallowed_hosts list with IP addresses, then supplying a hostname that resolves to one of those addresses during a web‑download import, thereby circumventing the blocklist. The lack of an EPSS score suggests low to moderate exploitation probability at this time, but the potential for internal lateral movement warrants timely remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch for OpenStack Glance that addresses the SSRF blocklist bypass
  • Configure Glance to resolve hostnames to IP addresses before performing blocklist checks, or modify disallowed_hosts to reject hostnames
  • Restrict the web‑download image import API to users with strictly necessary permissions or disable it entirely for untrusted accounts

Generated by OpenCVE AI on September 4, 2026 at 13:51 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 flaw was found in OpenStack Glance. The web-download image import method can bypass host-based blocklist filtering. When an operator configures disallowed_hosts with IP addresses to block access to internal services, an attacker can circumvent this protection by using a hostname that resolves to the blocked IP address. The hostname-to-IP resolution result is not used for blocklist comparison, allowing an authenticated user to force the Glance server to make requests to internal network services that were intended to be blocked.
Title openstack-glance: openstack-glance: SSRF blocklist bypass via hostname-to-IP resolution gap in web-download
Weaknesses CWE-918
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Subscriptions

Openstack Glance
cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-04T08:36:24Z

Links: CVE-2026-71197 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)