A AegiFlow
HIGHCVSS 8.1EPSS 0.7%

CVE-2026-54513

CVE-2026-54513 updated by NVD

Published
2026-06-23
Modified
2026-07-31
EPSS percentile
50%
Sources
github-advisory, nvd

Summary

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.

Affected packages

EcosystemPackageAffected versionsFixed versions
Mavencom.fasterxml.jackson.core:jackson-databind2.18.8, 2.21.4, 3.1.4
Maventools.jackson.core:jackson-databind3.1.4

Remediation: Upgrade to 2.18.8 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

Includes data from the National Vulnerability Database (NIST). NVD data is in the public domain; this page is not endorsed by NIST.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.