SCA: security update for com.fasterxml.jackson.core:jackson-databind, tools.jackson.core:jackson-databind (GHSA-9fxm-vc8v-hj55)

medium Tenable Self-Hosted Container Security Plugin ID 443852

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2026-54516)

Solution

Update the com.fasterxml.jackson.core:jackson-databind library and its related packages to version 2.21.4 or later.

See Also

https://github.com/advisories/GHSA-9fxm-vc8v-hj55

Plugin Details

Severity: Medium

ID: 443852

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/24/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2026-54516

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/23/2026

Vulnerability Publication Date: 6/23/2026

Reference Information

CVE: CVE-2026-54516

cwe: CWE-915