CVE-2026-50193 Details
Description
jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.13.0 until 2.14.0, a potential Denial-of-Service exists when attacker sends deeply nested JSON if (and only if) the service reads deeply nested (1000s of levels) JSON as JsonNode (ObjectMapper.readTree()) and writes out same (or modifided) node using JsonNode.toString(). This can consume significant amount of resources with concurrent relatively small requests (1000 nested arrays is 2kB). This vulnerability is fixed in 2.14.0.
A denial-of-service vulnerability has been identified in Jackson Databind versions 2.10.0 prior to 2.14.0. The issue arises when a service processes deeply nested JSON—thousands of levels deep—using the JsonNode representation. If the service reads this complex JSON with ObjectMapper.readTree() and then attempts to serialize the same or modified JsonNode using JsonNode.toString(), it can trigger a StackOverflowError. This serialization process can consume substantial resources, especially with concurrent, smaller requests, such as those containing 1000 nested arrays, which only amount to 2KB.
Users can upgrade to Jackson Databind version 2.14.0 or later, where this vulnerability has been fixed. Additionally, avoid using JsonNode.toString() for serialization; instead, use ObjectMapper.writeValueAsString(node) to safely convert the JsonNode to a string.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| fasterxml jackson-databind | >= 2.10.0, < 2.14.0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 27, 2026 | Initial Analysis | [email protected] |
| Jun 24, 2026 | CVE Modified | CISA-ADP |
| Jun 23, 2026 | New CVE Received | [email protected] |