CVE-2026-91777 Details
Description
Forward-reference completion for @JsonIdentityInfo object IDs in FasterXML jackson-databind performs a linear scan of the pending-reference accumulator for every resolved ID. The affected paths are CollectionDeserializer.CollectionReferringAccumulator.resolveForwardReference() and the equivalent implementation in MapDeserializer. When a document first creates N unresolved object-ID references in an identity-enabled collection or map and then defines those same IDs in reverse order, completion performs on the order of N * (N + 1) / 2 identity comparisons, so a shallow document whose size grows linearly causes quadratic CPU work during deserialization. The reporter instrumented equals() calls on the ID class and measured exactly 2,003,000 comparisons at N = 2,000, against zero comparisons in the pending-reference lookup path for an equally sized control in which every reference was already resolved. The input requires no deep nesting and no syntactically unusual JSON. Exploitation requires an application that deserializes attacker-influenced JSON into an identity-enabled collection or map. The fix replaces the repeated linear lookup with a keyed pending-reference structure.
A denial-of-service vulnerability has been identified in FasterXML Jackson-Databind versions 2.5.0 through 2.18.10, 2.19.0 through 2.21.6, and 2.22.0 through 2.22.2, as well as in Jackson-Databind 3.0.0 through 3.1.6 and 3.2.0 through 3.2.2. The issue arises in the Collection and Map deserializers when handling '@JsonIdentityInfo' object IDs. The deserialization process can cause quadratic CPU consumption by performing excessive identity comparisons. This occurs when a document creates unresolved object-ID references in an identity-enabled collection or map and then defines those IDs in reverse order, leading to a significant performance degradation.
Users can upgrade to Jackson-Databind versions 2.18.11, 2.21.7, 2.22.3, 3.1.7 or 3.2.3 to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 23, 2026CISA-ADP
Assessed Sep 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-cxp5-3px4-pw24 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/FasterXML/jackson-databind/issues/6204 | HeroDevs | Issue TrackingVendor |
| https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-cxp5-3px4-pw24 | HeroDevs | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | HeroDevs |
Affected Products
| Product | Versions |
|---|---|
| FasterXML jackson-databind | >= 2.5.0, <= 2.18.10 (semver) >= 2.19.0, <= 2.21.6 (semver) >= 2.22.0, <= 2.22.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 23, 2026 | CVE Modified | CISA-ADP |
| Sep 23, 2026 | New CVE Received | HeroDevs |
Volerion