Lucene search
+L

283 matches found

Kitploit
Kitploit
added 2026/09/14 9:44 a.m.11 views

wordlist.rb

Wordlist 源代码 问题 文档 描述 Wordlist 是一个 Ruby 库和命令行工具,用于高效地读取、组合、变异和构建字典。 功能 支持读取 .txt 字典,以及 .gz、.bz2、.xz、.zip 和 .7z 压缩字典。 支持从任意文本构建字典。同样支持 .gz、.bz2、.xz、.zip 和 .7z 压缩。 提供高级词法分析器,用于将文本解析为单词。 可以解析/跳过数字、特殊字符、整数、首字母缩略词。 可以规范化大小写、撇号和首字母缩略词。 支持将多个字典组合在一起的字典操作。 支持在运行时修改或变异字典中的单词。 还提供了 wordlist 命令。 速度尚可 示例 读取...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 7:58 a.m.67 views

voltron

Voltron Voltron is an extensible debugger UI toolkit written in Python. It aims to improve the user experience of various debuggers LLDB, GDB, VDB and WinDbg by enabling the attachment of utility views that can retrieve and display data from the debugger host. By running these views in other TTYs...

5.9AI score
SaveExploits0References15
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 — pgAdmin 4 AI Assistant Read-Only Bypass via Lexer Differential PoC for CVE-2026-17351, a critical CVSS 9.0 SQL injection bypass in pgAdmin 4's AI Assistant. Vulnerability Summary pgAdmin 4 versions 9.13 through 9.16 use Python's sqlparse library to validate that LLM-generated SQL...

9.4CVSS5.9AI score0.00407EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 1:05 p.m.6 views

CVE-2025-46819

CVE-2025-46819 – Redis Lua 长字符串分隔符越界读取 格式错误的长字符串分隔符导致 Redis 8.2.1 中 Lua 词法分析器发生越界读取。 概述 Redis 8.2.1 中的 Lua 长字符串解析器错误处理了格式错误的 =... 序列,返回哨兵值,导致缓冲区下溢或过度递归。攻击者可诱使 Redis 发生越界读取或 C 栈溢出。 环境 Redis 服务器 8.2.1(或 8.2.2 之前的任何受影响版本) redis-cli 可本地网络访问 Redis 实例 文件 CVE-2025-46819.lua – 构造一个巨大的格式错误分隔符并将其提供给...

7.1CVSS7AI score0.01061EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability in Mako

Sqlalchemy mako before version 1.2.2 is vulnerable to Regular Expression Denial of Service when using the Lexer class for parsing. This vulnerability also affects babelplugin and linguaplugin...

7.5CVSS7.5AI score0.02156EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.23 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
NVD
NVD
added 2026/08/17 6:17 p.m.13 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
Github Security Blog
Github Security Blog
added 2026/08/17 5:49 p.m.23 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.17 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.13 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
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:41 p.m.31 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
Cvelist
Cvelist
added 2026/08/17 5:41 p.m.38 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
OSV
OSV
added 2026/08/17 5:41 p.m.25 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
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.17 views

PT-2026-76735

Name of the Vulnerable Software and Affected Versions sqlparse versions prior to 0.6.0 Description sqlparse contains a Regular Expression Denial of Service ReDoS issue where the lexer repeatedly scans unmatched dollar-quoted literals and multiline-comment delimiters. This occurs because the regex...

7.5CVSS5.9AI score0.00279EPSS
SaveExploits0References29
GithubExploit
GithubExploit
added 2026/07/31 5:17 p.m.87 views

Exploit for CVE-2026-17351

CVE-2026-17351 — pgAdmin 4 AI Assistant Read-Only Bypass via L...

9.4CVSS6AI score0.00407EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2026/07/31 4:00 p.m.14 views

CVE-2026-17351 pgAdmin 4: AI Assistant read-only transaction bypass via sqlparse/PostgreSQL lexer disagreement (incomplete fix for CVE-2026-12045)

The fix for CVE-2026-12045 in pgAdmin 4 9.16 required the LLM-supplied query passed to the AI Assistant's executesqlquery tool to parse, via sqlparse, as exactly one non-transaction-control statement before running it inside a BEGIN TRANSACTION READ ONLY wrapper. sqlparse's string-literal lexing...

9.4CVSS5.5AI score0.00658EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/31 4:00 p.m.107 views

CVE-2026-17351

The CVE-2026-17351 issue affects pgAdmin 4 (versions from 9.13 up to, but not including, 9.17). The vulnerability stems from a mismatch between sqlparse’s string-literal handling and PostgreSQL’s parser, which can allow an LLM-supplied query executed inside a BEGIN TRANSACTION READ ONLY wrapper t...

9.4CVSS5.5AI score0.00658EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/31 4:00 p.m.56 views

CVE-2026-17351 pgAdmin 4: AI Assistant read-only transaction bypass via sqlparse/PostgreSQL lexer disagreement (incomplete fix for CVE-2026-12045)

The fix for CVE-2026-12045 in pgAdmin 4 9.16 required the LLM-supplied query passed to the AI Assistant's executesqlquery tool to parse, via sqlparse, as exactly one non-transaction-control statement before running it inside a BEGIN TRANSACTION READ ONLY wrapper. sqlparse's string-literal lexing...

9.4CVSS0.00407EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/16 7:16 p.m.10 views

UBUNTU-CVE-2026-46378

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS5.3AI score0.0016EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/16 7:16 p.m.18 views

CVE-2026-46378

Dasel is a command-line tool and library for querying, modifying, and transforming data structures. From 3.0.0 until 3.10.1, the selector lexer matchRegexPattern closure in Tokenizer.parseCurRune in selector/lexer/tokenize.go loops while tokenizing an unterminated regex literal such as r/ because...

6.2CVSS5.8AI score0.0016EPSS
SaveExploits0References3
Rows per page
Query Builder