SCA: security update for com.fasterxml.jackson.core:jackson-core (GHSA-wf8f-6423-gfxg)

medium Tenable Self-Hosted Container Security Plugin ID 437301

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Jackson-core contains core low-level incremental ("streaming") parser and generator abstractions used by
Jackson Data Processor. Starting in version 2.0.0 and prior to version 2.13.0, a flaw in jackson-core's
`JsonLocation._appendSourceDesc` method allows up to 500 bytes of unintended memory content to be included
in exception messages. When parsing JSON from a byte array with an offset and length, the exception
message incorrectly reads from the beginning of the array instead of the logical payload start. This
results in possible information disclosure in systems using pooled or reused buffers, like Netty or
Vert.x. This issue was silently fixed in jackson-core version 2.13.0, released on September 30, 2021, via
PR #652. All users should upgrade to version 2.13.0 or later. If upgrading is not immediately possible,
applications can mitigate the issue by disabling exception message exposure to clients to avoid returning
parsing exception messages in HTTP responses and/or disabling source inclusion in exceptions to prevent
Jackson from embedding any source content in exception messages, avoiding leakage. (CVE-2025-49128)

See Also

https://github.com/advisories/GHSA-wf8f-6423-gfxg

Plugin Details

Severity: Medium

ID: 437301

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 1/28/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: Low

Base Score: 2.1

Temporal Score: 1.6

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

CVSS Score Source: CVE-2025-49128

CVSS v3

Risk Factor: Medium

Base Score: 4

Temporal Score: 3.5

Vector: CVSS:3.0/AV:L/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/7/2025

Vulnerability Publication Date: 6/6/2025

Reference Information

CVE: CVE-2025-49128

cwe: CWE-209