PatchSiren cyber security CVE debrief
CVE-2026-63335 rabbitmq CVE debrief
A vulnerability in the RabbitMQ Java client library allows a malicious broker peer to send a malformed AMQP sequence, causing a denial of service for work using the affected connection. This issue is fixed in version 5.31.0. The vulnerability is caused by the CommandAssembler.consumeBodyFrame method subtracting the peer-controlled payload length before validating that it fits, driving remainingBodyBytes negative, and throwing 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.
- Vendor
- rabbitmq
- Product
- rabbitmq-java-client
- CVSS
- MEDIUM 6.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-10
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-10
Who should care
Defenders responsible for RabbitMQ Java client library deployments should assess exposure and prioritize updating to version 5.31.0 or later to prevent potential denial of service attacks.
Why it matters
CVE-2026-63335 vulnerability in RabbitMQ Java client library allows for denial of service attacks; defenders should prioritize updating to version 5.31.0 or later.
- Denial of service for work using the affected connection
- Potential disruption to applications relying on RabbitMQ Java client library
Technical summary
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.
Defensive priority
Defenders should prioritize updating to version 5.31.0 or later to prevent potential denial of service attacks.
Recommended defensive actions
- Update to version 5.31.0 or later
- Review and verify the RabbitMQ Java client library version in use
- Monitor for potential denial of service attacks
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. The vulnerability is caused by the CommandAssembler.consumeBodyFrame method processing a content-bearing method and header whose remainingBodyBytes value is smaller than a following AMQP.FRAME_BODY payload. Defenders should verify the RabbitMQ Java client library version in use and review 5
Sources and references
Verified primary and authoritative sources
-
CVE-2026-63335 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-63335
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-63335 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63335
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-java-client/commit/31735344d9f9dfc53740b67f06e560e8846b9322
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-java-client/commit/abd6d60d4e2bfc1a327dc90ab246b2e8aca1f33b
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-java-client/pull/1959
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-java-client/pull/1960
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.31.0
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-java-client/security/advisories/GHSA-qx7j-jv8m-fppr
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.