ZeroMQ (also spelled ØMQ, 0MQ or ZMQ) is a high-performance asynchronous messaging library, aimed at use in distributed or concurrent applications. It provides a message queue, but unlike message-oriented middleware, a ZeroMQ system can run without a dedicated message broker. The library's API is designed to resemble Berkeley sockets.
Security Fix(es):
In ZeroMQ before version 4.3.3, there is a denial-of-service vulnerability. Users with TCP transport public endpoints, even with CURVE/ZAP enabled, are impacted. If a raw TCP socket is opened and connected to an endpoint that is fully configured with CURVE/ZAP, legitimate clients will not be able to exchange any message. Handshakes complete successfully, and messages are delivered to the library, but the server application never receives them. This is patched in version 4.3.3.(CVE-2020-15166)
{ "severity": "High" }
{ "x86_64": [ "zeromq-4.3.4-1.oe2003sp4.x86_64.rpm", "zeromq-help-4.3.4-1.oe2003sp4.x86_64.rpm", "zeromq-debugsource-4.3.4-1.oe2003sp4.x86_64.rpm", "zeromq-devel-4.3.4-1.oe2003sp4.x86_64.rpm", "cppzmq-devel-4.3.4-1.oe2003sp4.x86_64.rpm", "zeromq-debuginfo-4.3.4-1.oe2003sp4.x86_64.rpm" ], "src": [ "zeromq-4.3.4-1.oe2003sp4.src.rpm" ], "aarch64": [ "cppzmq-devel-4.3.4-1.oe2003sp4.aarch64.rpm", "zeromq-debuginfo-4.3.4-1.oe2003sp4.aarch64.rpm", "zeromq-debugsource-4.3.4-1.oe2003sp4.aarch64.rpm", "zeromq-devel-4.3.4-1.oe2003sp4.aarch64.rpm", "zeromq-4.3.4-1.oe2003sp4.aarch64.rpm", "zeromq-help-4.3.4-1.oe2003sp4.aarch64.rpm" ] }