SCA: security update for com.fasterxml.jackson.core:jackson-databind, tools.jackson.core:jackson-databind (GHSA-hgj6-7826-r7m5)

medium Tenable Cloud Security Plugin ID 443846

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.0.0 until 2.18.8, 2.21.4, and 3.1.4, JDKFromStringDeserializer constructed
InetSocketAddress with new InetSocketAddress(host, port), which performs eager DNS name resolution for
hostname inputs at deserialization time. An application that binds untrusted JSON into a type containing
an InetSocketAddress field issues an attacker-chosen DNS query during readValue, before any application-
level validation or connect logic. The fix uses InetSocketAddress.createUnresolved(host, port), deferring
DNS to an explicit connect. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4. (CVE-2026-54514)

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-hgj6-7826-r7m5

Plugin Details

Severity: Medium

ID: 443846

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:P/I:N/A:N

CVSS Score Source: CVE-2026-54514

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:L/I:N/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-54514

cwe: CWE-918