CVE-2026-54284 PUBLISHED

sqlparse: TokenList.__init__ materializes O(subtree) value per group, causing CPU DoS before depth/token caps trigger

Assigner: GitHub_M
Reserved: 12.06.2026 Published: 17.08.2026 Updated: 17.08.2026

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, TokenList construction and string conversion in sqlparse/sql.py repeatedly flatten nested token subtrees constructed by group_parenthesis and group_case, causing quadratic CPU consumption through sqlparse.parse(), sqlparse.format(), and sqlparse.split() before depth and token limits terminate processing. This issue is fixed in version 0.6.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor andialbrecht
Product sqlparse
Versions
  • Version < 0.6.0 is affected

References

Problem Types

  • CWE-407: Inefficient Algorithmic Complexity CWE
  • CWE-1333: Inefficient Regular Expression Complexity CWE