SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-63336

MEDIUM · CVSS 5.1 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The RabbitMQ Java client library prior to version 5.33.0 is vulnerable due to improper SSL configuration, allowing attackers to intercept and impersonate RabbitMQ brokers by accepting arbitrary server certificates without hostname verification. This can lead to unauthorized access to sensitive AMQP traffic, enabling attackers to read and modify data in transit. Organizations using the RabbitMQ Java client should prioritize upgrading to version 5.33.0 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63336
Severity
MEDIUM
CVSS
5.1
EPSS
0.18%
Java

Original NVD Description

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.