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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 6.1 · Medium EPSS 0.16% · P5

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Use-after-free / double-free of the root USB device in the experimental USB host stack
来源: CVE Program / CVE List V5
Vulnerability Description
In Zephyr's experimental USB host stack (CONFIG_USB_HOST_STACK), usbh_device_disconnect() (subsys/usb/host/usbh_device.c) freed the root usb_device slab object without clearing the cached pointer ctx->root. The bus removal handler dev_removed_handler() (subsys/usb/host/usbh_core.c) decides what to tear down solely from ctx->root, checking only that it is non-NULL. Because UHC controller drivers (e.g. uhc_max3421e, uhc_mcux_common) synthesize UHC_EVT_DEV_REMOVED directly from physical bus line state with no debounce or state guard, an attacker with physical USB access (or a rogue device that bounces its connection) can deliver a second device-removed event after a root device disconnect. The handler then re-enters usbh_device_disconnect() with the dangling pointer, locking a mutex inside the freed object (use-after-free), removing the freed node from the device list, and calling k_mem_slab_free() on the already-freed block (double-free). If the slab block has been reissued to a newly attached device in between, this corrupts a live object. Impact is denial of service (crash) and memory corruption; the attack vector is physical/local. The flaw was introduced in v4.4.0 by the connect/disconnect refactor and is fixed by clearing ctx->root in usbh_device_disconnect() before freeing.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
释放后使用
来源: CVE Program / CVE List V5
Vulnerability Title
Zephyr Project Zephyr 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 Zephyr Project Zephyr 4.4.0版本及4.5.0之前版本存在资源管理错误漏洞,该漏洞源于USB主机堆栈中usbh_device_disconnect()函数未清除缓存指针ctx->root,导致释放后重用和双重释放,攻击者可通过物理USB访问触发拒绝服务和内存破坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · zephyrproject · 2026-07-12 · 共 6 条

CVE-2026-106668.1 HIGHZephyr Project Zephyr 缓冲区错误漏洞
CVE-2026-106677.8 HIGHZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106657.4 HIGHZephyr Project Zephyr 缓冲区错误漏洞
CVE-2026-106645.0 MEDIUMZephyr Project Zephyr 缓冲区错误漏洞
CVE-2026-106682.4 LOWZephyr Project Zephyr 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10663

暂无评论


发表评论