SCA: security update for com.fasterxml.jackson.core:jackson-databind (GHSA-3wrr-7qpf-2prh)

medium Tenable Self-Hosted Container Security Plugin ID 443856

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.13.0 until 2.14.0, a potential Denial-of-Service exists when attacker sends deeply
nested JSON if (and only if) the service reads deeply nested (1000s of levels) JSON as JsonNode
(ObjectMapper.readTree()) and writes out same (or modifided) node using JsonNode.toString(). This can
consume significant amount of resources with concurrent relatively small requests (1000 nested arrays is
2kB). This vulnerability is fixed in 2.14.0. (CVE-2026-50193)

Solution

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

See Also

https://github.com/advisories/GHSA-3wrr-7qpf-2prh

Plugin Details

Severity: Medium

ID: 443856

Version: Revision 1.5

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

Percentile: 23.72

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2026-50193

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 2.9

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 6/23/2026

Vulnerability Publication Date: 6/23/2026

Reference Information

CVE: CVE-2026-50193

cwe: CWE-400