Lucene search
+L

308 matches found

NVD
NVD
added 2026/08/17 6:17 p.m.8 views

CVE-2026-54284

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 groupparenthesis and groupcase, causing quadratic CPU consumption through sqlparse.parse,...

8.7CVSS0.00263EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/17 5:43 p.m.42 views

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

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 groupparenthesis and groupcase, causing quadratic CPU consumption through sqlparse.parse,...

8.7CVSS0.00263EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:43 p.m.14 views

CVE-2026-54284

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 groupparenthesis and groupcase, causing quadratic CPU consumption through sqlparse.parse,...

8.7CVSS5.7AI score0.00263EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/17 5:41 p.m.10 views

EUVD-2026-60311

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, SQLREGEX 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,...

7.5CVSS5.7AI score0.00279EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 5:21 p.m.10 views

GHSA-F2FF-P2WW-7P4P 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.9AI score0.00263EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 5:16 p.m.3 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.7CVSS5.9AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/17 5:16 p.m.7 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
CVE
CVE
added 2026/08/17 5:16 p.m.77 views

CVE-2026-71491

sqlparse (Python SQL parser) prior to 0.6.0 is vulnerable to a quadratic CPU DoS in group_comments (sqlparse/engine/grouping.py). A comment-only statement (e.g., '-- c\n' * n) causes the function to rescan all remaining tokens per iteration, yielding O(n²) behavior. Critically, this runs before t...

8.7CVSS5.7AI score0.00263EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 5:55 a.m.9 views

BIT-PYTHON-MIN-2026-6879 Quadratic Behavior in xml.etree.ElementPath Index Predicates

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS5.4AI score0.00369EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.15 views

PT-2026-76749

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,...

8.7CVSS5.7AI score0.00263EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/14 3:09 p.m.10 views

CVE-2026-56860

A flaw was found in net/url, a component of golang. This vulnerability arises when resolving relative paths that contain numerous parent directory '..' segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory...

7.5CVSS5.4AI score0.00424EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/14 2:49 a.m.10 views

net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution

A flaw was found in net/url, a component of golang. This vulnerability arises when resolving relative paths that contain numerous parent directory '..' segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory...

5.9CVSS5.6AI score0.00424EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/14 2:48 a.m.8 views

net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution

A flaw was found in net/url, a component of golang. This vulnerability arises when resolving relative paths that contain numerous parent directory '..' segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory...

5.9CVSS5.6AI score0.00424EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/14 12:32 a.m.12 views

EUVD-2026-58515

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.3AI score0.00424EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-56860

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in...

5.9CVSS5.7AI score0.00424EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/13 10:17 p.m.8 views

CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS0.00424EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 10:17 p.m.6 views

DEBIAN-CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS5.5AI score0.00424EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/13 9:58 p.m.106 views

CVE-2026-56860

CVE-2026-56860 describes a performance-related fix in path resolution for relative paths containing .. segments. The prior approach performed string conversions and buffer rewrites at each step, yielding quadratic time complexity and high memory allocations. The fix now operates on a byte buffer ...

5.9CVSS5.3AI score0.00424EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/13 9:58 p.m.7 views

CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.3AI score0.00424EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/13 9:58 p.m.34 views

CVE-2026-56860 Avoid quadratic complexity in resolvePath in net/url

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

0.00424EPSS
SaveExploits0References4
Rows per page
Query Builder