๐Ÿ” CVE Alert

CVE-2026-54516

MEDIUM 5.3

jackson-databind: Renamed @JsonIgnore'd setters can deserialize via private fields

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.21.0 until 2.21.4 and 3.1.4, POJOPropertiesCollector._renameProperties() allows a property with @JsonProperty("renamed") on the getter and @JsonIgnore on the setter to be renamed rather than dropped. With MapperFeature.INFER_PROPERTY_MUTATORS enabled (default), the private backing field is retained; during deserialization BeanDeserializerFactory.addBeanProps() sees hasField()==true, builds a FieldProperty, and makes the backing field writable. An attacker supplying the renamed JSON key writes the backing field directly, bypassing the @JsonIgnore on the setter. This vulnerability is fixed in 3.1.4.

CWE CWE-915
Vendor fasterxml
Product jackson-databind
Published Jun 23, 2026
Stay Ahead of the Next One

Get instant alerts for fasterxml jackson-databind

Be the first to know when new medium vulnerabilities affecting fasterxml jackson-databind are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

FasterXML / jackson-databind
>= 2.21.0, < 2.21.4 >= 3.0.0, < 3.1.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-9fxm-vc8v-hj55 github.com: https://github.com/FasterXML/jackson-databind/pull/5967 github.com: https://github.com/FasterXML/jackson-databind/pull/5968 github.com: https://github.com/FasterXML/jackson-databind/commit/c3d56dd25d52319828147c5b9aeabf2d485c250a github.com: https://github.com/FasterXML/jackson-databind/commit/e88cb17006b6af4883b973058f0bb6486e5074af