Allocation of Resources Without Limits or Throttling in RabbitMQ Java Client Library - #VU144580
Published: August 21, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to allocation of resources without limits or throttling in frame handling logic in AMQConnection.java, Utils.java, and Frame.java when processing Connection.Tune negotiation and subsequent crafted frame size fields. A remote attacker can send a malicious Connection.Tune message with frameMax set to 0 and then send an oversized frame to cause a denial of service.
A malicious AMQP server or a machine-in-the-middle position can trigger the issue, and the crafted frame does not need to be a body frame.