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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

影响对象
zephyrproject zephyr
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Zephyr是Zephyr组织开源的一款面向物联网的实时操作系统。 Zephyr 1.14.0至4.4.2之前版本存在资源管理错误漏洞,该漏洞源于drivers/serial/uart_pl011.c文件中的ARM PL011 UART驱动未确认接收错误中断,导致错误中断持续触发,可能允许攻击者注入线路错误造成中断风暴,从而引发拒绝服务。

CVSS 4.6 · Medium EPSS 0.17% · P6

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
PL011 UART error interrupts never cleared, enabling an external-peer interrupt-storm denial of service
来源: CVE Program / CVE List V5
Vulnerability Description
The ARM PL011 UART driver in drivers/serial/uart_pl011.c fails to acknowledge receive error interrupts. On the PL011, the framing, parity, break, and overrun error interrupts (PL011_IMSC_ERROR_MASK) are cleared only by writing the interrupt-clear register UARTICR; reading the data register clears the RX interrupt and the per-byte RSR status but not the error interrupt status in MIS. The interrupt service routine pl011_isr() acknowledged only the CTS modem-status interrupt and never wrote icr for the error bits, so an asserted error interrupt remains pending after the ISR returns. When an application enables error-interrupt reporting via the public uart_irq_err_enable() API, an attacker who controls the serial peer can deterministically assert these error bits by injecting line errors on the RX line — a baud/stop-bit mismatch or mid-character break (framing/break error), a flipped parity bit (parity error), or FIFO flooding (overrun error). Because the error interrupt is never cleared, the interrupt line stays asserted and the CPU re-enters pl011_isr() immediately and indefinitely, producing an interrupt-storm livelock from which the core makes no forward progress. The impact is an availability-only denial of service (permanent hang), reachable from an external or removable UART peer. Exploitation is gated by configuration: the error interrupt is off by default and no in-tree subsystem enables it, so only applications that explicitly call uart_irq_err_enable() on a PL011-based, interrupt-driven port are affected. The fix makes pl011_isr() acknowledge the pending error bits via uart->icr, breaking the loop, and additionally clears the latched RSR status in pl011_err_check().
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
不可达退出条件的循环(无限循环)
来源: CVE Program / CVE List V5
Vulnerability Title
Zephyr 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Zephyr是Zephyr组织开源的一款面向物联网的实时操作系统。 Zephyr 1.14.0至4.4.2之前版本存在资源管理错误漏洞,该漏洞源于drivers/serial/uart_pl011.c文件中的ARM PL011 UART驱动未确认接收错误中断,导致错误中断持续触发,可能允许攻击者注入线路错误造成中断风暴,从而引发拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
zephyrproject zephyr 1.14.0 ~ 4.4.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · zephyrproject · 2026-08-17 · 共 4 条

CVE-2026-9771 8.8 HIGH Zephyr Project Zephyr 缓冲区错误漏洞
CVE-2026-12519 5.0 MEDIUM Zephyr 缓冲区错误漏洞
CVE-2026-12630 4.3 MEDIUM Zephyr 缓冲区错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-12629

暂无评论


发表评论