GHSA-3wrr-7qpf-2prh

    Dashboard / Vulnerabilities / GHSA-3wrr-7qpf-2prh

    GHSA-3wrr-7qpf-2prh

    Published: 23 Jun 2026Last Modified: 10 Sept 2026

    Summary: jackson-databind: Deeply nested JsonNode throws StackOverflowError for toString()

    Details: ### Impact Potential Denial-of-Service when attacker sends deeply nested JSON if (and only if) service: 1. Reads deeply nested (1000s of levels) JSON as `JsonNode` (ObjectMapper.readTree()) 2. Writes out same (or modifided) node using `JsonNode.toString()` which can consume significant amount of resources with concurrent relatively small requests (1000 nested arrays is 2kB). ### Patches Fixed in 2.14.0 via https://github.com/FasterXML/jackson-databind/issues/3447. ### Workarounds Avoid serializing `JsonNode` using `toString()`: use ObjectMapper.writeValueAsString(node)

    Affected packages

    Package

    Name: com.fasterxml.jackson.core:jackson-databind

    Purl: pkg:maven/com.fasterxml.jackson.core/jackson-databind

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 2.10.0
    Fixed -2.14.0

    Affected versions

    2.10.0
    2.10.0.pr1
    2.10.0.pr2
    2.10.0.pr3
    2.10.1
    2.10.2
    2.10.3
    2.10.4
    2.10.5
    2.10.5.1

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-3wrr-7qpf-2prh | CVE-DB