Resource exhaustion in jackson-databind - CVE-2026-91777
Published: September 22, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in forward-reference completion in CollectionDeserializer.CollectionReferringAccumulator.resolveForwardReference() and the corresponding map implementation when resolving reverse-order object-ID references during deserialization. A remote attacker can submit JSON containing unresolved identity references followed by definitions of the same IDs in reverse order to cause a denial of service.
Exploitation requires the application to deserialize JSON into an identity-enabled collection or map.