Uncontrolled Recursion Affecting rke2-runtime-fips-1.36 package, versions <1.36.1.2.2-r2


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.02% (5th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Uncontrolled Recursion vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-CHAINGUARDLATEST-RKE2RUNTIMEFIPS136-17131315
  • published2 Jun 2026
  • disclosed27 May 2026

Introduced: 27 May 2026

NewCVE-2026-42328  (opens in a new tab)
CWE-674  (opens in a new tab)

How to fix?

Upgrade Chainguard rke2-runtime-fips-1.36 to version 1.36.1.2.2-r2 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream rke2-runtime-fips-1.36 package and not the rke2-runtime-fips-1.36 package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

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.