Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

GHSA-h46c-h94j-95f3

jackson-core can throw a StackoverflowError when processing deeply nested data
Back to all
CVE

GHSA-h46c-h94j-95f3

jackson-core can throw a StackoverflowError when processing deeply nested data

Impact

With older versions  of jackson-core, if you parse an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large.

Patches

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. Change is in https://github.com/FasterXML/jackson-core/pull/943. 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.

Workarounds

Users should avoid parsing input files from untrusted sources.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
8.7
-
4.0
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
C
H
U
0
-
C
H
U
7.5
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Related Resources

No items found.

References

https://github.com/FasterXML/jackson-core/security/advisories/GHSA-h46c-h94j-95f3, https://nvd.nist.gov/vuln/detail/CVE-2025-52999, https://github.com/FasterXML/jackson-core/pull/943, https://github.com/FasterXML/jackson-core

Severity

7.5

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.5
EPSS Probability
0.0003%
EPSS Percentile
0.08286%
Introduced Version
2.9.0.pr4,2.8.0.rc1,2.6.0-rc2,2.3.0-rc1,2.0.0-RC1
Fix Available
2.15.0-rc1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading