Allocation of Resources Without Limits or Throttling in jackson-core - #VU137339

 

Allocation of Resources Without Limits or Throttling in jackson-core - #VU137339

Published: July 12, 2026


Vulnerability identifier: #VU137339
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-770
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: FasterXML
Affected software:
jackson-core

Detailed vulnerability description

The vulnerability allows a remote attacker to cause a denial of service.

The vulnerability exists due to allocation of resources without limits or throttling in the NonBlockingUtf8JsonParserBase async parser when processing chunked JSON input containing an unterminated integer value. A remote attacker can stream many small chunks of digits without sending a terminator byte to cause a denial of service.

The issue affects the non-blocking streaming path and validation is deferred until the number is completed or end of input is reached.


Remediation

Install security update from vendor's website.

Sources