Lucene search
+L

3678 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.21 views

Linux Distros Unpatched Vulnerability : CVE-2026-59893

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.5CVSS5.9AI score0.00279EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.8 views

Amazon Linux 2 : perl-Date-Manip, --advisory ALAS2-2026-3856 (ALAS-2026-3856)

The version of perl-Date-Manip installed on the remote host is prior to 6.41-2. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2026-3856 advisory. Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeri...

7.5CVSS5.7AI score0.00373EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.9 views

Amazon Linux 2023 : perl-Date-Manip (ALAS2023-2026-2050)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-2050 advisory. Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in check. The parse regexes capture year, month and day with th...

7.5CVSS5.6AI score0.00373EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-71491

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 statemen...

8.7CVSS5.9AI score0.00263EPSS
SaveExploits0References3
Circl
Circl
added 2026/08/17 8:35 p.m.11 views

CVE-2026-54284

creationtimestamp| type| source ---|---|--- 2026-08-17 20:35:04+00:00| published-proof-of-concept| https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-pwgv-4x5q-6m9f 2026-08-18 01:00:04+00:00| published-proof-of-concept| Telegram/GwuC3cy-OzU2KFCuHYMrTkUTBOKWE1Dd5EfEUwy3SR6M 2026-08-...

8.7CVSS4.8AI score0.00263EPSS
SaveExploits0References3
Circl
Circl
added 2026/08/17 8:35 p.m.9 views

CVE-2026-59893

creationtimestamp| type| source ---|---|--- 2026-08-17 20:35:02+00:00| published-proof-of-concept| https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-prg7-hcfm-mfcr 2026-08-17 21:32:25+00:00| seen| https://gist.github.com/alon710/dfd35d68fb93e084af258814e55849da 2026-08-18...

7.5CVSS4.8AI score0.00279EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 6:18 p.m.5 views

UBUNTU-CVE-2026-71491

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.8AI score0.00263EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/17 6:17 p.m.7 views

CVE-2026-59893

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.5CVSS0.00279EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 6:17 p.m.5 views

UBUNTU-CVE-2026-59894

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse/filters/output.py fails to escape existing backslashes before quotes in sqlparse.format outputformat='python' and outputformat='php' and the corresponding sqlformat -l modes, allowing crafted SQL to terminate the...

6.2CVSS5.9AI score0.00129EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/17 5:49 p.m.18 views

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

Summary sqlparse contains a Regular Expression Denial of Service ReDoS vulnerability in its dollar-quoted SQL literal lexer. The regex pattern at sqlparse/keywords.py:33 uses a backreference \1 to match closing dollar-quote delimiters, causing On² CPU complexity when processing inputs containing...

7.5CVSS6.1AI score0.00279EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/08/17 5:49 p.m.10 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the lexer's handling of dollar-quoted literals and multiline comments. The regular expressions used to match $tag$...$tag$ dollar-quoted literals and /.../ multiline comments employed a laz...

8.7CVSS6AI score0.00279EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 5:49 p.m.9 views

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

Summary sqlparse contains a Regular Expression Denial of Service ReDoS vulnerability in its dollar-quoted SQL literal lexer. The regex pattern at sqlparse/keywords.py:33 uses a backreference \1 to match closing dollar-quote delimiters, causing On² CPU complexity when processing inputs containing...

7.5CVSS6.1AI score0.00279EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/17 5:49 p.m.12 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the grouptokens method in sqlparse/sql.py, which previously called strstart to recompute the value of a token group after extending it with subtokens. Because str on a TokenList recursively...

8.7CVSS6AI score0.00263EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/17 5:41 p.m.34 views

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

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.5CVSS0.00279EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:41 p.m.18 views

CVE-2026-59893

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
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/17 5:41 p.m.21 views

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

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.9AI score
SaveExploits0References4
CVE
CVE
added 2026/08/17 5:41 p.m.96 views

CVE-2026-59893

The vulnerability is a ReDoS flaw in sqlparse's lexer: the regex at sqlparse/keywords.py:33 uses a backreference (\1) to match closing dollar-quote delimiters, causing O(n²) CPU consumption when fed many unique, unmatched openers. The same pattern shape affects multiline-comment regexes. A single...

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

UBUNTU-CVE-2026-73646

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.18, lib/previous-map.js loadMap passes attacker-controlled sourceMappingURL values to joindirnameopts.from, annotation, and loadFile permits traversed ...

7.5CVSS5.4AI score0.00377EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/17 3:35 p.m.11 views

CVE-2026-73646

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.18, lib/previous-map.js loadMap passes attacker-controlled sourceMappingURL values to joindirnameopts.from, annotation, and loadFile permits traversed ...

7.5CVSS5.4AI score0.00377EPSS
SaveExploits0
OSV
OSV
added 2026/08/17 5:55 a.m.9 views

BIT-SUPERSET-2026-23985 Apache Superset: Regular Expression Denial of Service (ReDoS) in SQL Parser

A Regular Expression Denial of Service ReDoS vulnerability exists in Apache Superset versions 1.5.0 through 5.0.0. The vulnerability is located in the sqlparse.py component, specifically within the SQLREGEX used for parsing SQL statements in the sqlparse library integration. The affected regular...

6.5CVSS5.9AI score0.00413EPSS
SaveExploits0References3
Rows per page
Query Builder