๐Ÿ” CVE Alert

CVE-2026-63335

UNKNOWN 0.0

RabbitMQ Java client malformed body frame triggers raw command assembler exception

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

CWE CWE-20
Vendor rabbitmq
Product rabbitmq-java-client
Published 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.31.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-qx7j-jv8m-fppr github.com: https://github.com/rabbitmq/rabbitmq-java-client/pull/1959 github.com: https://github.com/rabbitmq/rabbitmq-java-client/pull/1960 github.com: https://github.com/rabbitmq/rabbitmq-java-client/commit/31735344d9f9dfc53740b67f06e560e8846b9322 github.com: https://github.com/rabbitmq/rabbitmq-java-client/commit/abd6d60d4e2bfc1a327dc90ab246b2e8aca1f33b github.com: https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.31.0