PT-2026-51594 · Unknown · Jackson-Databind

·

CVE-2026-50193

·

Published

2026-06-23

·

Updated

2026-08-05

CVSS v3.1

7.5

High

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions jackson-databind versions 2.13.0 through 2.13.x
Description A potential Denial-of-Service exists when a service reads deeply nested JSON (thousands of levels) as a JsonNode using the readTree() function of ObjectMapper and subsequently writes that node using the toString() function of JsonNode. This process can consume significant system resources through concurrent, relatively small requests.
Recommendations Update to version 2.14.0. As a temporary workaround, avoid serializing JsonNode using toString() and use ObjectMapper.writeValueAsString(node) instead.

Exploit

Fix

DoS

Resource Exhaustion

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CLEANSTART-2026-SH44648
CVE-2026-50193
GHSA-3WRR-7QPF-2PRH

Affected Products

Jackson-Databind