Description
In OpenStack Glance through 32.0.0, the /v2/tasks API accepts type=import tasks that
bypass import_filtering_opts, allowing an admin to fetch internal
URLs from the Glance service network (aka SSRF), as long as https:// or http:// is used. This API has been available only to admins since Xena, and it has been deprecated for several releases.
Published: 2026-08-20
Score: 2.2 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An administrator can trigger an import task through the /v2/tasks API endpoint, which bypasses the normal import_filtering_opts check. When the type parameter is set to import, the service will accept any URL that begins with http:// or https:// and retrieve data from that location. This allows the administrator to fetch content from internal network resources that would otherwise be unreachable from the public network, leading to potential internal enumeration or disclosure of internal services.

Affected Systems

OpenStack Glance, all releases up to and including 32.0.0, where the /v2/tasks endpoint accepts a type=import task. The API is accessible only to users with administrative privileges and has been deprecated since the Xena release.

Risk and Exploitability

The CVSS score of 2.2 indicates low overall risk, and the vulnerability is not currently listed in CISA’s KEV catalog. Exploitation requires administrative credentials to Glance; the attacker must target internal URLs that use http:// or https://. The lack of an EPSS score suggests limited publicly known exploitation activity. Nevertheless, the SSRF potential could aid an attacker in mapping the internal network or accessing other privileged services if those services are reachable via the Glance host.

Generated by OpenCVE AI on August 20, 2026 at 23:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to OpenStack Glance 32.0.1 or newer, where the /v2/tasks import type is removed or properly filtered.
  • If an upgrade cannot be applied immediately, disable or restrict the /v2/tasks endpoint for all but strictly necessary users, ensuring that only trusted staff can invoke import tasks.
  • Monitor admin activity for suspicious task imports and audit internal URL requests originating from Glance to detect potential abuse.

Generated by OpenCVE AI on August 20, 2026 at 23:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Description In OpenStack Glance through 32.0.0, the /v2/tasks API accepts type=import tasks that bypass import_filtering_opts, allowing an admin to fetch internal URLs from the Glance service network (aka SSRF), as long as https:// or http:// is used. This API has been available only to admins since Xena, and it has been deprecated for several releases.
First Time appeared Openstack
Openstack glance
Weaknesses CWE-918
CPEs cpe:2.3:a:openstack:glance:*:*:*:*:*:*:*:*
Vendors & Products Openstack
Openstack glance
References
Metrics cvssV3_1

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


Subscriptions

Openstack Glance
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-20T22:37:31.431Z

Reserved: 2026-08-20T22:37:31.072Z

Link: CVE-2026-77648

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T23:16:28.797

Modified: 2026-08-20T23:16:28.797

Link: CVE-2026-77648

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T23:30:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)