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.
References
Configurations
No configuration.
History
14 Jul 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-14 17:17
Updated : 2026-07-15 20:18
NVD link : CVE-2026-59888
Mitre link : CVE-2026-59888
CVE.ORG link : CVE-2026-59888
JSON object : View
Products Affected
No product.
CWE
CWE-915
Improperly Controlled Modification of Dynamically-Determined Object Attributes
