Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Deniz-Husaj

#37249of 56,330
7.5Total CVSS
Vulnerabilities · 1
PT-2026-51594
7.5
2026-06-23
Unknown · Jackson-Databind · CVE-2026-50193
**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.