Jan 2, 2026·5 min read·3 visits
If you use Jackson to deserialize JSON and have `UNWRAP_SINGLE_VALUE_ARRAYS` enabled, a payload like `[[[[...]]]]` will crash your application via stack exhaustion. Update to 2.13.4 or disable the feature.
A high-severity Denial of Service vulnerability in the ubiquitous FasterXML jackson-databind library. By exploiting the UNWRAP_SINGLE_VALUE_ARRAYS feature with deeply nested JSON arrays, attackers can trigger a StackOverflowError, crashing JVMs with trivial payloads.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H| Product | Affected Versions | Fixed Version |
|---|---|---|
jackson-databind FasterXML | < 2.13.4 | 2.13.4 |
jackson-databind FasterXML | 2.12.0 - 2.12.7 | 2.12.7.1 |
| Attribute | Detail |
|---|---|
| CWE | CWE-674 (Uncontrolled Recursion) |
| CVSS | 7.5 (High) |
| Attack Vector | Network |
| Availability Impact | High (Stack Exhaustion) |
| Exploit Complexity | Low |
| Authentication | None |
Uncontrolled Recursion