CVE-2026-91776

EUVD-2026-85002
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.
ProviderTypeBase ScoreAtk. VectorAtk. ComplexityPriv. RequiredVector
HeroDevsCNA
7.5 HIGH
NETWORK
LOW
NONE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Base Score
CVSS 3.x
EPSS Score
Percentile: 41.11%
Early Detection
Affected products identified ahead of NVD analysis through intelligence sources.
VendorProductVersionSource
fasterxmljackson-databind
2.0.0 ≤
𝑥
≤ 2.18.10
CNA
fasterxmljackson-databind
2.19.0 ≤
𝑥
≤ 2.21.6
CNA
fasterxmljackson-databind
2.22.0 ≤
𝑥
≤ 2.22.2
CNA
fasterxmljackson-databind
3.0.0 ≤
𝑥
≤ 3.1.6
CNA
fasterxmljackson-databind
3.2.0 ≤
𝑥
≤ 3.2.2
CNA
Debian logo
Debian Releases
Debian Product
Codename
jackson-databind
bookworm
vulnerable
bookworm (security)
vulnerable
forky
vulnerable
sid
vulnerable
trixie
vulnerable
trixie (security)
vulnerable