Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2026-0003
March 02, 2026
The non-blocking (async) JSON parser in jackson-core bypasses the maxNumberLength constraint (default: 1000 characters) defined in StreamReadConstraints. This allows an attacker to send JSON with arbitrarily long numbers through the async parser API, leading to excessive memory allocation and potential CPU exhaustion, resulting in a Denial of Service (DoS). The standard synchronous parser correctly enforces this limit, but the async parser fails to do so, creating an inconsistent enforcement policy.
Affected Packages
https://github.com/FasterXML/jackson-core.git (GITHUB):
Affected version(s) >=jackson-core-3.0.0-rc1 <jackson-core-3.1.0
Fix Suggestion:
Update to version jackson-core-3.1.0
https://github.com/FasterXML/jackson-core.git (GITHUB):
Affected version(s) >=jackson-core-2.0.0 <jackson-core-2.18.6
Fix Suggestion:
Update to version jackson-core-2.18.6
https://github.com/FasterXML/jackson-core.git (GITHUB):
Affected version(s) >=jackson-core-2.19.0 <jackson-core-2.21.1
Fix Suggestion:
Update to version jackson-core-2.21.1
com.fasterxml.jackson.core:jackson-core (JAVA):
Affected version(s) >=2.0.0 <2.18.6
Fix Suggestion:
Update to version 2.18.6
com.fasterxml.jackson.core:jackson-core (JAVA):
Affected version(s) >=2.19.0 <2.21.1
Fix Suggestion:
Update to version 2.21.1
tools.jackson.core:jackson-core (JAVA):
Affected version(s) >=3.0.0 <3.1.0
Fix Suggestion:
Update to version 3.1.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling