SCA: security update for github.com/ipld/go-ipld-prime (GHSA-w239-58x2-q8p5)

medium Tenable Cloud Security Plugin ID 441463

Description

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

- go-ipld-prime is an implementation of the InterPlanetary Linked Data (IPLD) spec interfaces, a batteries-
included codec implementations of IPLD for CBOR and JSON, and tooling for basic operations on IPLD
objects. Prior to 0.23.0, the DAG-CBOR and DAG-JSON decoders recurse on each nested map or list without a
depth limit. A payload containing deeply nested collections causes the decoder to recurse once per level,
growing the goroutine stack until the Go runtime terminates the process with a fatal stack overflow
(distinct from a recoverable panic). This vulnerability is fixed in 0.23.0. (CVE-2026-42328)

Solution

Update the github.com/ipld/go-ipld-prime library and its related packages to version 0.23.0 or later.

See Also

https://github.com/advisories/GHSA-w239-58x2-q8p5

Plugin Details

Severity: Medium

ID: 441463

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 5/7/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.67

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.9

Temporal Score: 3.6

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

CVSS Score Source: CVE-2026-42328

CVSS v3

Risk Factor: Medium

Base Score: 6.2

Temporal Score: 5.4

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

Vulnerability Publication Date: 5/7/2026

Reference Information

CVE: CVE-2026-42328

cwe: CWE-674