Katalog CVE

CVE-2026-91776

WysokieCVSS 7.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.45%

Percentyl 36 - wyżej niż 36% wszystkich znanych CVE

Streszczenie

Podatność w FasterXML jackson-databind powoduje niekontrolowany wzrost pamięci przy użyciu polimorfizmu opartego na nazwach z fallbackiem (defaultImpl). Każdy nieznany identyfikator typu jest przechowywany w mapie bez ograniczeń, co prowadzi do wycieku pamięci.

Ocena ryzyka

Atakujący, który może dostarczać nowe, nieznane identyfikatory typów, może spowodować ciągły wzrost zużycia pamięci, prowadząc do wyczerpania zasobów i odmowy usługi.

Rekomendacja

Zaleca się aktualizację jackson-databind do wersji z poprawką, która ogranicza buforowanie fallbacków i wprowadza limity liczby wpisów oraz długości identyfikatorów.

Inne podatności w FasterXML jackson-databind

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS