Lucene search
+L

45 matches found

Kitploit
Kitploit
•added 2026/09/24 1:56 p.m.•13 views

CobaltStrikeParser

CobaltStrikeParser Python parser for CobaltStrike Beacon's configuration Description Use parsebeaconconfig.py for stageless beacons, memory dumps or C2 urls with metasploit compatibility mode default true. Many stageless beacons are PEs where the beacon code itself is stored in the .data section...

6.1AI score
SaveExploits0
UbuntuCve
UbuntuCve
•added 2026/09/01 7:17 p.m.•10 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.6AI score0.00178EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/01 6:33 p.m.•16 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.00178EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/09/01 6:33 p.m.•10 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 score0.00178EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/24 8:17 p.m.•8 views

DEBIAN-CVE-2026-76098

Mistune is a Python Markdown parser with renderers and plugins. Versions 3.3.0 through 3.3.2 are vulnerable to DoS through deeply nested tokens. HTML rendering creates deeply nested emphasis tokens from consecutive asterisk characters, and recursive rendering in HTMLRenderer.rendertoken can excee...

7.5CVSS5.4AI score0.00488EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/08/24 12:00 a.m.•19 views

PT-2026-81027

Name of the Vulnerable Software and Affected Versions Mistune versions 3.3.0 through 3.3.2 Description This issue allows a Denial of Service DoS through deeply nested tokens. When rendering HTML, consecutive asterisk characters can create deeply nested emphasis tokens. The recursive rendering...

7.5CVSS5.2AI score0.00488EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
•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.5CVSS5.8AI score0.00337EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/17 6:17 p.m.•13 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.8AI score0.00332EPSS
SaveExploits0References3
PyPA
PyPA
•added 2026/08/04 11:34 a.m.•32 views

AIOHTTP: Out-of-bounds heap read in C HTTP response parser error path (malformed chunked response)

SummaryAn out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. ImpactAn attacker controlled server, or possibly an accidental response could trigger a DoS in the client. WorkaroundIf unable to upgrade, the Python parser is unaffect...

7.1CVSS5.6AI score0.00528EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2026/08/03 8:51 p.m.•11 views

GHSA-CQ5V-8Q36-5273 AIOHTTP: Out-of-bounds heap read in C HTTP response parser error path (malformed chunked response)

Summary An out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. Impact An attacker controlled server, or possibly an accidental response could trigger a DoS in the client. Workaround If unable to upgrade, the Python parser is...

7.1CVSS5.6AI score0.00528EPSS
SaveExploits0References5
Snyk
Snyk
•added 2026/08/03 8:51 p.m.•35 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the C HTTP response parser error handling. An attacker can cause the application to crash or become unresponsive by sending a specially crafted malformed chunked response. Workaround This vulnerability can be mitigated...

7.5CVSS5.5AI score0.00528EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2026/08/03 8:51 p.m.•47 views

AIOHTTP: Out-of-bounds heap read in C HTTP response parser error path (malformed chunked response)

Summary An out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. Impact An attacker controlled server, or possibly an accidental response could trigger a DoS in the client. Workaround If unable to upgrade, the Python parser is...

7.1CVSS5.6AI score0.00528EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/07/08 5:17 p.m.•32 views

AZL-92211 CVE-2026-59928 affecting package python-mistune for versions less than 3.3.0-1

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link definitions causes quadratic work in src/mistune/blockparser.py and the reflinks environment dictionary handling, allowing denial of service...

7.5CVSS5.9AI score0.00651EPSS
SaveExploits1References1
PyPA
PyPA
•added 2026/07/07 4:02 p.m.•28 views

AIOHTTP is vulnerable to HTTP Request/Response Smuggling through incorrect parsing of chunked trailer sections

SummaryThe Python parser is vulnerable to a request smuggling vulnerability due to not parsing trailer sections of an HTTP request. ImpactIf a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker may be able to execute...

7.5CVSS6AI score0.00312EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/07/07 4:02 p.m.•19 views

PYSEC-2026-1104 AIOHTTP is vulnerable to HTTP Request/Response Smuggling through incorrect parsing of chunked trailer sections

Summary The Python parser is vulnerable to a request smuggling vulnerability due to not parsing trailer sections of an HTTP request. Impact If a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker may be able to execu...

6.3CVSS6.8AI score0.00312EPSS
SaveExploits0References6
PyPA
PyPA
•added 2026/07/07 2:34 p.m.•25 views

aiohttp allows request smuggling due to incorrect parsing of chunk extensions

SummaryThe Python parser parses newlines in chunk extensions incorrectly which can lead to request smuggling vulnerabilities under certain conditions. ImpactIf a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker may...

7.5CVSS6AI score0.00563EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•20 views

FaucetSDN Ryu Denial of Service Vulnerability

An issue was discovered in OFPBundleCtrlMsg in parser.py in FaucetSDN Ryu version 4.34, allows remote attackers to cause a denial of service DoS infinite loop...

7.5CVSS7.1AI score0.00954EPSS
SaveExploits1References5Affected Software1
attackerkb
attackerkb
•added 2026/05/26 8:40 p.m.•14 views

CVE-2026-44897

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, HTMLRenderer.heading builds the opening tag by string-concatenating the id attribute value directly into the HTML — with no call to escape, safeentity, or any other sanitisation function. A double-quote character " in...

6.1CVSS6AI score0.00271EPSS
SaveExploits1References3Affected Software1
OSV
OSV
•added 2026/04/07 8:16 p.m.•17 views

PYSEC-2026-60

FastFeedParser is a high performance RSS, Atom and RDF parser. Prior to 0.5.10, when parse fetches a URL that returns an HTML page containing a tag, it recursively calls itself with the redirect URL — with no depth limit, no visited-URL deduplication, and no redirect count cap. An...

7.5CVSS5.8AI score0.00498EPSS
SaveExploits1References1
OSV
OSV
•added 2026/01/05 11:15 p.m.•24 views

AZL-73520 CVE-2025-69224 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below of the Python HTTP parser may allow a request smuggling attack with the presence of non-ASCII characters. If a pure Python version of AIOHTTP is installed i.e. without the usual C extensions ...

6.5CVSS5.8AI score0.00244EPSS
SaveExploits0References1
Rows per page
Query Builder