CVE-2026-91777
Last modified
CVE-2026-91777 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| FasterXML | jackson-databind | >= 2.5.0, <= 2.18.10; >= 2.19.0, <= 2.21.6; >= 2.22.0, <= 2.22.2 |
| FasterXML | jackson-databind | >= 3.0.0, <= 3.1.6; >= 3.2.0, <= 3.2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-91777?
How severe is CVE-2026-91777?
How do I fix CVE-2026-91777?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-91771Weights & Biases wandb before 0.29.0 fails to validate the f…8.8
- CVE-2026-91772Halo through 2.26.1 contains an open redirect vulnerability …6.1
- CVE-2026-91773Soft Serve versions 0.7.1 through 0.11.6 fail to scope Git L…4.3
- CVE-2026-91774Yao through v1.0.0-rc22 authenticates but fails to authorize…4.3
- CVE-2026-91775LimeSurvey fails to safely encode attacker-controlled conten…7.4
- CVE-2026-91776TypeDeserializerBase._findDeserializer() in FasterXML jackso…7.5
- CVE-2026-91778In affected versions of Octopus Server, users with certain s…7.2
- CVE-2026-91779A security flaw has been discovered in GNU Binutils 2.47. Th…3.3
- CVE-2026-9178The WP Forms Connector plugin for WordPress is vulnerable to…7.5
- CVE-2026-91780A weakness has been identified in GNU Binutils 2.47. This im…3.3
- CVE-2026-91781A security vulnerability has been detected in GNU Binutils 2…3.3
- CVE-2026-91782A vulnerability was detected in GNU Binutils 2.47. Affected …3.3
Are you affected by CVE-2026-91777?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
