GHSA-5xwg-cfvj-gff5: Input Validation

Published Aug 18, 2026
·
Updated

Summary The max body size was enforced to patch CVE-2023-46120, but even though that limit still works, the frame size itself still exceeds the given max size.

Root cause The Java client records the AMQP 0-9-1 framemax negotiated during connection tuning, but the socket inbound frame reader continues to validate broker-controlled payload lengths against the much larger maxInboundMessageBodySize limit. A broker peer can therefore send a method frame whose payload is larger than the negotiated framemax, have it allocated and decoded, and complete the connection handshake instead of being rejected as a protocol violation.

Reported by Team Atlanta.

Affected Software

1 affected componentFixes available
maven/com.rabbitmq:amqp-client<5.33.0
5.33.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade maven/com.rabbitmq:amqp-client to a version that resolves this vulnerability.

    Fixed in 5.33.0

Event History

Aug 18, 2026
Advisory Published
via GitHub·04:36 PM
Data Sourced
via GitHub·04:36 PM
DescriptionWeaknessAffected Software

Frequently Asked Questions

1

Who can exploit this issue?

Clients are exposed when they connect to a broker peer that can send crafted AMQP 0-9-1 frames during connection tuning and the handshake. The broker controls the payload lengths checked by the inbound frame reader.

2

What conditions are required for exploitation?

The connection must negotiate a frame_max smaller than the client's maxInboundMessageBodySize. A malicious broker can then send an oversized method-frame payload that exceeds frame_max but remains within the larger inbound body-size limit, allowing allocation and decoding instead of protocol rejection.

3

Does the maximum inbound message body size mitigate the issue?

The configured maximum inbound message body size still limits payloads, but it does not enforce the negotiated frame_max for inbound frame validation. As a result, setting a body-size limit alone does not prevent frames larger than the negotiated protocol limit from being accepted.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203