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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12590— body-parser 拒绝服务漏洞

CVSS 3.7 · Low

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 4

厂商产品版本范围状态
body-parserbody-parser< 1.20.6affected
1.20.6unaffected
2.0.0< 2.3.0affected
2.3.0unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
body-parser vulnerable to denial of service when invalid limit value silently disables size enforcement
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Impact: In body-parser versions prior to 1.20.6 (1.x line) and 2.3.0 (2.x line), when the parser is configured with an invalid limit option value such as an unparseable string or NaN, bytes.parse returns null and the request body size check is silently skipped. Applications that rely on limit as their primary safeguard against oversized request bodies will accept arbitrarily large payloads, leading to excessive memory and CPU usage and denial of service. Patches: This issue is fixed in body-parser 1.20.6 and 2.3.0. After the fix, invalid limit values throw a clear error at parser construction time instead of silently disabling enforcement, while null and undefined continue to fall back to the default limit of 100kb. Workarounds: Validate the limit value before passing it to body-parser. For example, parse the value at startup and reject any configuration where the result is null or a non-finite number.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
不加限制或调节的资源分配
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
body-parserbody-parser 0 ~ 1.20.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-12590 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-12590

暂无评论


发表评论