CVE-2026-54512
jackson-databind has a PolymorphicTypeValidator bypass via generic type parameters that allows arbitrary class instantiation
Summary
Remediation
Upgrade to the fixed version using your package manager.
<!-- Update pom.xml dependency version to 3.1.4 for com.fasterxml.jackson.core:jackson-databind -->
<!-- Update pom.xml dependency version to 3.1.4 for tools.jackson.core:jackson-databind -->
<!-- Update pom.xml dependency version to 2.18.8 for com.fasterxml.jackson.core:jackson-databind -->
<!-- Update pom.xml dependency version to 2.21.4 for com.fasterxml.jackson.core:jackson-databind -->
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (4)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| com.fasterxml.jackson.core:jackson-databind | maven | All versions | 3.1.4 |
| tools.jackson.core:jackson-databind | maven | 3.0.0, 3.0.1, 3.0.2, 3.0.3 (+6 more) | 3.1.4 |
| com.fasterxml.jackson.core:jackson-databind | maven | 2.10.0, 2.10.0.pr1, 2.10.0.pr2, 2.10.0.pr3 (+70 more) | 2.18.8 |
| com.fasterxml.jackson.core:jackson-databind | maven | 2.19.0, 2.19.1, 2.19.2, 2.19.3 (+9 more) | 2.21.4 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-184
- CWE-502Deserialization of Untrusted DataMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 8.1 score means for each attack dimension.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
References
- https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qmWEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-54512ADVISORY
- https://github.com/FasterXML/jackson-databind/issues/5988WEB
- https://github.com/FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5WEB
- https://github.com/FasterXML/jackson-databindPACKAGE
Frequently Asked Questions
- What is CVE-2026-54512?
- jackson-databind has a PolymorphicTypeValidator bypass via generic type parameters that allows arbitrary class instantiation This vulnerability has been assigned a severity rating of HIGH (CVSS score: 8.1/10).
- How do I check if my project is affected by CVE-2026-54512?
- CVE-2026-54512 affects com.fasterxml.jackson.core:jackson-databind and tools.jackson.core:jackson-databind. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-54512 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2020-8840CRITICAL
Deserialization of Untrusted Data in jackson-databind
- CVE-2018-14718CRITICAL
Arbitrary Code Execution in jackson-databind
- CVE-2018-14721CRITICAL
Server-Side Request Forgery (SSRF) in jackson-databind
- CVE-2018-19362CRITICAL
com.fasterxml.jackson.core:jackson-databind vulnerable to Deserialization of Untrusted Data
- CVE-2018-7489CRITICAL
FasterXML jackson-databind allows unauthenticated remote code execution
- CVE-2019-20330CRITICAL
Deserialization of Untrusted Data in jackson-databind
- CVE-2017-15095CRITICAL
jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution
- CVE-2026-54513HIGH
jackson-databind has an array subtype allowlist bypass in BasicPolymorphicTypeValidator (allowIfSubTypeIsArray)
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies