Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
8.7
Jackson Data Processor: Unrestricted JSON Parsing Causes Crash
CVE-2026-29062
GHSA-6v53-7c9g-w56r
GHSA-6v53-7c9g-w56r
Summary
A bug in Jackson Data Processor's parsing function can cause the program to crash if it encounters a very deeply nested JSON document. This could lead to a denial of service. Users should update to version 3.1.0 or later to fix the issue.
What to do
- Update jackson tools.jackson.core:jackson-core to version 3.1.0.
Affected software
| Vendor | Product | Affected versions | Fix available |
|---|---|---|---|
| jackson | tools.jackson.core:jackson-core | > 3.0.0 , <= 3.1.0 | 3.1.0 |
| fasterxml | jackson-core | > 3.0.0 , <= 3.1.0 | – |
Original title
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 UTF8DataInputJsonPar...
Original description
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 maxNestingDepth constraint (default: 500) defined in StreamReadConstraints. A similar issue was found in ReaderBasedJsonParser. This allows a user to supply a JSON document with excessive nesting, which can cause a StackOverflowError when the structure is processed, leading to a Denial of Service (DoS). This issue has been patched in version 3.1.0.
nvd CVSS4.0
8.7
Vulnerability type
CWE-770
Allocation of Resources Without Limits
- https://github.com/FasterXML/jackson-core/commit/8b25fd67f20583e75fb09564ce1eaab...
- https://github.com/FasterXML/jackson-core/pull/1554
- https://github.com/FasterXML/jackson-core/security/advisories/GHSA-6v53-7c9g-w56...
- https://github.com/FasterXML/jackson-core/security/advisories/GHSA-h46c-h94j-95f...
- https://nvd.nist.gov/vuln/detail/CVE-2025-52999
- https://github.com/advisories/GHSA-6v53-7c9g-w56r
- https://nvd.nist.gov/vuln/detail/CVE-2026-29062
- https://github.com/FasterXML/jackson-core Product
Published: 6 Mar 2026 · Updated: 12 Mar 2026 · First seen: 6 Mar 2026