CVE-2025-52999
June 25, 2025
jackson-core contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. In versions prior to 2.15.0, if a user parses an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large. jackson-core 2.15.0 contains a configurable limit for how deep Jackson will traverse in an input document, defaulting to an allowable depth of 1000. jackson-core will throw a StreamConstraintsException if the limit is reached. jackson-databind also benefits from this change because it uses jackson-core to parse JSON inputs. As a workaround, users should avoid parsing input files from untrusted sources.
Affected Packages
https://github.com/FasterXML/jackson-core.git (GITHUB):
Affected version(s) >=jackson-core-2.0.0 <jackson-core-2.15.0Fix Suggestion:
Update to version jackson-core-2.15.0com.fasterxml.jackson.core:jackson-core (JAVA):
Affected version(s) >=2.0.0-RC1 <2.15.0Fix Suggestion:
Update to version 2.15.0com.fasterxml.jackson.core:jackson-core (JAVA):
Affected version(s) >=2.0.0-RC1 <2.15.0Fix Suggestion:
Update to version 2.15.0Related ResourcesĀ (4)
Do you need more information?
Contact UsCVSS 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)
Stack-based Buffer Overflow
EPSS
Base Score:
0.03