CVE-2026-54512
Vulnerability Summary
Timeline
Description
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-databind's 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.
CVSS Metrics
- v3.1•HIGH•Score: 8.1CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.87%• Percentile: 57%
Techniques & Countermeasures
- CWE-184•Incomplete List of Disallowed Inputs
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.
- CWE-502•Deserialization of Untrusted Data
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Affected Systems
- chainguard•airbyte-server
< 2.0.0-r3
- chainguard•airbyte-server-fips
< 2.0.0-r3
- chainguard•airflow-2
all
- chainguard•airflow-3
< 3.3.0-r3
- chainguard•airflow-3-iamguarded-compat
all
- chainguard•akhq
< 0.27.1-r5
- chainguard•apache-activemq-5.19
< 5.19.8-r1
- chainguard•apache-activemq-6.1
< 6.1.8-r8
- chainguard•apache-activemq-6.2
< 6.2.7-r1
- chainguard•apache-activemq-fips-5.19
< 5.19.8-r1
- chainguard•apache-activemq-fips-6.1
< 6.1.8-r11
- chainguard•apache-activemq-fips-6.2
< 6.2.7-r1
- chainguard•apache-camel-karavan-devmode
< 4.18.1-r6
- chainguard•apache-hop
< 2.18.1-r2
- chainguard•apache-hop-fips
< 2.18.1-r2
- chainguard•apache-nifi
all
- chainguard•apache-nifi-2.11
all | < 2.11.0-r6
- chainguard•apache-nifi-2.12
all
- chainguard•apache-polaris
all
- chainguard•apache-polaris-fips
all
- chainguard•apache-pulsar-4.0
< 4.0.11-r4
- chainguard•apache-pulsar-4.1
all
- chainguard•apache-pulsar-4.2
< 4.2.3-r1
- chainguard•apache-pulsar-fips-4.0
< 4.0.11-r4
- chainguard•apache-pulsar-fips-4.1
all
- chainguard•apache-pulsar-fips-4.2
< 4.2.2-r4
- chainguard•apache-tika-2.9
< 2.9.4-r17
- chainguard•apache-tika-3.0
< 3.0.0-r27
- chainguard•apache-tika-3.1
< 3.1.0-r33
- chainguard•apache-tika-3.2
< 3.2.3-r13 | < 3.2.3-r18
- chainguard•apache-tika-3.2-compat
< 3.2.3-r18
- chainguard•apache-tika-3.3
< 3.3.1-r5
- chainguard•apache-tika-fips-2.9
< 2.9.4-r9
- chainguard•apache-tika-fips-3.0
< 3.0.0-r9
- chainguard•apache-tika-fips-3.1
< 3.1.0-r11
- chainguard•apache-tika-fips-3.2
< 3.2.3-r9
- chainguard•apache-tika-fips-3.3
< 3.3.1-r2
- chainguard•apache-tomee-microprofile
< 10.1.5-r1
- chainguard•apache-tomee-plume
< 10.1.5-r1
- chainguard•apache-tomee-plus
< 10.1.5-r1
- chainguard•apicurio-registry
< 3.3.0-r6
- chainguard•camunda-zeebe-8.6
all
- chainguard•cassandra-4.0
< 4.0.20-r1
- chainguard•cassandra-4.1
< 4.1.11-r1
- chainguard•cassandra-5.0
< 5.0.8-r7
- chainguard•cassandra-fips-4.0
< 4.0.20-r3
- chainguard•cassandra-fips-4.1
< 4.1.11-r1
- chainguard•cassandra-fips-5.0
< 5.0.8-r2
- chainguard•cassandra-reaper
< 4.2.5-r3
- chainguard•celeborn-0.5
< 0.5.4-r28 | all
Showing first 50 affected entries in server-rendered view.
References (7)
- https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qm
- https://github.com/FasterXML/jackson-databind/issues/5988
- https://github.com/FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5
- https://github.com/FasterXML/jackson-databind
- https://nvd.nist.gov/vuln/detail/CVE-2026-54512
- https://security-tracker.debian.org/tracker/CVE-2026-54512
- https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/54xxx/CVE-2026-54512.json