SCA: security update for com.rabbitmq:amqp-client (GHSA-5xwg-cfvj-gff5)

info Tenable Cloud Security Plugin ID 446063

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.0, the AMQP connection tuning path records the negotiated AMQP frame_max
value, but src/main/java/com/rabbitmq/client/impl/SocketFrameHandler.java and NettyFrameHandlerFactory
continue to validate broker-controlled frame payload lengths against maxInboundMessageBodySize because the
negotiated limit is not applied consistently through setMaxInboundFramePayloadSize. A malicious or
compromised broker can send a method frame larger than the negotiated frame_max during or after connection
establishment, causing the client to allocate and decode a protocol-invalid frame instead of rejecting it
with MalformedFrameException. The protocol violation can disrupt the affected connection and cause client-
side denial of service. This issue is fixed in version 5.33.0. (CVE-2026-61634)

Solution

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

See Also

https://github.com/advisories/GHSA-5xwg-cfvj-gff5

Plugin Details

Severity: Info

ID: 446063

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 8/18/2026

Updated: 8/19/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: Low

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

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

CVSS Score Source: CVE-2026-61634

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Info

Base Score: 0

Threat Score: 0

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/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-61634

cwe: CWE-20