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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-10645— Ext2 目录条目结构验证缺失致越界读取

CVSS 4.9 · Medium EPSS 0.21% · P11
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
fs: ext2: Missing structural validation of directory entries can cause out-of-bounds read and zero-progress directory traversal
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Zephyr's ext2 directory-entry parser does not fully validate on-disk directory entry structure before copying the entry name and advancing traversal state. In ext2_fetch_direntry() (subsys/fs/ext2/ext2_diskops.c), the code only checks de_name_len <= EXT2_MAX_FILE_NAME and then copies the name with memcpy without validating the structural relationship between de_rec_len, de_name_len, and the directory block boundary (for example that de_rec_len is non-zero, at least the size of the entry header, and that the record fits within the block). Callers such as find_dir_entry() and ext2_get_direntry() (subsys/fs/ext2/ext2_impl.c) then advance traversal using the unvalidated de_rec_len. A crafted ext2 image can therefore cause an out-of-bounds read from the directory block buffer when a malformed entry near the end of a block triggers an oversized name copy, or a zero-progress infinite loop when de_rec_len == 0. The issue is not reached at mount time but later through directory traversal paths such as pathname lookup, stat/open/unlink/rename, and readdir. The primary impact is denial of service and out-of-bounds reads under attacker-controlled ext2 images mounted from untrusted media.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
跨界内存读
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
zephyrproject-rtosZephyr * ~ 4.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · zephyrproject-rtos · 2026-06-22 · 共 3 条

CVE-2026-106517.1 HIGHBluetooth Classic SDP解析器截断漏洞导致断言失败及越界读取
CVE-2026-106587.1 HIGH蓝牙协议栈 bt_iso_recv() 缺乏 SDU 头部长度验证导致拒绝服务漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10645

暂无评论


发表评论