Allocation of Resources Without Limits or Throttling in RabbitMQ Server - #VU143930
Published: August 18, 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 the STOMP frame size handling in rabbit_stomp_reader.erl when processing unauthenticated STOMP connections. A remote attacker can send oversized STOMP frames over many concurrent unauthenticated connections to cause a denial of service.
The intended 64 KB frame limit for unauthenticated connections is defined but not enforced, and the risk increases with many concurrent unauthenticated connections.