Resource exhaustion in jackson-core - CVE-2026-68498
Published: September 14, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in ReaderBasedJsonParser when parsing an oversized JSON object property name from String, Reader, or char[] input. A remote attacker can submit a crafted JSON document containing a sufficiently long property name to cause a denial of service.
Byte-input and non-blocking parsers are not affected.