Lucene search
+L

5 matches found

RedhatCVE
RedhatCVE
added 2026/08/27 11:51 a.m.7 views

CVE-2026-71491

A flaw was found in sqlparse, a Python module for parsing SQL. A remote attacker could exploit this vulnerability by providing specially crafted SQL input that contains numerous comment-only statements. This could cause the groupcomments function to repeatedly rescan these statements, leading to...

8.7CVSS5.9AI score0.00263EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/08/17 10:00 p.m.12 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS via the groupcomments function in sqlparse/engine/grouping.py when parsing a statement composed entirely of comment tokens e.g., repeated -- c\n lines. The function rescans the entire remaining token tail once per...

8.7CVSS6.1AI score0.00263EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/17 5:21 p.m.15 views

sqlparse: Quadratic O(n²) DoS in group_comments

Summary A comment-only statement -- c\nn may cause a Denial of Service DoS. Details Location: sqlparse/engine/grouping.py:331-341 groupcomments, invoked first in group at grouping.py:439. Reachable via sqlparse.parse and sqlparse.formatsql, stripcomments=True. A statement made of many single-line...

8.7CVSS5.8AI score0.00263EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/17 5:16 p.m.36 views

CVE-2026-71491 sqlparse: Quadratic O(n²) DoS in group_comments

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, groupcomments in sqlparse/engine/grouping.py repeatedly rescans comment-only statements before the MAXGROUPINGTOKENS guard, causing quadratic CPU consumption through sqlparse.parse and sqlparse.formatsql, stripcomments=Tru...

8.7CVSS0.00263EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 5:16 p.m.8 views

EUVD-2026-60309

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, groupcomments in sqlparse/engine/grouping.py repeatedly rescans comment-only statements before the MAXGROUPINGTOKENS guard, causing quadratic CPU consumption through sqlparse.parse and sqlparse.formatsql, stripcomments=Tru...

8.7CVSS5.7AI score0.00263EPSS
SaveExploits0References2
Rows per page
Query Builder