Lucene search
+L

237 matches found

Kitploit
Kitploit
added 2026/09/12 8:12 p.m.9 views

pgadmin-ai-assistant-sql-injection-cve-2026-17351-lexer-differential-bypass

CVE-2026-17351 — Bypass de solo lectura del Asistente de IA de pgAdmin 4 mediante diferencia de lexer PoC para CVE-2026-17351, un bypass crítico CVSS 9.0 de inyección SQL en el Asistente de IA de pgAdmin 4. Resumen de la vulnerabilidad Las versiones de pgAdmin 4 desde la 9.13 hasta la 9.16 utiliz...

9.4CVSS5.9AI score0.00407EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/09/09 12:00 a.m.9 views

openSUSE 16 Security Update : python-sqlparse (openSUSE-SU-2026:21777-1)

The remote openSUSE 16 host has a package installed that is affected by a vulnerability as referenced in the openSUSE- SU-2026:21777-1 advisory. This update for python-sqlparse fixes the following issue: - CVE-2026-84305: Reindentation of tuple lists causes near-cap quadratic CPU consumption...

5.1CVSS0.00125EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/02 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-84305

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, sqlparse.formatsql, reindent=True and sqlformat --reindent route attacker-controlled...

5.1CVSS5.8AI score0.00125EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/02 12:00 a.m.9 views

CVE-2026-84305

sqlparse is a non-validating SQL parser module for Python. Prior to 0...

5.1CVSS5.9AI score0.00125EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/02 12:00 a.m.7 views

UBUNTU-CVE-2026-84305

sqlparse is a non-validating SQL parser module for Python. Prior to 0...

5.1CVSS5.9AI score0.00125EPSS
SaveExploits0References3
Circl
Circl
added 2026/09/01 10:35 p.m.13 views

CVE-2026-84305

creationtimestamp| type| source ---|---|--- 2026-09-01 22:35:02+00:00| published-proof-of-concept| https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-cfqr-cjx5-5jcm 2026-09-02 06:32:30+00:00| seen| https://gist.github.com/alon710/342832b227e98d6656ed29633e96b4ab...

5.1CVSS5.8AI score0.00125EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/01 9:20 p.m.13 views

GHSA-CFQR-CJX5-5JCM sqlparse: Reindentation of tuple lists causes near-cap quadratic CPU consumption

Summary When SQL is formatted with reindentation enabled, ReindentFilter repeatedly rebuilds prefixes of the current statement to calculate token offsets. An attacker who controls SQL sent to this opt-in formatting path can supply a parenthesized tuple list that remains just below the...

5.1CVSS6AI score0.00125EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/09/01 9:20 p.m.9 views

Inefficient Algorithmic Complexity

Overview Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity via ReindentFilter.getoffset in sqlparse/filters/reindent.py, which reconstructed the full statement prefix from the beginning of the statement on every call. Because getoffset is invoked once per grou...

5.1CVSS5.7AI score0.00125EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/01 9:20 p.m.9 views

sqlparse: Reindentation of tuple lists causes near-cap quadratic CPU consumption

Summary When SQL is formatted with reindentation enabled, ReindentFilter repeatedly rebuilds prefixes of the current statement to calculate token offsets. An attacker who controls SQL sent to this opt-in formatting path can supply a parenthesized tuple list that remains just below the...

5.1CVSS6AI score0.00125EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/09/01 7:17 p.m.8 views

CVE-2026-84305

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse.formatsql, reindent=True and sqlformat --reindent route attacker-controlled parenthesized tuple lists through ReindentFilter.getoffset in sqlparse/filters/reindent.py, where flattenuptotoken repeatedly rebuilds an...

5.1CVSS0.00125EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/01 6:33 p.m.11 views

EUVD-2026-69421

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse.formatsql, reindent=True and sqlformat --reindent route attacker-controlled parenthesized tuple lists through ReindentFilter.getoffset in sqlparse/filters/reindent.py, where flattenuptotoken repeatedly rebuilds an...

5.1CVSS5.9AI score0.00125EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/01 6:33 p.m.9 views

CVE-2026-84305

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse.formatsql, reindent=True and sqlformat --reindent route attacker-controlled parenthesized tuple lists through ReindentFilter.getoffset in sqlparse/filters/reindent.py, where flattenuptotoken repeatedly rebuilds an...

5.1CVSS5.9AI score0.00125EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/01 6:33 p.m.36 views

CVE-2026-84305 sqlparse: Reindentation of tuple lists causes near-cap quadratic CPU consumption

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse.formatsql, reindent=True and sqlformat --reindent route attacker-controlled parenthesized tuple lists through ReindentFilter.getoffset in sqlparse/filters/reindent.py, where flattenuptotoken repeatedly rebuilds an...

5.1CVSS0.00125EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/01 6:33 p.m.25 views

CVE-2026-84305

sqlparse , a non-validating SQL parser for Python, is vulnerable to quadratic CPU consumption in versions prior to 0.6.0. When processing attacker-controlled parenthesized tuple lists via sqlparse.format(sql, reindent=True) or sqlformat --reindent, the ReindentFilter._get_offset() function in sql...

5.1CVSS5.9AI score0.00125EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/01 6:33 p.m.7 views

CVE-2026-84305 sqlparse: Reindentation of tuple lists causes near-cap quadratic CPU consumption

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse.formatsql, reindent=True and sqlformat --reindent route attacker-controlled parenthesized tuple lists through ReindentFilter.getoffset in sqlparse/filters/reindent.py, where flattenuptotoken repeatedly rebuilds an...

5.1CVSS5.9AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/09/01 12:00 a.m.15 views

openSUSE 16 Security Update : python-sqlparse (openSUSE-SU-2026:21690-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21690-1 advisory. - CVE-2026-54284: high algorithm complexity when parsing SQL payloads with hundreds of nesting levels can lead to denial of service via excessiv...

8.7CVSS6AI score0.00279EPSS
SaveExploits0References13
OSV
OSV
added 2026/08/28 5:20 a.m.8 views

ROOT-APP-PYPI-CVE-2026-71491 CVE-2026-71491 in sqlparse - Patched by Root

Root has patched CVE-2026-71491 in the sqlparse package for Root:PyPI. Multiple fixed versions available...

8.7CVSS5.2AI score0.00263EPSS
SaveExploits0
OSV
OSV
added 2026/08/28 4:47 a.m.9 views

ROOT-APP-PYPI-GHSA-27JP-WM6Q-GP25 GHSA-27jp-wm6q-gp25 in sqlparse - Patched by Root

Root has patched GHSA-27jp-wm6q-gp25 in the sqlparse package for Root:PyPI. Multiple fixed versions available...

5.5AI score
SaveExploits0
OSV
OSV
added 2026/08/28 4:47 a.m.13 views

ROOT-APP-PYPI-GHSA-62QF-JCQ8-8GXW GHSA-62qf-jcq8-8gxw in sqlparse - Patched by Root

Root has patched GHSA-62qf-jcq8-8gxw in the sqlparse package for Root:PyPI. Multiple fixed versions available...

5.5AI score
SaveExploits0
OSV
OSV
added 2026/08/28 4:47 a.m.17 views

ROOT-APP-PYPI-CVE-2023-30608 CVE-2023-30608 in sqlparse - Patched by Root

Root has patched CVE-2023-30608 in the sqlparse package for Root:PyPI. Multiple fixed versions available...

7.5CVSS6.6AI score0.0098EPSS
SaveExploits0
Rows per page
Query Builder