mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

Eclipse Mosquitto - An open source MQTT broker

Results 512 mosquitto issues
Sort by recently updated
recently updated
newest added

## Problem Fixes #3381 The CMakeLists.txt used `DOCUMENTATION` as the option name, while the README.md and config.mk consistently use `WITH_DOCS`. This naming inconsistency made it confusing for users who want...

This might not be the right place to report it but the certificate generation service [https://test.mosquitto.org/ssl/](https://test.mosquitto.org/ssl/) is not working and it prints "**_File not found._**". Might there be any other...

Status: Available

I am experiencing an issue with the official Windows binaries of Mosquitto: the broker does not persist messages or client sessions, even though persistence is enabled in the configuration file...

Status: Available

I created a pull request (https://github.com/eclipse/mosquitto/pull/1698) with the required changes to reload the bridges' configuration. My implementation drops all exiting bridges while reloading. I am not sure if this is...

msys2 don't have Pthreads4W but it have pthread/libwinpthread, how to compatible ```log CMake Error at CMakeLists.txt:75 (find_package): By not providing "FindPthreads4W.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find...

Status: Available

## Problem descripton AddressSanitizer detected 760 bytes memory leaks in 4 allocations when Mosquitto fails to bind ports. Memory leaks when service fails to start. Resource waste and potential stability...

Status: Available

## Problem descripton MemorySanitizer detects use of uninitialized value in BIO_new_file() during OpenSSL initialization when starting Mosquitto. Memory corruption risk during OpenSSL configuration loading. Potential crash or undefined behavior in...

Status: Available

Hello, I have configured the mosquitto broker to require certificate authentication with the connecting client. Configured the options `require_certificate true`, `cafile`, `certfile`, and `keyfile` and used self signed certificates generated...

Component: mosquitto-broker
Status: Accepted

Hi, I have a configuration where I configure a local listener on port 1883. ``` listener 1883 127.0.0.1 allow_anonymous true ``` When I add a bridge configuration to an additional...

Status: Available

### Description Fuzz testing on the mosquitto_property_add_binary function has revealed a Heap Buffer Overflow when reading data from the fuzzer input buffer. The vulnerability stems from the fuzzer harness reading...

Status: Available