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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 zephyrproject zephyr 3.7.0版本至4.5.0之前版本存在异常处理不当漏洞,该漏洞源于在启用CONFIG_UART_USE_RUNTIME_CONFIGURE时,NXP LPUART串行驱动程序在mcux_lpuart_configure()开始时调用LPUART_Deinit()禁用了LPUART外设时钟,随后才验证请求的配置,不支持的配置返回-ENOTSUP后时钟未重新启用,导致

CVSS 5.5 · Medium EPSS 0.14% · P4

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
DoS (hard fault) in NXP LPUART driver: unsupported runtime UART config leaves clocks disabled
来源: CVE Program / CVE List V5
Vulnerability Description
The NXP LPUART serial driver (drivers/serial/uart_mcux_lpuart.c), when CONFIG_UART_USE_RUNTIME_CONFIGURE is enabled, called LPUART_Deinit() at the start of mcux_lpuart_configure(), which disables the LPUART peripheral clocks. The requested configuration is validated only afterwards (in mcux_lpuart_configure_basic), and unsupported parity/data-bit/stop-bit/flow-control values return -ENOTSUP before the clock is re-enabled. As a result, a uart_configure() request with an unsupported configuration left the LPUART in a clock-disabled state; any subsequent access to LPUART registers (poll_out/poll_in, interrupt handling, or a later reconfigure) faults on the gated peripheral and escalates to a hard fault, crashing the system. uart_configure() is a Zephyr syscall whose verifier (z_vrfy_uart_configure) only checks that cfg is readable user memory and forwards the caller-supplied configuration unchanged, so an unprivileged userspace thread with access to an LPUART device can deterministically trigger the fault, a persistent system-wide denial of service. Introduced in v2.5.0 and present in all subsequent releases until this fix, which removes the LPUART_Deinit() call and instead only disables the transmitter/receiver, leaving the clock running.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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 3.7.0版本至4.5.0之前版本存在异常处理不当漏洞,该漏洞源于在启用CONFIG_UART_USE_RUNTIME_CONFIGURE时,NXP LPUART串行驱动程序在mcux_lpuart_configure()开始时调用LPUART_Deinit()禁用了LPUART外设时钟,随后才验证请求的配置,不支持的配置返回-ENOTSUP后时钟未重新启用,导致
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
zephyrproject zephyr 3.7.0 ~ 4.5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-10678 8.1 HIGH zephyrproject zephyr 异常处理不当漏洞
CVE-2026-10680 7.6 HIGH zephyrproject zephyr 缓冲区错误漏洞
CVE-2026-10677 6.5 MEDIUM zephyrproject zephyr 资源管理错误漏洞
CVE-2026-10675 4.3 MEDIUM zephyrproject zephyr 资源管理错误漏洞
CVE-2026-10679 3.3 LOW zephyrproject zephyr 数字错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10674

暂无评论


发表评论