1 results (0.001 seconds)
CVSS: 7.8EPSS: 0%CPEs: 1EXPL: 1

CVE-2023-46120 – RabbitMQ Java client's lack of message size limitation leads to remote DoS attack
https://notcve.org/view.php?id=CVE-2023-46120
24 Oct 2023 — The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0. • https://github.com/rabbitmq/rabbitmq-java-client/commit/714aae602dcae6cb4b53cadf009323ebac313cc8 • CWE-400: Uncontrolled Resource Consumption •