๐Ÿ” CVE Alert

CVE-2026-61634

UNKNOWN 0.0

RabbitMQ Java client accepts broker frames larger than the negotiated AMQP frame_max

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-20
Vendor rabbitmq
Product rabbitmq-java-client
Published Aug 18, 2026
Last Updated Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for rabbitmq rabbitmq-java-client

Be the first to know when new unknown vulnerabilities affecting rabbitmq rabbitmq-java-client are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

rabbitmq / rabbitmq-java-client
< 5.33.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-5xwg-cfvj-gff5 github.com: https://github.com/rabbitmq/rabbitmq-java-client/pull/1994 github.com: https://github.com/rabbitmq/rabbitmq-java-client/pull/1995 github.com: https://github.com/rabbitmq/rabbitmq-java-client/commit/08790f09686173eb17b48d08a25edcb32e71a591 github.com: https://github.com/rabbitmq/rabbitmq-java-client/commit/b491075f42e89967610c40beded68d3680cfd472 github.com: https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.33.0