Uncontrolled Recursion Affecting conductor-fips package, versions <3.32.1-r1


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.4% (34th 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 IDSNYK-CHAINGUARDLATEST-CONDUCTORFIPS-18968134
  • published19 Aug 2026
  • disclosed18 Aug 2026

Introduced: 18 Aug 2026

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

How to fix?

Upgrade Chainguard conductor-fips to version 3.32.1-r1 or higher.

NVD Description

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

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java permits ValueReader.readTable and ValueReader.readArray to call ValueReader.readFieldValue recursively for AMQP table type F and AMQP array type A values without a nesting-depth limit. A malicious AMQP server or network intermediary can send approximately 580 nested table levels in the pre-authentication connection.start frame, fitting within the default 131072-byte frame maximum, to trigger StackOverflowError. The error terminates the client input processing thread and causes denial of service. This issue is fixed in version 5.33.1.