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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 6.3 · Medium EPSS 0.16% · P6

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Dangling memory-domain pointer (use-after-free) in Xtensa MMU page-table code on memory-domain de-init
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
On Xtensa targets with CONFIG_USERSPACE and CONFIG_XTENSA_MMU, the page-table code (arch/xtensa/core/ptables.c) maintains a global list, xtensa_domain_list, of active memory domains using a list node embedded inside the caller-owned struct k_mem_domain. When a domain is destroyed via k_mem_domain_deinit() - arch_mem_domain_deinit(), the page tables are torn down and domain-arch.ptables is set to NULL, but the domain's node was not removed from xtensa_domain_list. The freed/deinitialized domain therefore remained linked into the global list as a dangling pointer into caller-owned storage that may then be freed or reused. Any subsequent arch_mem_map()/arch_mem_unmap() operation (widely invoked by kernel memory-mapping and demand-paging code) traverses the stale node and dereferences domain-ptables: at minimum a NULL pointer dereference causing a fatal MMU exception (denial of service), and if the k_mem_domain storage has been freed or reused, a use-after-free in which a stale/controlled ptables value is dereferenced and written through during the page-table walk (l2_page_table_map writes l1_table[...] and l2_table[...], and xtensa_mmu_compute_domain_regs writes into the domain struct and the L1 table), yielding page-table memory corruption that can undermine userspace isolation. The vulnerable path is reachable only from privileged kernel/supervisor code (k_mem_domain_deinit is not a syscall), not directly from unprivileged user threads or remotely. Affected: Zephyr v4.4.0 (the Xtensa memory-domain de-initialization feature was introduced in commit 3032b58f52d and first shipped in v4.4.0); fixed on main by adding sys_slist_find_and_remove() in arch_mem_domain_deinit(). The Xtensa MPU path is unaffected.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
释放后使用
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Zephyr Project Zephyr 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 Zephyr Project Zephyr 4.4.0版本存在资源管理错误漏洞,该漏洞源于页表代码中的内存域列表管理问题,导致释放后重用和空指针取消引用,可能造成拒绝服务攻击以及内存损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-10635 其他参考 (1)

同批安全公告 · zephyrproject · 2026-06-16 · 共 6 条

CVE-2026-106385.9 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106375.9 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106394.8 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106404.2 MEDIUMZephyr Project Zephyr 资源管理错误漏洞
CVE-2026-106363.7 LOWZephyr Project Zephyr 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10635

暂无评论


发表评论