Inefficient Regular Expression Complexity Affecting openstack-glance-2025.2 package, versions <31.1.0_git20260818-r1


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.28% (21st percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CHAINGUARDLATEST-OPENSTACKGLANCE20252-18969593
  • published20 Aug 2026
  • disclosed17 Aug 2026

Introduced: 17 Aug 2026

NewCVE-2026-59893  (opens in a new tab)
CWE-1333  (opens in a new tab)

How to fix?

Upgrade Chainguard openstack-glance-2025.2 to version 31.1.0_git20260818-r1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream openstack-glance-2025.2 package and not the openstack-glance-2025.2 package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, SQL_REGEX in sqlparse/keywords.py and the per-position loop in sqlparse/lexer.py repeatedly scan unmatched dollar-quoted literal and multiline-comment delimiters, causing quadratic CPU consumption through sqlparse.parse(), sqlparse.format(), and sqlparse.split(). This issue is fixed in version 0.6.0.