目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53539— Python-Multipart 分号分隔查询字符串解析导致CPU拒绝服务漏洞

CVSS 7.5 · High EPSS 0.26% · P18
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-53539 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Python-Multipart: Quadratic-time querystring parsing with semicolon separators causes CPU denial of service
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, when parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead did it fall back to scanning for ;. For a body that uses ; as the separator and contains no &, every field iteration performed a full failed & scan over the entire remaining buffer before locating the nearby ;. With N semicolon separated fields in a chunk of size B, this yields O(B^2) byte comparisons per chunk. An attacker can submit a small crafted body of the form a;a;a;... and cause the parser to spend seconds of CPU per request. A handful of concurrent requests can exhaust worker processes. This vulnerability is fixed in 0.0.30.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
未加控制的资源消耗(资源穷尽)
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
Kludexpython-multipart < 0.0.30 -

二、漏洞 CVE-2026-53539 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-53539 的情报信息

登录查看更多情报信息。

CVE-2026-53539 其他参考 (1)

同批安全公告 · Kludex · 2026-06-22 · 共 6 条

CVE-2026-542837.5 HIGHStarlette application/x-www-form-urlencoded 请求DoS漏洞
CVE-2026-535373.7 LOWPython-Multipart 内容处置参数注入漏洞
CVE-2026-535403.7 LOWPython-Multipart 缓冲区内存溢出漏洞
CVE-2026-535383.7 LOWPython-Multipart 分号分隔参数导致参数注入漏洞
CVE-2026-542823.7 LOWStarlette 请求路径未验证导致 URL 主机名被污染

IV. Related Vulnerabilities

V. Comments for CVE-2026-53539

暂无评论


发表评论