Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol version 3.1 and 3.1.1 MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for "machine to machine" messaging such as with low power sensors or mobile devices such as phones, embedded computers or micro-controllers like the Arduino.
Security Fix(es):
The broker in Eclipse Mosquitto 1.3.2 through 2.x before 2.0.16 has a memory leak that can be abused remotely when a client sends many QoS 2 messages with duplicate message IDs, and fails to respond to PUBREC commands. This occurs because of mishandling of EAGAIN from the libc send function.(CVE-2023-28366)
{ "severity": "High" }
{ "x86_64": [ "mosquitto-debuginfo-2.0.16-1.oe2203.x86_64.rpm", "mosquitto-devel-2.0.16-1.oe2203.x86_64.rpm", "mosquitto-2.0.16-1.oe2203.x86_64.rpm", "mosquitto-debugsource-2.0.16-1.oe2203.x86_64.rpm" ], "src": [ "mosquitto-2.0.16-1.oe2203.src.rpm" ], "aarch64": [ "mosquitto-debuginfo-2.0.16-1.oe2203.aarch64.rpm", "mosquitto-2.0.16-1.oe2203.aarch64.rpm", "mosquitto-devel-2.0.16-1.oe2203.aarch64.rpm", "mosquitto-debugsource-2.0.16-1.oe2203.aarch64.rpm" ] }