SCA: security update for com.rabbitmq:amqp-client (GHSA-5m9f-rphj-c435)

medium Tenable Cloud Security Plugin ID 446066

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, com.rabbitmq.client.ConnectionFactory.useSslProtocol() and
ConnectionFactory.useSslProtocol(String) configure com.rabbitmq.client.TrustEverythingTrustManager and
leave hostname verification disabled, causing arbitrary server certificates, including self-signed
certificates, to be accepted. A network attacker able to intercept a TLS connection can impersonate the
RabbitMQ broker, read protected AMQP traffic, and modify traffic without certificate or hostname
validation. The fix changes the production TLS helpers to use the JVM default trust store and enables
hostname verification, while retaining an explicitly named development-only no-verification helper. This
issue is fixed in version 5.33.0. (CVE-2026-63336)

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-5m9f-rphj-c435

Plugin Details

Severity: Medium

ID: 446066

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

Score: 4.3

Percentile: 53.53

Vendor

Vendor Severity: Medium

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

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

Base Score: 5.1

Threat Score: 1.2

Threat Vector: CVSS:4.0/E:U

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

cwe: CWE-295