Lucene search
+L

1768 matches found

NVD
NVD
added 2026/08/06 10:18 p.m.11 views

CVE-2026-5857

Contiki-NG's MQTT client parsepublishvhdr in os/net/app-layer/mqtt/mqtt.c sets topiclenreceived=1 before checking topiclen against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcpinput re-invokes the parser with topicreceived==0, and t...

9.2CVSS0.00537EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/06 6:52 p.m.63 views

CVE-2026-5857

The CVE-2026-5857 entry documents a bug in Contiki-NG’s MQTT client, where parse_publish_vhdr() sets topic_len_received=1 before validating topic_len against the 64-byte limit. On the next TCP segment, a persisted flag causes the parser to bypass the guard and perform a memcpy() using an unvalida...

9.2CVSS6.3AI score0.00537EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/06 6:52 p.m.8 views

CVE-2026-5857 Contiki-NG MQTT Client Out-of-Bounds Write in PUBLISH Topic Parser via Persistent State Between TCP Segments

Contiki-NG's MQTT client parsepublishvhdr in os/net/app-layer/mqtt/mqtt.c sets topiclenreceived=1 before checking topiclen against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcpinput re-invokes the parser with topicreceived==0, and t...

9.2CVSS6.1AI score0.00537EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/06 6:52 p.m.34 views

CVE-2026-5857 Contiki-NG MQTT Client Out-of-Bounds Write in PUBLISH Topic Parser via Persistent State Between TCP Segments

Contiki-NG's MQTT client parsepublishvhdr in os/net/app-layer/mqtt/mqtt.c sets topiclenreceived=1 before checking topiclen against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcpinput re-invokes the parser with topicreceived==0, and t...

9.2CVSS0.00537EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 6:52 p.m.27 views

CVE-2026-5857 Contiki-NG MQTT Client Out-of-Bounds Write in PUBLISH Topic Parser via Persistent State Between TCP Segments

Contiki-NG's MQTT client parsepublishvhdr in os/net/app-layer/mqtt/mqtt.c sets topiclenreceived=1 before checking topiclen against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcpinput re-invokes the parser with topicreceived==0, and t...

9.2CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.37 views

CVE-2026-71274 OpenBK7231T Stored XSS via Unsanitized MQTT-Set Channel Labels

OpenBK7231T's CHANNELSetLabel src/cmnds/cmdchannels.c stores channel labels received via the MQTT SetChannelLabel command using strdup with no HTML sanitization. CHANNELGetLabel returns these labels unsanitized, and they are rendered via hprintf255 at 15+ locations in src/httpserver/httpfns.c wit...

8.5CVSS0.00173EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/30 7:16 a.m.14 views

CVE-2026-44090

Due to missing authentication, an unauthenticated remote attacker may access the MQTT broker, which is only protected from external access by a firewall. This may lead to the device being fully compromised...

9.8CVSS0.00428EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/30 6:47 a.m.47 views

CVE-2026-44091 Creation of a new configuration by posting a malicious ID to MQTT

An unauthenticated remote attacker can post a malicious ID to the MQTT Broker results in the creation of a new configuration entry in the system configuration. This may lead to integrity and availability loss...

9.1CVSS0.00362EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/30 6:47 a.m.11 views

CVE-2026-44090

Due to missing authentication, an unauthenticated remote attacker may access the MQTT broker, which is only protected from external access by a firewall. This may lead to the device being fully compromised...

9.8CVSS5.9AI score0.00428EPSS
SaveExploits0References2Affected Software4
OSV
OSV
added 2026/07/21 7:51 a.m.30 views

ROOT-APP-MAVEN-CVE-2025-66168 CVE-2025-66168 in io.root.org.apache.activemq:activemq-mqtt - Patched by Root

Root has patched CVE-2025-66168 in the io.root.org.apache.activemq:activemq-mqtt package for Root:Maven. Multiple fixed versions available...

8.8CVSS5.8AI score0.0078EPSS
SaveExploits0
NVD
NVD
added 2026/07/20 5:17 p.m.15 views

CVE-2026-47276

In nanomq versions 0.24.11 and earlier, a NULL pointer dereference in propertiesparse allows an authenticated attacker to crash the NanoMQ broker by sending a POST request to /api/v4/mqtt/publish with userproperties as a JSON array instead of a JSON object. The crash occurs because strlen is call...

6.5CVSS0.00411EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/20 5:17 p.m.14 views

CVE-2026-35217

NanoMQ contains a protocol-semantics flaw in its MQTT v5 SUBSCRIBE handling: if a subscription entry is missing the final 1-byte Subscription Options field, the broker may still accept the malformed packet and install the subscription into internal broker state. Under a specific packet-length...

6.5CVSS0.0032EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/20 4:43 p.m.20 views

CVE-2026-47275

Nanomq has a NULL pointer dereference in nni_mqttv5_msg_decode_connect() (mqtt_codec.c:1863) for versions ≤ 0.24.11. The code iterates CONNECT properties using prop instead of will_prop; when a packet has no connect-level properties but has will properties, dereferencing prop->next can SIGSEGV...

2.6CVSS5.5AI score0.00273EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/20 4:43 p.m.14 views

CVE-2026-47275 nanomq NULL Pointer Dereference in MQTTv5 Client CONNECT Decoder Leading to Remote DoS

In nanomq versions 0.24.11 and earlier, a NULL pointer dereference in nnimqttv5msgdecodeconnect allows a malicious MQTT broker to crash any connecting NanoMQ MQTTv5 client including bridge mode with a single packet, causing remote denial of service via SIGSEGV. In nnimqttv5msgdecodeconnect...

2.6CVSS5.5AI score
SaveExploits0References3
CVE
CVE
added 2026/07/20 4:39 p.m.49 views

CVE-2026-35217

CVE-2026-35217 affects NanoMQ (MQTT v5) where a SUBSCRIBE packet can be processed even when the final 1-byte Subscription Options field is missing. A specific packet-length construction reveals two manifestations of a single parsing defect: (1) the broker may accept the malformed subscription and...

6.5CVSS5.4AI score0.0032EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/20 4:39 p.m.15 views

CVE-2026-35217

NanoMQ contains a protocol-semantics flaw in its MQTT v5 SUBSCRIBE handling: if a subscription entry is missing the final 1-byte Subscription Options field, the broker may still accept the malformed packet and install the subscription into internal broker state. Under a specific packet-length...

6.5CVSS5.4AI score0.0032EPSS
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/20 11:56 a.m.9 views

netty: io.netty/netty-codec-mqtt: Netty: Denial of Service due to excessive resource consumption from crafted MQTT 5 header

A flaw was found in Netty, an asynchronous event-driven network application framework. A remote attacker can exploit this vulnerability by sending a crafted MQTT 5 header with an oversized Properties section. This causes Netty to repeatedly parse and buffer the large Properties section in memory...

7.5CVSS6.8AI score0.00489EPSS
SaveExploits0References5
Malwarebytes
Malwarebytes
added 2026/07/17 12:29 p.m.37 views

Shark vacuum flaw exposes cameras, home maps and Wi-Fi passwords

Shark’s cloud-connected robot vacuums are currently exposed by an unpatched AWS Amazon Web Services IoT Internet of Things policy flaw that could turn one compromised device into a remote-control skeleton key for many others in the same region, with access to cameras, maps, and Wi‑Fi passwords. A...

6AI score
SaveExploits0
Cvelist
Cvelist
added 2026/07/15 2:33 p.m.54 views

CVE-2026-60065 NGINX Plus ngx_stream_mqtt_filter_module vulnerability

When NGINX Plus is configured to use the Message Queuing Telemetry Transport MQTT filter module ngxstreammqttfiltermodule, unauthenticated attackers can send requests with conditions beyond the attacker's control to cause a heap buffer over-read in the NGINX worker process, leading to a restart...

6.3CVSS0.00265EPSS
SaveExploits0References1
F5 Networks
F5 Networks
added 2026/07/15 1:44 p.m.18 views

K000162101: NGINX Plus ngx_stream_mqtt_filter_module vulnerability CVE-2026-60065

Security Advisory Description When NGINX Plus is configured to use the Message Queuing Telemetry Transport MQTT filter module ngxstreammqttfiltermodule, unauthenticated attackers can send requests with conditions beyond the attacker's control to cause a heap buffer over-read in the NGINX worker...

6.3CVSS5.7AI score0.00265EPSS
SaveExploits0Affected Software5
Rows per page
Query Builder