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.9%, top 43% 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
A fix is available — apply it.
- CVSS v3
- 8.1
- EG Score
- 8.1(medium)
- EG Risk
- 41(Track)EG Risk 41/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity81% × 45%Exploitation1% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 57%
- 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(20)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:66545Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat AMQ Broker 7.13.6 release and security update
- RHSA-2026:66488Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat AMQ Broker 7.14.1 release and security update
- RHSA-2026:65126Red Hat Product SecurityHigh
Red Hat Security Advisory: RHOAI 2.25.11 - Red Hat OpenShift AI
- RHSA-2026:63327Red Hat Product SecurityHigh
Red Hat Security Advisory: Satellite 6.16.13 Async Update
- RHSA-2026:63385Red Hat Product SecurityHigh
Red Hat Security Advisory: Satellite 6.19.4 Async Update
- RHSA-2026:63387Red Hat Product SecurityHigh
Red Hat Security Advisory: Satellite 6.17.11 Async Update
- RHSA-2026:63386Red Hat Product SecurityHigh
Red Hat Security Advisory: Satellite 6.18.9 Async Update
- RHSA-2026:62260Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.30.0 Release.
- +12 more
Patch Availability(24)
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(6 across 5 ecosystems)
Maven(2)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| com.fasterxml.jackson.core:jackson-databind | 2.19.0 ... 2.21.3 (13 versions) | 2.21.4 | — |
| tools.jackson.core:jackson-databind | 3.0.0 ... 3.1.3 (10 versions) | 3.1.4 | — |
Debian:11(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| jackson-databind | 2.12.1-1 ... 2.14.0-1 (10 versions) | — | — |
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| jackson-databind | 2.14.0+ds-1, 2.14.0+ds-2, 2.14.0-1, 2.14.0-1+deb12u1 | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| jackson-databind | 2.14.0+ds-1, 2.14.0+ds-1+deb13u1, 2.14.0+ds-2 | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| jackson-databind | 2.14.0+ds-1, 2.14.0+ds-2 | — | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
All Vendor Advisories
(25)
Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.
- Red HatRHSA-2026:36839IMPORTANT2026-06-23
RHSA-2026:36839 — Important
- Red HatRHSA-2026:40895IMPORTANT2026-06-23
RHSA-2026:40895 — Important
- Red HatRHSA-2026:41951IMPORTANT2026-06-23
RHSA-2026:41951 — Important
- Red HatRHSA-2026:43400IMPORTANT2026-06-23
RHSA-2026:43400 — Important
- Red HatRHSA-2026:44061IMPORTANT2026-06-23
RHSA-2026:44061 — Important
- Red HatRHSA-2026:44062IMPORTANT2026-06-23
RHSA-2026:44062 — Important
- Red HatRHSA-2026:44063IMPORTANT2026-06-23
RHSA-2026:44063 — Important
- Red HatRHSA-2026:44064IMPORTANT2026-06-23
RHSA-2026:44064 — Important
- Red HatRHSA-2026:44065IMPORTANT2026-06-23
RHSA-2026:44065 — Important
- Red HatRHSA-2026:44066IMPORTANT2026-06-23
RHSA-2026:44066 — Important
- Red HatRHSA-2026:44271IMPORTANT2026-06-23
RHSA-2026:44271 — Important
- Red HatRHSA-2026:48095IMPORTANT2026-06-23
RHSA-2026:48095 — Important
- Red HatRHSA-2026:48124IMPORTANT2026-06-23
RHSA-2026:48124 — Important
- Red HatRHSA-2026:48151IMPORTANT2026-06-23
RHSA-2026:48151 — Important
- Red HatRHSA-2026:50846IMPORTANT2026-06-23
RHSA-2026:50846 — Important
- Red HatRHSA-2026:50847IMPORTANT2026-06-23
RHSA-2026:50847 — Important
- Red HatRHSA-2026:50848IMPORTANT2026-06-23
RHSA-2026:50848 — Important
- Red HatRHSA-2026:50849IMPORTANT2026-06-23
RHSA-2026:50849 — Important
- Red HatRHSA-2026:53644IMPORTANT2026-06-23
RHSA-2026:53644 — Important
- Red HatRHSA-2026:53645IMPORTANT2026-06-23
RHSA-2026:53645 — Important
- Red HatRHSA-2026:53646IMPORTANT2026-06-23
RHSA-2026:53646 — Important
- Red HatRHSA-2026:53806IMPORTANT2026-06-23
RHSA-2026:53806 — Important
- Red HatRHSA-2026:54435IMPORTANT2026-06-23
RHSA-2026:54435 — Important
- Red HatRHSA-2026:54440IMPORTANT2026-06-23
RHSA-2026:54440 — Important
- Red HatRHSA-2026:54622IMPORTANT2026-06-23
RHSA-2026:54622 — Important
Data Freshness Timeline
(refreshed 12× in last 7d / 46× 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.
Showing the most recent 100 of 195 total refreshes for this CVE.
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 10:23 UTCEG score recompute
- 2026-09-18 10:23 UTCVendor advisory
- 2026-09-17 19:31 UTCEPSS rescore
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-15 03:11 UTCEPSS rescore
- 2026-09-14 02:04 UTCEG score recompute
- 2026-09-14 02:04 UTCVendor advisory
- 2026-09-13 16:47 UTCEPSS rescore
- 2026-09-13 12:21 UTCEG score recompute
- 2026-09-13 12:21 UTCVendor advisory
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-07 16:01 UTCEPSS rescore
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-04 05:06 UTCEPSS rescore
- 2026-09-02 14:12 UTCEPSS rescore
- 2026-09-01 13:54 UTCEPSS rescore
- 2026-09-01 04:40 UTCEPSS rescore
- 2026-08-30 20:25 UTCEG score recompute
- 2026-08-30 20:25 UTCVendor advisory
- 2026-08-30 19:17 UTCEPSS rescore
- 2026-08-30 01:22 UTCEPSS rescore
Show 75 moreShow fewer
- 2026-08-28 21:41 UTCEPSS rescore
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 22:05 UTCEG score recompute
- 2026-08-24 22:05 UTCVendor advisory
- 2026-08-24 04:44 UTCVendor advisory
- 2026-08-23 15:11 UTCVendor advisory
- 2026-08-23 02:40 UTCEG score recompute
- 2026-08-23 02:40 UTCVendor advisory
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 13:44 UTCEG score recompute
- 2026-08-22 13:44 UTCVendor advisory
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 22:05 UTCVendor advisory
- 2026-08-21 09:19 UTCEG score recompute
- 2026-08-21 09:19 UTCVendor advisory
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 20:16 UTCVendor advisory
- 2026-08-20 07:45 UTCEG score recompute
- 2026-08-20 07:45 UTCVendor advisory
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 04:48 UTCEG score recompute
- 2026-08-19 04:48 UTCVendor advisory
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 05:01 UTCVendor advisory
- 2026-08-16 16:30 UTCEG score recompute
- 2026-08-16 16:30 UTCVendor advisory
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 03:59 UTCEG score recompute
- 2026-08-16 03:59 UTCVendor advisory
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 15:28 UTCVendor advisory
- 2026-08-15 02:57 UTCEG score recompute
- 2026-08-15 02:57 UTCVendor advisory
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 14:25 UTCVendor advisory
- 2026-08-14 01:54 UTCEG score recompute
- 2026-08-14 01:54 UTCVendor advisory
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 13:23 UTCVendor advisory
- 2026-08-13 00:52 UTCEG score recompute
- 2026-08-13 00:52 UTCVendor advisory
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-12 12:21 UTCVendor advisory
- 2026-08-11 23:38 UTCEG score recompute
- 2026-08-11 23:38 UTCVendor advisory
- 2026-08-11 11:07 UTCEG score recompute
- 2026-08-11 11:07 UTCVendor advisory
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-10 22:36 UTCVendor advisory
- 2026-08-10 10:04 UTCVendor advisory
- 2026-08-09 21:34 UTCEG score recompute
- 2026-08-09 21:34 UTCVendor advisory
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-09 09:03 UTCVendor advisory
- 2026-08-08 20:32 UTCEG score recompute
- 2026-08-08 20:32 UTCVendor advisory
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-08 08:00 UTCVendor advisory
- 2026-08-07 19:29 UTCEG score recompute
- 2026-08-07 19:29 UTCVendor advisory
- 2026-08-07 06:57 UTCVendor advisory
- 2026-08-06 18:26 UTCEG score recompute
- 2026-08-06 18:26 UTCVendor advisory
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-06 05:55 UTCEG score recompute
- 2026-08-06 05:55 UTCVendor advisory
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 17:25 UTCVendor advisory
- 2026-08-05 03:45 UTCVendor advisory
- 2026-08-04 15:14 UTCEG score recompute
- 2026-08-04 15:14 UTCVendor advisory
- 2026-08-04 15:10 UTCEPSS rescore
Related CVEs(same vendor + same CWE)
Same vendor
10 shownredhat
- CVE-2001-0825EG 10.0HIGH
- CVE-2001-1009EG 10.0EPSS p93HIGH
- CVE-2001-0554EG 10.0EPSS p99HIGH
- CVE-2001-1162EG 10.0EPSS p96HIGH
- CVE-2001-0414EG 10.0EPSS p100HIGH
- CVE-2001-0191EG 10.0EPSS p92HIGH
- CVE-2001-0301EG 10.0EPSS p91HIGH
- CVE-2001-0197EG 10.0EPSS p96HIGH
- CVE-2001-0233EG 10.0EPSS p96HIGH
- CVE-2001-0010EG 10.0EPSS p98HIGH
Same CWE
10 shownCWE-502
- CVE-2017-10992EG 9.8EPSS p96CRITICAL
- CVE-2013-4521EG 9.8EPSS p90CRITICAL
- CVE-2014-1860EG 9.8CRITICAL
- CVE-2016-1000027EG 9.8EPSS p98CRITICAL
- CVE-2014-3699EG 9.8CRITICAL
- CVE-2017-10934EG 9.8CRITICAL
- CVE-2016-9498EG 9.8EPSS p97CRITICAL
- CVE-2016-9483EG 9.8CRITICAL
- CVE-2015-2020EG 9.8CRITICAL
- CVE-2017-15692EG 9.8EPSS p92CRITICAL
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
See which npm, PyPI, Go, and Maven packages are affected by 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.