SCA: security update for com.fasterxml.jackson.core:jackson-databind, tools.jackson.core:jackson-databind (GHSA-rcqc-6cw3-h962)

medium Tenable Cloud Security Plugin ID 443853

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,
UnwrappedPropertyHandler.processUnwrappedCreatorProperties() replays buffered JSON into creator parameters
but never consults prop.visibleInView(activeView). The normal property-based creator path gates creator
properties on the active view, but this unwrapped-creator replay path bypasses that check, so a
constructor parameter annotated with both @JsonView(AdminView.class) and @JsonUnwrapped is populated from
attacker JSON even when a more restrictive view is active. This vulnerability is fixed in 2.21.4 and
3.1.4. (CVE-2026-54518)

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-rcqc-6cw3-h962

Plugin Details

Severity: Medium

ID: 443853

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: 2.1

Percentile: 7.85

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 4.7

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

CVSS Score Source: CVE-2026-54518

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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-54518

cwe: CWE-863