CVE-2026-12590
ADVISORY - githubSummary
Impact
When body-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.
This issue affects applications that pass a programmatically computed or user-configurable value to the limit option without validating it first.
Patches
This issue is fixed in body-parser@2.3.0 and body-parser@1.20.6 via #698. After the fix, invalid limit values throw a clear error at parser construction time instead of silently disabling enforcement. null and undefined continue to fall back to the default limit (100kb).
Workarounds
Validate limit before passing it to body-parser. For example, parse the value with bytes.parse() at startup and reject any configuration where it returns null or a non-finite number.
References
Common Weakness Enumeration (CWE)
Allocation of Resources Without Limits or Throttling
Allocation of Resources Without Limits or Throttling
GitHub
2.2
CVSS SCORE
3.7lowUbuntu
2.2
CVSS SCORE
5.9mediumRed Hat
2.2
CVSS SCORE
5.9mediumminimos
MINI-3v3f-38v7-2656
-
minimos
MINI-4c52-hh36-hwxr
-
minimos
MINI-7q63-cj62-2344
-
minimos
MINI-94hv-fpcr-q23p
-
minimos
MINI-gxwq-543h-39cf
-
minimos
MINI-m2fp-rw3g-v654
-
minimos
MINI-qvfp-qghc-8gq4
-
minimos
MINI-v3fg-6263-qh2c
-
minimos
MINI-x4j2-j4q5-q7x8
-