CVE-2026-47275
Last modified
CVE-2026-47275 is a low-severity vulnerability rated 2.6/10 on the CVSS scale. In nanomq versions 0.24.11 and earlier, a NULL pointer dereference in `nni_mqttv5_msg_decode_connect()` 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 `nni_mqttv5_msg_decode_connect()` (`mqtt_codec.c:1863`), the code iterates over CONNECT properties using variable `prop` when it should use `will_prop`. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In nanomq versions 0.24.11 and earlier, a NULL pointer dereference in `nni_mqttv5_msg_decode_connect()` 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 `nni_mqttv5_msg_decode_connect()` (`mqtt_codec.c:1863`), the code iterates over CONNECT properties using variable `prop` when it should use `will_prop`. When a CONNECT packet has no connect-level properties (`prop == NULL`) but has will properties (`will_prop != NULL`), dereferencing `prop->next` causes SIGSEGV at address `0x38` (NULL + `offsetof(property, next)`). This affects both `nanomq_cli` and **NanoMQ bridge mode** (Core component), as both use the same `mqtt_client.c` receive path. This can lead to remote DoS if a malicious MQTT broker can crash the client process with a single 35-byte packet and persistent DoS if auto-reconnect causes infinite crash loop.
Metrics
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nanomq | nanomq | <= 0.24.11 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-47275?
How severe is CVE-2026-47275?
How do I fix CVE-2026-47275?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4727Denial-of-service in the Libraries component in NSS. This vu…7.5
- CVE-2026-47270pam_usb provides hardware authentication for Linux using ord…6.3
- CVE-2026-47271pam_usb provides hardware authentication for Linux using ord…5.1
- CVE-2026-47272pam_usb provides hardware authentication for Linux using ord…7.1
- CVE-2026-47273pam_usb provides hardware authentication for Linux using ord…6.5
- CVE-2026-47274pam_usb provides hardware authentication for Linux using ord…6.3
- CVE-2026-47276In nanomq versions 0.24.11 and earlier, a NULL pointer deref…6.5
- CVE-2026-47277Runtipi is a personal homeserver orchestrator. In versions 4…6.5
- CVE-2026-47279NocoDB is software for building databases as spreadsheets. P…6.9
- CVE-2026-4728Spoofing issue in the Privacy: Anti-Tracking component. This…6.5
- CVE-2026-47280Improper authentication in Azure Resource Manager (ARM) allo…9.8
- CVE-2026-47281Missing authorization in Visual Studio Code allows an unauth…9.6
Are you affected by CVE-2026-47275?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
