CVE Vulnerabilities

CVE-2026-54512

Incomplete List of Disallowed Inputs

Published: Jun 23, 2026 | Modified: Jun 27, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
8.1 IMPORTANT
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, jackson-databinds PolymorphicTypeValidator (PTV) is the primary safety mechanism guarding polymorphic deserialization. When polymorphic typing is enabled and a type identifier contains generic parameters (i.e. the type ID string contains <), DatabindContext._resolveAndValidateGeneric() validates only the raw container class name (the substring before <) against the configured PTV. If the container type is approved, the method parses the full canonical type string via TypeFactory.constructFromCanonical() and returns the fully parameterized type without ever validating the nested type arguments against the PTV. The nested type arguments are then resolved, instantiated, and populated as beans during deserialization. An attacker who controls the type ID can therefore place a denied class as a generic type parameter of an allowed container — for example java.util.ArrayList<com.evil.Gadget> when only java.util.ArrayList is allow-listed. The container passes the PTV check; com.evil.Gadget is loaded via Class.forName(name, true, loader), instantiated, and its properties are set from attacker-controlled JSON. This completely bypasses an explicitly configured PTV allow-list. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4.

Weakness

The product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are not allowed by policy or otherwise require other action to neutralize before additional processing takes place, but the list is incomplete.

Affected Software

NameVendorStart VersionEnd Version
Jackson-databindFasterxml2.10.0 (including)2.18.8 (excluding)
Jackson-databindFasterxml2.19.0 (including)2.21.4 (excluding)
Jackson-databindFasterxml3.0.0 (including)3.1.4 (excluding)
Cryostat 4 on RHEL 9RedHatcryostat/cryostat-reports-rhel9:4.2.0-13*
Cryostat 4 on RHEL 9RedHatcryostat/cryostat-rhel9:4.2.0-13*
Cryostat 4 on RHEL 9RedHatcryostat/jfr-datasource-rhel9:4.2.0-13*
Red Hat Build of Apache Camel 4.18 for Quarkus 3.33RedHatjackson-databind*
Red Hat Certificate System 10.8 for RHEL-8RedHatredhat-pki:10-8100020260728001635.f9354743*
Red Hat Data Grid 8.6.2RedHatjackson-databind*
Red Hat Enterprise Linux 10RedHatdogtag-pki-0:11.9.0-4.el10_2*
Red Hat Enterprise Linux 10.0 Extended Update SupportRedHatdogtag-pki-0:11.6.0-2.el10_0*
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update SupportRedHatpki-deps:10.6-8040020260720064222.522a0ee4*
Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-OnRedHatpki-deps:10.6-8040020260720064222.522a0ee4*
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update SupportRedHatpki-deps:10.6-8060020260720025549.ad008a3a*
Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-OnRedHatpki-deps:10.6-8060020260720025549.ad008a3a*
Red Hat Enterprise Linux 8.8 Telecommunications Update ServiceRedHatpki-deps:10.6-8080020260714161755.63b34585*
Red Hat Enterprise Linux 8.8 Update Services for SAP SolutionsRedHatpki-deps:10.6-8080020260714161755.63b34585*
Red Hat Enterprise Linux 9RedHatjackson-databind-0:2.21.4-1.el9_8*
Red Hat Enterprise Linux 9.2 Update Services for SAP SolutionsRedHatjackson-databind-0:2.21.4-1.el9_2*
Red Hat Enterprise Linux 9.4 Update Services for SAP SolutionsRedHatjackson-databind-0:2.21.4-1.el9_4*
Red Hat Enterprise Linux 9.6 Extended Update SupportRedHatjackson-databind-0:2.21.4-1.el9_6*
Red Hat OpenShift Dev Spaces 3.29RedHatdevspaces/server-rhel9:1784887425*
Jackson-databindUbuntuquesting*

Potential Mitigations

References