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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-71256— nanoMODBUS 客户端越界读取导致野指针写入漏洞

CVSS 9.8 · Critical
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
nanoMODBUS Client-Side Out-of-Bounds Read Leading to Wild-Pointer Write via object_id
来源: CVE Program / CVE List V5
Vulnerability Description
nanoMODBUS through v1.23.0 contains an out-of-bounds stack read leading to a wild-pointer write in nmbs_read_device_identification_basic() / recv_read_device_identification_res() in nanomodbus.c. A fixed 3-element stack array order[3] = {0,1,2} maps object IDs to buffer indices. The server-supplied object_id field (0-255, read directly from the wire) is used without any bounds check as buf_index = order[object_id]. When a malicious Modbus server sends a Read Device Identification response with object_id >= 3, this reads an out-of-bounds/garbage byte from the stack adjacent to order[], which is then used as an index into a 3-element buffers[] array of char* pointers. The resulting wild pointer is passed to strncpy() as the destination, causing an arbitrary-address write with server-controlled data.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
debevvnanoMODBUS 0 ~ 1.23.0 -

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

#POC 描述源链接神龙链接
AI 生成 POC高级
Qwen3.6-35B-A3B · 5708 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

CVE-2026-71256 其他参考 (1)

同批安全公告 · debevv · 2026-08-05 · 共 3 条

CVE-2026-712549.8 CRITICALnanoMODBUS 服务器端 handle_read_file_record() 越界写入漏洞
CVE-2026-712558.6 HIGHnanoMODBUS 客户端接收设备标识响应时存在越界写入漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-71256

暂无评论


发表评论