CVE-2026-59893 PUBLISHED

sqlparse: Inefficient Regex Handling of Dollar-Quoted SQL Literals Leads to ReDoS (Denial of Service)

Assigner: GitHub_M
Reserved: 07.07.2026 Published: 17.08.2026 Updated: 17.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor andialbrecht
Product sqlparse
Versions
  • Version < 0.6.0 is affected

References

Problem Types

  • CWE-1333: Inefficient Regular Expression Complexity CWE