SCA: security update for com.rabbitmq:amqp-client (GHSA-93j5-89vc-pph4)

high Tenable Cloud Security Plugin ID 446061

Description

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

- 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. (CVE-2026-69220)

Solution

Update the com.rabbitmq:amqp-client library and its related packages to version 5.33.1 or later.

See Also

https://github.com/advisories/GHSA-93j5-89vc-pph4

Plugin Details

Severity: High

ID: 446061

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 8/18/2026

Updated: 8/19/2026

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.67

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

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

CVSS Score Source: CVE-2026-69220

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 8.7

Threat Score: 6.6

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/18/2026

Vulnerability Publication Date: 8/18/2026

Reference Information

CVE: CVE-2026-69220

cwe: CWE-674