VYPR

Jackson Core

by Fasterxml

Source repositories

CVEs (5)

  • CVE-2026-68494HigAug 4, 2026
    risk 0.50cvss epss 0.00

    The fix released in jackson-core 2.18.6 and 2.21.1 for CVE-2026-18401 (GHSA-72hv-8253-57qq, number length constraint bypass in the non-blocking parser) is incomplete. This record covers the remaining bypass. The earlier fix wired validateIntegerLength() into a new…

  • CVE-2025-52999HigJun 25, 2025
    risk 0.50cvss epss 0.01

    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…

  • CVE-2026-29062HigMar 6, 2026
    risk 0.42cvss 7.5epss 0.01

    jackson-core contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. From version 3.0.0 to before version 3.1.0, the UTF8DataInputJsonParser, which is used when parsing from a java.io.DataInput source, bypasses the…

  • CVE-2026-18401MedAug 4, 2026
    risk 0.38cvss epss 0.00

    The non-blocking (asynchronous) JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints (default: 1000 characters). An attacker able to submit JSON to an application that uses the async parser API can supply a number token of…

  • CVE-2025-49128MedJun 6, 2025
    risk 0.19cvss 4.0epss 0.00

    Jackson-core contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. Starting in version 2.0.0 and prior to version 2.13.0, a flaw in jackson-core's `JsonLocation._appendSourceDesc` method allows up to 500 bytes of…