Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-54512

38
FAUCET Score

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.

First published: Jun 23, 2026Last modified: Jun 23, 2026

Impacted Technologies

VendorProductVersion(s)CPE
>= 2.10.0, < 2.18.8CPE matchmatch criteria
cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:*
>= 2.19.0, < 2.21.4CPE matchmatch criteria
cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:*
>= 3.0.0, < 3.1.4CPE matchmatch criteria
cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

8.1HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
2.2
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.78%
Probability of exploitation in next 30 days
EPSS Percentile
52.1%
Percentile rank of EPSS score among Peer Group
As of 2026-07-25
Model: v2026.06.15
This CVE's current EPSS score of 0.0078 is in the 20th percentile among its peer group of 8,914 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.1 Bluesky, 0.0 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (4)

mavenpatch availablevia ghsa
Product: com.fasterxml.jackson.core:jackson-databindFixed in: 2.18.8
mavenpatch availablevia ghsa
Product: com.fasterxml.jackson.core:jackson-databindFixed in: 3.1.4
mavenpatch availablevia ghsa
Product: com.fasterxml.jackson.core:jackson-databindFixed in: 2.21.4
mavenpatch availablevia ghsa
Product: tools.jackson.core:jackson-databindFixed in: 3.1.4

Vendor Advisories (1)

mavenGHSA-j3rv-43j4-c7qmhigh

jackson-databind has a PolymorphicTypeValidator bypass via generic type parameters that allows arbitrary class instantiation

Jun 23, 2026

References

github.com / FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5
Patch
github.com / FasterXML/jackson-databind/issues/5988
Issue TrackingPatch
github.com / FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qm
ExploitVendor Advisory