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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-11812— UpdateHub 共享上下文竞争条件导致越界写入和拒绝服务漏洞

CVSS 2.5 · Low EPSS 0.08% · P0

影响版本矩阵 1

厂商产品版本范围状态
zephyrprojectzephyr2.0.0≤ 4.4.1affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
UpdateHub: race condition on shared context causes out-of-bounds write and DoS
来源: CVE Program / CVE List V5
Vulnerability Description
The UpdateHub management subsystem (subsys/mgmt/updatehub/updatehub.c) drives every update operation through a single file-scope ctx structure that holds the CoAP block context, payload buffer, status code, socket, and a one-element poll-fd array fds[1]. Access to ctx was not serialized, and prepare_fds() wrote ctx.fds[ctx.nfds] and incremented ctx.nfds with no bounds check. Two independent paths mutate ctx concurrently: the background autohandler running on the system workqueue, and user-triggered operations reached through the updatehub run shell command, direct API calls, or — since the operations are exposed as syscalls — userspace threads. When a second flow enters prepare_fds() while ctx.nfds is already 1, the write lands one element past the array; by struct layout it overlaps the adjacent ctx.sock/ctx.nfds members. More broadly, the unsynchronized sharing lets two flows interleave connection setup and teardown, double-closing a socket descriptor or scribbling the shared buffers. The result is corruption of the update subsystem's internal state and denial of service of the firmware-update path; the out-of-bounds write is contained within the ctx structure and there is no demonstrated path to memory outside it or to code execution. Triggering requires a local actor able to invoke update operations (or, with CONFIG_USERSPACE, an unprivileged userspace thread) and to win a timing race against the background handler; remote peers cannot control the race timing. The fix serializes the entry points with a mutex and adds a bounds check to prepare_fds().
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 2.0.0 ~ 4.4.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · zephyrproject · 2026-08-10 · 共 5 条

CVE-2026-87188.4 HIGHZephyr net sockets/TLS DTLS 对等连接ID获取越界写入漏洞
CVE-2026-118107.5 HIGHUpdateHub OTA代理空元数据远程DoS漏洞
CVE-2026-118093.7 LOWUpdateHub 探测:未初始化堆越界读取网络元数据漏洞
CVE-2026-118113.7 LOWUpdateHub OTA客户端start_coap_client()文件描述符泄漏导致资源耗尽

IV. Related Vulnerabilities

V. Comments for CVE-2026-11812

暂无评论


发表评论