目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-47275— nanomq MQTTv5客户端CONNECT解码器空指针解引用导致远程拒绝服务漏洞

CVSS 2.6 · Low

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 1

厂商产品版本范围状态
nanomqnanomq<= 0.24.11affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-47275 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
nanomq NULL Pointer Dereference in MQTTv5 Client CONNECT Decoder Leading to Remote DoS
来源: 美国国家漏洞数据库 NVD
Vulnerability 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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
空指针解引用
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
nanomqnanomq <= 0.24.11 -

二、漏洞 CVE-2026-47275 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-47275 的情报信息

登录查看更多情报信息。

CVE-2026-47275 厂商安全公告 (1)

同批安全公告 · nanomq · 2026-07-20 · 共 3 条

CVE-2026-472766.5 MEDIUMREST API 属性解析空指针解引用漏洞
CVE-2026-352176.5 MEDIUMNanoMQ 接受畸形订阅消息导致越界读取漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-47275

暂无评论


发表评论