SCA: security update for com.fasterxml.jackson.core:jackson-databind, tools.jackson.core:jackson-databind (GHSA-5hh8-q8hv-fr38)

medium Tenable Cloud Security Plugin ID 443851

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, in BeanDeserializer._deserializeUsingPropertyBased, the
active-view (@JsonView) filter was applied only to creator properties; the regular property-buffering
branch performed no prop.visibleInView(activeView) check. A change making SetterlessProperty.isMerging()
return true routed setterless Collection/Map properties through this unguarded path, so a setterless
collection annotated with a restricted @JsonView is populated from attacker JSON even when the active view
excludes it. This vulnerability is fixed in 2.21.4 and 3.1.4. (CVE-2026-54517)

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-5hh8-q8hv-fr38

Plugin Details

Severity: Medium

ID: 443851

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

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

cwe: CWE-863