VRT 391,192 CVEs tracked · 15,442 in RASP scope · data as of 17 hours ago

CVE-2026-54516

5.3 Medium Protected by RASP

Published 2 months ago. NVD backfills CPE data for days or weeks after publication, and OSV and the exploit indexes lag too. Scope and status here may change.

Description

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-915

Exploitation Status

No public exploit

Nothing published shows this CVE being exploited, which is not the same as ruling it out.

CVSS E:U

  • CISA KEV not listed
  • CISA Vulnrichment exploitation: none
  • Indexed PoC none indexed
  • EPSS 0.45% chance in 30 days

Waratek Defense Posture

Protected by RASP

A Waratek agent blocks this today.

Applicable rule: Promoted to MITIGATED-BY-RASP (security rule): this CVE's description identifies a deserialization vulnerability that can be mitigated by an ARMR deserialization security rule at the JVM level, without requiring a CVE-specific patch. Matched by description (no specific CWE was assigned by NVD).

  • Protection full a general security rule for the vulnerability class
  • Action available security rule
  • Review automated inferred
  • Record active
Decided by secure-rule-match : A vulnerability class already blocked by an ARMR security rule
Finding Promoted to MITIGATED-BY-RASP (security rule): this CVE's description identifies a deserialization vulnerability that can be mitigated by an ARMR deserialization security rule at the JVM level, without requiring a CVE-specific patch. Matched by description (no specific CWE was assigned by NVD).
Candidate fix https://github.com/FasterXML/jackson-databind/commit/c3d56dd25d52319828147c5b9aeabf2d485c250a : a commit: the change itself

CVSS

5.3 MEDIUM v3.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N 1 metric

VRT selects the newest version's highest entry and publishes it as cvssScore, newest rather than largest because scores are not comparable across versions, and highest rather than first because the first entry is frequently a CNA placeholder scoring 0.0 over NVD's own analysis.

VersionScoreBandVectorAssignerType
CVSS 3.1 5.3 MEDIUM CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N security-advisories@github.com Secondary published

Affected Software & Releases

☕ Maven Library Packages

Artifact coordinates and fix boundaries from OSV.dev
Package CoordinateIntroducedFixedLast affected
com.fasterxml.jackson.core:jackson-databind 2.21.0 2.21.4 unbounded
com.fasterxml.jackson.core:jackson-databind 3.0.0 3.1.4 unbounded
tools.jackson.core:jackson-databind 3.0.0 3.1.4 unbounded

🖥️ Product CPEs & Version Ranges

3 product(s) over 5 version claims (uncapped)
SourceVendorProductSchemeAffected Versions
osv com.fasterxml.jackson.core jackson-databind generic ≥ 2.21.0 and < 2.21.4 · ≥ 3.0.0 and < 3.1.4
nvd fasterxml jackson-databind generic ≥ 2.21.0 and < 2.21.4 · ≥ 3.0.0 and < 3.1.4
osv tools.jackson.core jackson-databind generic ≥ 3.0.0 and < 3.1.4

References

URLTags
https://github.com/FasterXML/jackson-databind/commit/c3d56dd25d52319828147c5b9aeabf2d485c250a commit
https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-9fxm-vc8v-hj55 WEB
https://github.com/FasterXML/jackson-databind/pull/5967 WEB
https://github.com/FasterXML/jackson-databind/pull/5968 WEB
https://github.com/FasterXML/jackson-databind/commit/e88cb17006b6af4883b973058f0bb6486e5074af WEB
https://github.com/FasterXML/jackson-databind PACKAGE

Timeline

Published 2026-06-23 Last modified 2026-06-27
Published2026-06-23By the CVE Program.
NVD record modified2026-06-27NVD's own last-modified date for this record.