CVE-2026-91776
Last modified
CVE-2026-91776 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. TypeDeserializerBase._findDeserializer() in FasterXML jackson-databind caches the resolved deserializer under the raw, attacker-supplied type ID. When name-based polymorphism is configured with a fallback, for example @JsonTypeInfo(use = Id.NAME, defaultImpl = ...), every distinct unrecognized type ID resolves to the same fallback deserializer but is retained as its own key in the _deserializers map. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
TypeDeserializerBase._findDeserializer() in FasterXML jackson-databind caches the resolved deserializer under the raw, attacker-supplied type ID. When name-based polymorphism is configured with a fallback, for example @JsonTypeInfo(use = Id.NAME, defaultImpl = ...), every distinct unrecognized type ID resolves to the same fallback deserializer but is retained as its own key in the _deserializers map. That map has no configurable bound and lives for the lifetime of the type deserializer, so an attacker who can repeatedly supply fresh unknown type IDs causes monotonic memory retention across requests. The reporter observed 10,000 retained entries from 10,000 distinct unknown IDs, against a single entry for a control that repeated one unknown ID the same number of times, isolating attacker-controlled key cardinality from request volume. Exploitation requires an application that enables name-based polymorphism with a defaultImpl or equivalent fallback, accepts attacker-influenced type IDs, and reuses a long-lived ObjectMapper across requests. The fix stops caching fallback resolutions for unrecognized IDs and bounds both the number of cached entries and the length of a cacheable type ID.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| FasterXML | jackson-databind | >= 2.0.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-91776?
How severe is CVE-2026-91776?
How do I fix CVE-2026-91776?
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-91770IceHRM before 36.0.0 fails to validate employee ownership on…6.5
- 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-91777Forward-reference completion for @JsonIdentityInfo object ID…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
Are you affected by CVE-2026-91776?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
