Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-54513 Details

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, BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() allowlists any array type based only on clazz.isArray(), without validating the array's component (element) type against the configured allowlist. A PTV built with allowIfSubTypeIsArray() plus an explicit concrete-type allowlist therefore still permits EvilType[] even though EvilType is not allowlisted. When Jackson deserializes the elements and no per-element type IDs are present, it instantiates the component type directly with no further PTV check, bypassing the allowlist. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:36839 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:40895 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:41951 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:43218 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:43400 redhat-SADP

see all 32 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-184Incomplete List of Disallowed Inputsredhat-SADP
CWE-184Incomplete List of Disallowed Inputs[email protected]

Affected Products

ProductVersions
fasterxml jackson-databind
>= 2.10.0, < 2.18.8
>= 2.19.0, < 2.21.4
>= 3.0.0, < 3.1.4

CPE

  • cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

22 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-54513
NVD Published Date:
Jun 23, 2026
NVD Last Modified:
Sep 14, 2026
Source:
[email protected]
CVE-2026-54513 Details - Not Deferred