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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-11894— zephyrproject zephyr 资源管理错误漏洞

CVSS 5.9 · Medium EPSS 0.17% · P7

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Double-free / use-after-free in Realtek BEE Bluetooth HCI driver `send()` error paths
来源: CVE Program / CVE List V5
Vulnerability Description
The Realtek BEE Bluetooth HCI driver's send callback, bt_hci_bee_send() in drivers/bluetooth/hci/hci_bee.c, violated the bt_hci_driver_api buffer-ownership contract. That contract requires the driver to consume (unref) the transmit net_buf only on success; on an error return the host caller retains ownership and unrefs the buffer itself. The pre-fix code routed all error paths through a shared cleanup label that unconditionally called net_buf_unref(buf) before returning the error code. Because the host TX paths (in subsys/bluetooth/host/hci_core.c) unref the buffer again after send() returns an error, the buffer is freed twice: the driver returns it to its net_buf pool and the host then unrefs the already-freed buffer, corrupting the shared pool / underflowing the reference count (CWE-415). The same error branch additionally dereferenced buf->len inside a LOG_ERR call after the buffer had already been unref'd, a read of freed memory (CWE-416) that is compiled in at the default error log level. The failing edges are reached when the controller's host-to-controller buffer allocation fails or the controller send fails (resource-exhaustion / IO conditions). A remote Bluetooth peer can push the device toward these conditions indirectly by driving heavy host transmit activity, at which point the double-free corrupts the host net_buf pool and most likely crashes the device, with residual potential for further memory corruption. The impact is confined to builds using this specific Realtek BEE HCI driver. The fix returns early from each error path without unreffing and unrefs the buffer only on the success path, restoring the ownership contract and eliminating both the double-free and the use-after-free read.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
双重释放
来源: CVE Program / CVE List V5
Vulnerability Title
zephyrproject zephyr 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一个面向物联网设备的实时操作系统。 zephyrproject zephyr 4.4.0至4.4.2之前版本存在资源管理错误漏洞,该漏洞源于Realtek BEE蓝牙HCI驱动在错误路径上未遵守缓冲区所有权契约,错误释放缓冲区,导致双重释放和释放后重用,可能造成设备崩溃或内存破坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-11894 补丁与修复 (2)

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

CVE-2026-118935.9 MEDIUMzephyrproject zephyr 资源管理错误漏洞
CVE-2026-120525.2 MEDIUMzephyrproject zephyr 缓冲区错误漏洞
CVE-2026-120514.6 MEDIUMzephyrproject zephyr 异常处理不当漏洞
CVE-2026-119853.6 LOWzephyrproject zephyr 信息泄露漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-11894

暂无评论


发表评论