Eclipse Mosquitto vulnerabilities
26 known vulnerabilities affecting eclipse/mosquitto.
Total CVEs
26
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL1HIGH14MEDIUM11
Vulnerabilities
Page 1 of 2
CVE-2024-10525P2CRITICALCVSS 9.8≥ 1.3.2, < 2.0.192024-10-30
CVE-2024-10525 [CRITICAL] CWE-122 CVE-2024-10525: In Eclipse Mosquitto, from version 1.3.2 through 2.0.18, if a malicious broker sends a crafted SUBAC
In Eclipse Mosquitto, from version 1.3.2 through 2.0.18, if a malicious broker sends a crafted SUBACK packet with no reason codes, a client using libmosquitto may make out of bounds memory access when acting in its on_subscribe callback. This affects the mosquitto_sub and mosquitto_rr clients.
nvdosv
CVE-2018-12543P3HIGHCVSS 7.5≥ 1.5.0, ≤ 1.5.22018-11-15
CVE-2018-12543 [HIGH] CWE-617 CVE-2018-12543: In Eclipse Mosquitto versions 1.5 to 1.5.2 inclusive, if a message is published to Mosquitto that ha
In Eclipse Mosquitto versions 1.5 to 1.5.2 inclusive, if a message is published to Mosquitto that has a topic starting with $, but that is not $SYS, e.g. $test/test, then an assert is triggered that should otherwise not be reachable and Mosquitto will exit.
nvdosv
CVE-2018-12551P3HIGHCVSS 8.1≥ 1.0, ≤ 1.5.52019-03-27
CVE-2018-12551 [HIGH] CWE-703 CVE-2018-12551: When Eclipse Mosquitto version 1.0 to 1.5.5 (inclusive) is configured to use a password file for aut
When Eclipse Mosquitto version 1.0 to 1.5.5 (inclusive) is configured to use a password file for authentication, any malformed data in the password file will be treated as valid. This typically means that the malformed data becomes a username and no password. If this occurs, clients can circumvent authentication and get access to the broker by using t
nvdosv
CVE-2018-12550P3HIGHCVSS 8.1≥ 1.0, ≤ 1.5.52019-03-27
CVE-2018-12550 [HIGH] CWE-440 CVE-2018-12550: When Eclipse Mosquitto version 1.0 to 1.5.5 (inclusive) is configured to use an ACL file, and that A
When Eclipse Mosquitto version 1.0 to 1.5.5 (inclusive) is configured to use an ACL file, and that ACL file is empty, or contains only comments or blank lines, then Mosquitto will treat this as though no ACL file has been defined and use a default allow policy. The new behaviour is to have an empty ACL file mean that all access is denied, which is not
nvdosv
CVE-2017-7652P3HIGHCVSS 7.5≥ 1.0, ≤ 1.4.142018-04-25
CVE-2017-7652 [HIGH] CWE-789 CVE-2017-7652: In Eclipse Mosquitto 1.4.14, if a Mosquitto instance is set running with a configuration file, then
In Eclipse Mosquitto 1.4.14, if a Mosquitto instance is set running with a configuration file, then sending a HUP signal to server triggers the configuration to be reloaded from disk. If there are lots of clients connected so that there are no more file descriptors/sockets available (default limit typically 1024 file descriptors on Linux), then opening t
nvdosv
CVE-2017-7651P3HIGHCVSS 7.5≤ 1.4.142018-04-24
CVE-2017-7651 [HIGH] CWE-789 CVE-2017-7651: In Eclipse Mosquitto 1.4.14, a user can shutdown the Mosquitto server simply by filling the RAM memo
In Eclipse Mosquitto 1.4.14, a user can shutdown the Mosquitto server simply by filling the RAM memory with a lot of connections with large payload. This can be done without authentications if occur in connection phase of MQTT protocol.
nvdosv
CVE-2018-20145P3HIGHCVSS 7.5≥ 1.5, < 1.5.52018-12-13
CVE-2018-20145 [HIGH] CWE-732 CVE-2018-20145: Eclipse Mosquitto 1.5.x before 1.5.5 allows ACL bypass: if the option per_listener_settings was set
Eclipse Mosquitto 1.5.x before 1.5.5 allows ACL bypass: if the option per_listener_settings was set to true, and the default listener was in use, and the default listener specified an acl_file, then the acl file was being ignored.
nvdosv
CVE-2024-8376P3HIGHCVSS 7.5fixed in 2.0.192024-10-11
CVE-2024-8376 [HIGH] CWE-401 CVE-2024-8376: In Eclipse Mosquitto up to version 2.0.18a, an attacker can achieve memory leaking, segmentation fau
In Eclipse Mosquitto up to version 2.0.18a, an attacker can achieve memory leaking, segmentation fault or heap-use-after-free by sending specific sequences of "CONNECT", "DISCONNECT", "SUBSCRIBE", "UNSUBSCRIBE" and "PUBLISH" packets.
nvdosv
CVE-2017-7650P3MEDIUMCVSS 6.5fixed in 1.4.122017-09-11
CVE-2017-7650 [MEDIUM] CWE-287 CVE-2017-7650: In Mosquitto before 1.4.12, pattern based ACLs can be bypassed by clients that set their username/cl
In Mosquitto before 1.4.12, pattern based ACLs can be bypassed by clients that set their username/client id to '#' or '+'. This allows locally or remotely connected clients to access MQTT topics that they do have the rights to. The same issue may be present in third party authentication/access control plugins for Mosquitto.
nvdosv
CVE-2021-34432P3HIGHCVSS 7.5≤ 2.0.72021-07-27
CVE-2021-34432 [HIGH] CWE-20 CVE-2021-34432: In Eclipse Mosquitto versions 2.07 and earlier, the server will crash if the client tries to send a
In Eclipse Mosquitto versions 2.07 and earlier, the server will crash if the client tries to send a PUBLISH packet with topic length = 0.
nvdosv
CVE-2023-5632P3HIGHCVSS 7.5v2.0.5≤ 2.0.52023-10-18
CVE-2023-5632 [HIGH] CWE-834 CVE-2023-5632: In Eclipse Mosquito before and including 2.0.5, establishing a connection to the mosquitto server wi
In Eclipse Mosquito before and including 2.0.5, establishing a connection to the mosquitto server without sending data causes the EPOLLOUT event to be added, which results excessive CPU consumption. This could be used by a malicious actor to perform denial of service type attack. This issue is fixed in 2.0.6
nvdosv
CVE-2021-41039P3HIGHCVSS 7.5≥ 1.6, ≤ 2.0.112021-12-01
CVE-2021-41039 [HIGH] CWE-1050 CVE-2021-41039: In versions 1.6 to 2.0.11 of Eclipse Mosquitto, an MQTT v5 client connecting with a large number of
In versions 1.6 to 2.0.11 of Eclipse Mosquitto, an MQTT v5 client connecting with a large number of user-property properties could cause excessive CPU usage, leading to a loss of performance and possible denial of service.
nvdosv
CVE-2023-28366P3HIGHCVSS 7.5≥ 1.3.2, < 2.0.162023-09-01
CVE-2023-28366 [HIGH] CWE-401 CVE-2023-28366: The broker in Eclipse Mosquitto 1.3.2 through 2.x before 2.0.16 has a memory leak that can be abused
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.
nvdosv
CVE-2017-7654P3HIGHCVSS 7.5≤ 1.4.152018-06-05
CVE-2017-7654 [HIGH] CWE-401 CVE-2017-7654: In Eclipse Mosquitto 1.4.15 and earlier, a Memory Leak vulnerability was found within the Mosquitto
In Eclipse Mosquitto 1.4.15 and earlier, a Memory Leak vulnerability was found within the Mosquitto Broker. Unauthenticated clients can send crafted CONNECT packets which could cause a denial of service in the Mosquitto Broker.
nvdosv
CVE-2017-7655P3HIGHCVSS 7.5≥ 1.0, ≤ 1.4.152019-03-27
CVE-2017-7655 [HIGH] CWE-476 CVE-2017-7655: In Eclipse Mosquitto version from 1.0 to 1.4.15, a Null Dereference vulnerability was found in the M
In Eclipse Mosquitto version from 1.0 to 1.4.15, a Null Dereference vulnerability was found in the Mosquitto library which could lead to crashes for those applications using the library.
nvdosv
CVE-2019-11779P3MEDIUMCVSS 6.5≥ 1.5, < 1.5.9≥ 1.6, < 1.6.62019-09-19
CVE-2019-11779 [MEDIUM] CWE-754 CVE-2019-11779: In Eclipse Mosquitto 1.5.0 to 1.6.5 inclusive, if a malicious MQTT client sends a SUBSCRIBE packet c
In Eclipse Mosquitto 1.5.0 to 1.6.5 inclusive, if a malicious MQTT client sends a SUBSCRIBE packet containing a topic that consists of approximately 65400 or more '/' characters, i.e. the topic hierarchy separator, then a stack overflow will occur.
nvdosv
CVE-2024-3935P3MEDIUMCVSS 6.5≥ 2.0.0, < 2.0.192024-10-30
CVE-2024-3935 [MEDIUM] CWE-415 CVE-2024-3935: In Eclipse Mosquito, versions from 2.0.0 through 2.0.18, if a Mosquitto broker is configured to crea
In Eclipse Mosquito, versions from 2.0.0 through 2.0.18, if a Mosquitto broker is configured to create an outgoing bridge connection, and that bridge connection has an incoming topic configured that makes use of topic remapping, then if the remote connection sends a crafted PUBLISH packet to the broker a double free will occur with a subsequent crash
nvdosv
CVE-2023-3592P4HIGHCVSS 7.5fixed in 2.0.162023-10-02
CVE-2023-3592 [HIGH] CWE-401 CVE-2023-3592: In Mosquitto before 2.0.16, a memory leak occurs when clients send v5 CONNECT packets with a will me
In Mosquitto before 2.0.16, a memory leak occurs when clients send v5 CONNECT packets with a will message that contains invalid property types.
nvdosv
CVE-2018-12546P4MEDIUMCVSS 6.5≥ 1.0, ≤ 1.5.52019-03-27
CVE-2018-12546 [MEDIUM] CWE-284 CVE-2018-12546: In Eclipse Mosquitto version 1.0 to 1.5.5 (inclusive) when a client publishes a retained message to
In Eclipse Mosquitto version 1.0 to 1.5.5 (inclusive) when a client publishes a retained message to a topic, then has its access to that topic revoked, the retained message will still be published to clients that subscribe to that topic in the future. In some applications this may result in clients being able cause effects that would otherwise not be
nvdosv
CVE-2021-28166P4MEDIUMCVSS 6.5≥ 2.0.0, ≤ 2.0.92021-04-07
CVE-2021-28166 [MEDIUM] CWE-476 CVE-2021-28166: In Eclipse Mosquitto version 2.0.0 to 2.0.9, if an authenticated client that had connected with MQTT
In Eclipse Mosquitto version 2.0.0 to 2.0.9, if an authenticated client that had connected with MQTT v5 sent a crafted CONNACK message to the broker, a NULL pointer dereference would occur.
nvdosv
1 / 2Next →