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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-10678— zephyrproject zephyr 异常处理不当漏洞

CVSS 8.1 · High EPSS 0.33% · P26

可能的 ATT&CK 技术 2AI

T1063 T1053 · Scheduled Task/Job

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
NULL-pointer / out-of-bounds write in Zephyr MCTP I2C+GPIO target binding driven by an unauthenticated I2C controller
来源: CVE Program / CVE List V5
Vulnerability Description
The MCTP-over-I2C+GPIO target binding in Zephyr (subsys/pmci/mctp/mctp_i2c_gpio_target.c) processes pseudo-register writes from an I2C bus master byte-by-byte in mctp_i2c_gpio_target_write_received() without validating the order or the receive buffer. In the affected versions the MCTP_I2C_GPIO_RX_MSG_ADDR (data) handler dereferences and writes through b->rx_pkt without checking that the receive buffer was allocated: a controller that selects the data register and writes a byte without first sending the length register (which is what allocates the buffer) causes a write of an attacker-chosen byte through a NULL/unallocated mctp_pktbuf pointer (i.e. into a small attacker-advanceable offset above address 0), producing memory corruption or a hard fault. The same handler also performs a write-then-check bounds test, allowing a one-byte heap overflow at data[255] when more than 255 data bytes are sent. Because the I2C target callback is invoked with raw bytes supplied by whatever device is the bus master and the binding performs no authentication, a malicious or malfunctioning controller on the bus can trigger these without any prior protocol state, leading to memory corruption and/or denial of service on the target device. The vulnerable code was introduced when the I2C+GPIO target binding was added and shipped in Zephyr v4.3.0 and v4.4.0. The fix defers allocation to the first data byte with a NULL check, treats a missing length as a zero-sized packet rejected by libmctp, and moves the bounds check before the store.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/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
zephyrproject zephyr 异常处理不当漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 zephyrproject Zephyr 4.3.0版本及之前版本存在安全漏洞,该漏洞源于MCTP-over-I2C+GPIO目标绑定(mctp_i2c_gpio_target.c)中的mctp_i2c_gpio_target_write_received()函数在接收缓冲区未分配时取消引用并写入,以及存在写后检查的边界测试,触发空指针写入和单字节堆溢出,可能导致内存损坏或拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-106807.6 HIGHzephyrproject zephyr 缓冲区错误漏洞
CVE-2026-106776.5 MEDIUMzephyrproject zephyr 资源管理错误漏洞
CVE-2026-106745.5 MEDIUMzephyrproject zephyr 异常处理不当漏洞
CVE-2026-106754.3 MEDIUMzephyrproject zephyr 资源管理错误漏洞
CVE-2026-106793.3 LOWzephyrproject zephyr 数字错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10678

暂无评论


发表评论