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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-10655— Zephyr 资源管理错误漏洞

CVSS 6.5 · Medium EPSS 0.24% · P15

可能的 ATT&CK 技术 1AI

T1498 · Network Denial of Service

影响版本矩阵 1

厂商产品版本范围状态
zephyrprojectzephyr4.2.0< 4.5.0affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Use-after-free race in SNTP async client when closing the socket while the socket service is still polling it
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
The asynchronous SNTP client in Zephyr (subsys/net/lib/sntp/sntp.c, sntp_close_async) closed the UDP socket file descriptor directly from the calling thread immediately after detaching it from the network socket service, without synchronizing with the socket-service poll thread. The socket service thread polls each socket via zvfs_poll, which (in zsock_poll_prepare_ctx) registers a k_poll_event pointing into the socket's net_context (&ctx->recv_q) and then blocks in k_poll without holding a reference or lock. net_context objects are allocated from a fixed pool (contexts[CONFIG_NET_MAX_CONTEXTS]) and reused after close. When sntp_close_async is invoked from a different thread than the poll thread (in the in-tree consumer subsys/net/lib/config/init_clock_sntp.c, the SNTP timeout handler runs on the system workqueue while the socket service thread is blocked in poll on the same fd), the close frees and may reuse the net_context while the poll thread still has a poller node linked into the freed object, resulting in a use-after-free / object confusion of kernel poll structures. The SNTP timeout path is the normal no-response failure mode, so a network peer or off-path attacker who drops or delays the SNTP/NTP response can drive the racing close repeatedly (and periodically with NET_CONFIG_SNTP_INIT_RESYNC). The most likely consequence is a crash of the networking thread (denial of service), with potential memory corruption when the freed context slot is reallocated. The fix defers the close to the socket service thread itself via net_socket_service_close (NET_SOCKET_SERVICE_CLOSE_SOCKETS), so the same thread that polls performs the close, eliminating the race. Affected releases: v4.2.0 through v4.4.0.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
释放后使用
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Zephyr 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Zephyr是Zephyr组织开源的一个可扩展的实时操作系统 (RTOS)。 Zephyr 4.2.0版本至4.4.0版本存在资源管理错误漏洞,该漏洞源于SNTP客户端在关闭UDP套接字文件描述符时未与套接字服务轮询线程同步,导致释放后重用,可能造成内核轮询结构对象混淆,攻击者通过丢弃或延迟SNTP/NTP响应可重复触发竞争,最可能导致网络线程崩溃(拒绝服务)。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 4.2.0 ~ 4.5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-10655 补丁与修复 (1)

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

同批安全公告 · zephyrproject · 2026-06-30 · 共 5 条

CVE-2026-92636.5 MEDIUMZephyr 缓冲区错误漏洞
CVE-2026-106536.4 MEDIUMZephyr 资源管理错误漏洞
CVE-2026-106524.8 MEDIUMzephyrproject zephyr 缓冲区错误漏洞
CVE-2026-106543.1 LOWZephyr 竞争条件问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10655

暂无评论


发表评论