mosquitto 2.0.11-1.2ubuntu0.1 source package in Ubuntu

Changelog

mosquitto (2.0.11-1.2ubuntu0.1) lunar-security; urgency=medium

  * SECURITY UPDATE: Authorization bypass
    - debian/patches/CVE-2021-34434.patch: Fix $share subscriptions not
      being recovered for durable clients
    - CVE-2021-34434
  * SECURITY UPDATE: Denial of Service
    - debian/patches/CVE-2023-0809.patch: Fix excessive memory usage.
    - debian/patches/CVE-2023-3592.patch: Fix memory leak when clients
      send v5 CONNECT packets.
    - debian/patches/CVE-2023-28366-1.patch: Fix memory leak in broker
    - debian/patches/CVE-2023-28366-2.patch: Fix regression
    - CVE-2023-0809
    - CVE-2023-3592
    - CVE-2023-28366

 -- Giampaolo Fresi Roglia <email address hidden>  Sun, 19 Nov 2023 20:22:15 +0100

Upload details

Uploaded by:
Giampaolo Fresi Roglia
Sponsored by:
Amir Naseredini
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar updates universe net
Lunar security universe net

Downloads

File Size SHA-256 Checksum
mosquitto_2.0.11.orig.tar.gz 742.5 KiB 7b36a7198bce85cf31b132f5c6ee36dcf5dadf86fb768501eb1e11ce95d4f78a
mosquitto_2.0.11-1.2ubuntu0.1.debian.tar.xz 32.6 KiB 23f11e0acced9c759c0bdda94ff99882632a8bce15a955b55b9265fb1aa4d757
mosquitto_2.0.11-1.2ubuntu0.1.dsc 2.4 KiB 27d82ab1dd7539d253e16821db816fefac9fc5f7abfcc3d3d5bc83e483e230e5

View changes file

Binary packages built by this source

libmosquitto-dev: MQTT version 5.0/3.1.1/3.1 client library, development files

 This is the header and man page for the libmosquitto1 C library, which is a
 library for implementing MQTT version 5.0/3.1.1/3.1 clients. This package is
 needed to do development with libmosquitto1.

libmosquitto1: MQTT version 5.0/3.1.1/3.1 client library

 This is a C library for implementing MQTT version 5.0/3.1.1/3.1 clients.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

libmosquitto1-dbgsym: debug symbols for libmosquitto1
libmosquittopp-dev: MQTT version 3.1 client C++ library, development files

 This is the header and man page for the libmosquittopp1 C++ library, which is
 a library for implementing MQTT version 3.1 clients. This package is needed to
 do development with libmosquittopp1.

libmosquittopp1: MQTT version 5.0/3.1.1/3.1 client C++ library

 This is a C++ library for implementing MQTT version 5.0/3.1.1/3.1 clients.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

libmosquittopp1-dbgsym: debug symbols for libmosquittopp1
mosquitto: MQTT version 5.0/3.1.1/3.1 compatible message broker

 This is a message broker that supports version 3.1 and 3.1.1 of the MQTT
 protocol.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

mosquitto-clients: Mosquitto command line MQTT clients

 This is two MQTT version 5.0/3.1.1/3.1 command line clients. mosquitto_pub can
 be used to publish messages to a broker and mosquitto_sub can be used to
 subscribe to a topic to receive messages.
 .
 MQTT provides a method of carrying out messaging using a publish/subscribe
 model. It is lightweight, both in terms of bandwidth usage and ease of
 implementation. This makes it particularly useful at the edge of the network
 where a sensor or other simple device may be implemented using an arduino for
 example.

mosquitto-clients-dbgsym: debug symbols for mosquitto-clients
mosquitto-dbgsym: debug symbols for mosquitto
mosquitto-dev: Development files for Mosquitto

 Mosquitto is a message broker that supports the MQTT protocol.
 .
 This package contains the include files used if you wish to compile a package
 which requires Mosquitto's source file headers.