SCA: security update for com.fasterxml.jackson.core:jackson-databind, tools.jackson.core:jackson-databind (GHSA-rmj7-2vxq-3g9f)

high Tenable Self-Hosted Container Security Plugin ID 443854

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.10.0 until 2.18.8, 2.21.4, and 3.1.4,
BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() allowlists any array type based only on
clazz.isArray(), without validating the array's component (element) type against the configured allowlist.
A PTV built with allowIfSubTypeIsArray() plus an explicit concrete-type allowlist therefore still permits
EvilType[] even though EvilType is not allowlisted. When Jackson deserializes the elements and no per-
element type IDs are present, it instantiates the component type directly with no further PTV check,
bypassing the allowlist. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4. (CVE-2026-54513)

Solution

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

See Also

https://github.com/advisories/GHSA-rmj7-2vxq-3g9f

Plugin Details

Severity: High

ID: 443854

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

Score: 4.9

Percentile: 58.04

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.6

Temporal Score: 5.6

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

CVSS Score Source: CVE-2026-54513

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

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

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

cwe: CWE-184