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

目标: 1000 元 · 已筹: 1325

100%

CVE-2026-53173— Accelerate Ethos-U 命令流校验越界写入漏洞

AI 预测 7.8 利用难度: 较易 EPSS 0.16% · P6
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate() The command stream parsing loop increments the index variable a second time when a 64-bit command word is encountered (bit 14 set), but does not re-check the loop bound before writing the second word: for (i = 0; i < size / 4; i++) { bocmds[i] = cmds[0]; if (cmd & 0x4000) { i++; bocmds[i] = cmds[1]; /* unchecked */ } } The buffer bocmds is backed by a DMA allocation of exactly size bytes from drm_gem_dma_create(ddev, size), giving valid indices [0, size/4-1]. When i == size/4 - 1 on entry to an iteration and bit 14 of cmds[0] is set, bocmds[size/4-1] is written in bounds, i is then incremented to size/4, and bocmds[size/4] writes four bytes past the end of the allocation. Userspace controls both the buffer contents and the size argument via the ioctl, making this a userspace-triggerable heap out-of-bounds write. Fix by checking the incremented index against the buffer bound before the second write and returning -EINVAL if the buffer is too small to contain the extended command.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 5a5e9c0228e613f0ef2a58b9782d7c0ea8f1e58b ~ db6cb3e35cebf487f9a78ebd4cfa4b83708ff40d -
LinuxLinux 6.19 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53173 其他参考 (2)

同批安全公告 · Linux · 2026-06-25 · 共 147 条

CVE-2026-53187RDMA/core DMAH分配cpu_id验证漏洞
CVE-2026-53167fuse 漏洞:限制 FUSE_NOTIFY_RETRIEVE 仅限 uptodate 文件
CVE-2026-53168fuse目录页缓存操作拒绝漏洞
CVE-2026-53169accel/ethosu:拒绝用户空间NPU_OP_RESIZE命令
CVE-2026-53171加速伦理:修复dma_length()中的算术问题
CVE-2026-53170Acceler/ethosu:拒绝长度未初始化的DMA命令漏洞
CVE-2026-53172Ethos-U NPU驱动IFM区域索引越界漏洞
CVE-2026-53174overlay文件系统o v l缓存获取后错误码未清零漏洞
CVE-2026-53175Linux inet frag使用完后释放漏洞
CVE-2026-53177bnxt_en 驱动空指针解引用漏洞
CVE-2026-53176IB/isert: 拒绝短于ISER_HEADERS_LEN的登录PDU漏洞
CVE-2026-53178rtl8723bs驱动ie_length减法越界漏洞
CVE-2026-53180Linux 内核 tmigr_handle_remote_up() 活锁漏洞
CVE-2026-53179RTL8723BS rtw_update_protection 缓冲区越界读取漏洞
CVE-2026-53181vsock/vmci 握手失败时 sk_ack_backlog 泄漏漏洞
CVE-2026-53182wifi: nl80211 拒绝过大的 EMA RNR 列表
CVE-2026-53183MPTCP 子流接收窗口收缩漏洞
CVE-2026-53184UDP sockmap裁决前清除skb->dev
CVE-2026-53185Linux zram zram_bvec_write_partial 函数 Use-After-Free 漏洞
CVE-2026-53197Linux iptfs ABBA死锁漏洞

显示前 20 条,共 147 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-53173

暂无评论


发表评论