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 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.
CVE-2026-54512
This high-severity CVE scores 8.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.6%, top 55% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.1
- EG Score
- 8.1(medium)
- EPSS
- 45.3%
- KEV
- Not listed
Published
June 23, 2026
Last Modified
June 27, 2026
Advisory Details (3)
Auto-updated Jun 24, 2026PolymorphicTypeValidator bypass via generic type parameters in jackson-databind allows arbitrary class instantiation · Advisory · FasterXML/jackson-databind · GitHub
https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qm`PolymorphicTypeValidator` needs to validate generic type parameters too [CVE-2026-54512] by cowtowncoder · Pull Request #5988 · FasterXML/jackson-databind · GitHub
https://github.com/FasterXML/jackson-databind/issues/5988commit 434d6c511de7 (FasterXML/jackson-databind)
Fix landed in FasterXML/jackson-databind commit 434d6c511de7 — awaiting tagged release
https://github.com/FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5Vendor Advisories for CVE-2026-54512(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 23× in last 7d / 44× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-06 22:49 UTCEG score recompute
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 10:18 UTCEG score recompute
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 21:46 UTCEG score recompute
- 2026-07-05 09:14 UTCEG score recompute
- 2026-07-05 02:31 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 20:36 UTCEG score recompute
- 2026-07-04 08:04 UTCEG score recompute
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 19:32 UTCEG score recompute
- 2026-07-03 07:01 UTCEG score recompute
- 2026-07-02 18:31 UTCEG score recompute
- 2026-07-02 05:59 UTCEG score recompute
- 2026-07-01 17:26 UTCEG score recompute
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-07-01 04:55 UTCEG score recompute
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 16:22 UTCEG score recompute
- 2026-06-30 03:51 UTCEG score recompute
- 2026-06-29 15:20 UTCEG score recompute
Show 19 moreShow fewer
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 02:46 UTCEG score recompute
- 2026-06-28 14:15 UTCEG score recompute
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 01:44 UTCEG score recompute
- 2026-06-27 13:13 UTCEG score recompute
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-27 00:41 UTCEG score recompute
- 2026-06-26 12:09 UTCEG score recompute
- 2026-06-25 23:37 UTCEG score recompute
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 11:05 UTCEG score recompute
- 2026-06-24 22:34 UTCEG score recompute
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 10:03 UTCEG score recompute
- 2026-06-23 21:31 UTCEG score recompute
Related CVEs(same CWE)
Same CWE
10 shownCWE-502
- CVE-2017-20208EG 9.8CRITICAL
- CVE-2017-20207EG 9.8CRITICAL
- CVE-2017-20206EG 9.8CRITICAL
- CVE-2017-20189EG 9.8CRITICAL
- CVE-2017-10992EG 9.8EPSS 95%CRITICAL
- CVE-2013-4521EG 9.8EPSS 90%CRITICAL
- CVE-2014-1860EG 9.8CRITICAL
- CVE-2016-1000027EG 9.8EPSS 98%CRITICAL
- CVE-2014-3699EG 9.8CRITICAL
- CVE-2017-18605EG 9.8CRITICAL
Frequently asked(5)
What is CVE-2026-54512?
When was CVE-2026-54512 disclosed?
Is CVE-2026-54512 actively exploited?
What is the CVSS score of CVE-2026-54512?
How do I remediate CVE-2026-54512?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-54512
Is Your Infrastructure Affected by CVE-2026-54512?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.