-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| glance | pip | < 11.0.0a0 | 11.0.0a0 |
The vulnerability stems from improper cleanup when images are deleted during uploads via the task v2 API. The patch adds exception handling in the import_image function to delete residual files. The original code (pre-patch) did not handle Conflict/NotFound exceptions raised during deletion attempts, leaving uploaded data in storage. The function's failure to trigger store_utils.delete_image_location_from_backend in error scenarios directly caused the resource exhaustion vulnerability.