SCA: security update for com.rabbitmq:amqp-client (GHSA-qx7j-jv8m-fppr)

medium Tenable Self-Hosted Container Security Plugin ID 446049

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.31.0, inbound AMQP command assembly in
src/main/java/com/rabbitmq/client/impl/CommandAssembler.java processes a content-bearing method and header
whose remainingBodyBytes value is smaller than a following AMQP.FRAME_BODY payload.
CommandAssembler.consumeBodyFrame subtracts the peer-controlled payload length before validating that it
fits, drives remainingBodyBytes negative, and throws a raw UnsupportedOperationException instead of
MalformedFrameException. A malicious or compromised broker peer can send this malformed sequence on an
open nonzero channel to terminate frame processing and close the client connection, causing denial of
service for work using that connection. This issue is fixed in version 5.31.0. (CVE-2026-63335)

Solution

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

See Also

https://github.com/advisories/GHSA-qx7j-jv8m-fppr

Plugin Details

Severity: Medium

ID: 446049

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: Medium

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-63335

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 7.9

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 2.3

Threat Vector: CVSS:4.0/E:U

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

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-63335

cwe: CWE-20