Security Advisory

CVE-2026-59888

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-07-14 16:44:20
Last updated 2026-07-14 17:52:03
Assigner GitHub_M
CVSS score 6.5
State PUBLISHED

Description

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.15.0 until 2.18.8, 2.21.4, and 3.1.4, Java Records using a PropertyNamingStrategy can bypass @JsonIgnore because POJOPropertiesCollector._removeUnwantedIgnorals() records an ignored component under its original implicit name before _renameUsing() applies the naming strategy, allowing the renamed JSON key to be assigned to the Record constructor parameter. This issue is fixed in versions 2.18.8, 2.21.4, and 3.1.4.