www/posts/2014/07/version-1-3-2-released.md
This is a security and bugfix release.
A bug in the way that mosquitto handles authentication plugins has been
identified. When using a plugin for authentication purposes, if the plugin
returns MOSQ_ERR_UNKNOWN when making an authentication check, as might happen
if a database was unavailable for example, then mosquitto incorrectly treats
this as a successful authentication. This has the potential for unauthorised
clients to access the running mosquitto broker and gain access to information
to which they are not authorised. This is an important update for users of
authentication plugins in mosquitto.
mosquitto_disconnect(), when using
the threaded interfaces. Closes bug #1313725.