🛡️ CVE-2026-54512 on Ubuntu — jackson-databind
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.
Distribution advisory
This page covers CVE-2026-54512 as tracked by Ubuntu, for the package jackson-databind. No fixed version has been recorded for this distribution yet.
How this vulnerability can be exploited
This issue can be reached over the network, attack complexity is high, an attacker needs no privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity high, availability high.
Affected software
UBUNTU-CVE-2026-54512 is recorded against 1 package.
- jackson-databind
Timeline and source
Published on 23 June 2026 and last revised on 25 June 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
ubuntu.com (Report)
www.cve.org (Report)
github.com (Report)
github.com (Report)
github.com (Report)
github.com (Report)
Details
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| jackson-databind | — | — |
Similar Threats
- Unknown ALSA-2026:43218
- Unknown DEBIAN-CVE-2026-50193
- High CVE-2026-50193
- High CVE-2026-54512
- High CVE-2026-54513
More UBUNTU CVE 2026 advisories
Browse all of UBUNTU CVE 2026 in the advisory index.
- UBUNTU-CVE-2026-54464
- UBUNTU-CVE-2026-54465
- UBUNTU-CVE-2026-54466
- UBUNTU-CVE-2026-54475
- UBUNTU-CVE-2026-54478
- UBUNTU-CVE-2026-54490
- UBUNTU-CVE-2026-54500
- UBUNTU-CVE-2026-54502
- UBUNTU-CVE-2026-54513
- UBUNTU-CVE-2026-54514
- UBUNTU-CVE-2026-54515
- UBUNTU-CVE-2026-54516
- UBUNTU-CVE-2026-54517
- UBUNTU-CVE-2026-54518
- UBUNTU-CVE-2026-54522
- UBUNTU-CVE-2026-54530
Site Security Check
Is jackson-databind part of your stack?
UBUNTU-CVE-2026-54512 is rated CVSS 8.1 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.