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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2026-43442— Linux io_uring 物理 SQE 边界检查绕过漏洞

获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops When IORING_SETUP_SQE_MIXED is used without IORING_SETUP_NO_SQARRAY, the boundary check for 128-byte SQE operations in io_init_req() validated the logical SQ head position rather than the physical SQE index. The existing check: !(ctx->cached_sq_head & (ctx->sq_entries - 1)) ensures the logical position isn't at the end of the ring, which is correct for NO_SQARRAY rings where physical == logical. However, when sq_array is present, an unprivileged user can remap any logical position to an arbitrary physical index via sq_array. Setting sq_array[N] = sq_entries - 1 places a 128-byte operation at the last physical SQE slot, causing the 128-byte memcpy in io_uring_cmd_sqe_copy() to read 64 bytes past the end of the SQE array. Replace the cached_sq_head alignment check with a direct validation of the physical SQE index, which correctly handles both sq_array and NO_SQARRAY cases.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 1cba30bf9fdd6c982708f3587f609a30c370d889 ~ 1f794f9bed3e5cf7250a3b4daf112a72ed1513e9 -
LinuxLinux 6.19 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

Please 登录 to view more intelligence information

同批安全公告 · Linux · 2026-05-08 · 共 199 条

CVE-2026-43337AMD dcn401_init_hw函数空指针解引用漏洞
CVE-2026-43349f2fs 节点页脚检查未初始化值访问漏洞
CVE-2026-43348mshv_vtl vmemmap_shift溢出漏洞
CVE-2026-43347QCOM Monaco 内核 Gunyah 元数据区保留漏洞
CVE-2026-43346ice ptp 控制 PF 不可用时误报警告
CVE-2026-43345IPA v5.0+ 事件环索引未编程漏洞
CVE-2026-43344Intel x86 uncore die ID初始化与查找漏洞
CVE-2026-43343USB gadget f_subset unbalanced refcnt漏洞
CVE-2026-43342USB gadget RNDIS 竞争条件漏洞
CVE-2026-43340Comedi 设备自旋锁未重新初始化漏洞
CVE-2026-43341IPv6 ioam6追踪填充模式长包装漏洞
CVE-2026-43339IPv6 addrconf_permanent_addr()使用-after-free漏洞
CVE-2026-43338btrfs 配额组 ioctls 事务项预留不足漏洞
CVE-2026-43331x86 kexec KCOV 工具链加载段后禁用漏洞
CVE-2026-43325iwlwifi 无线驱动不支持6GHz时发送无效命令
CVE-2026-43327USB dummy-hcd 锁定同步漏洞
CVE-2026-43329Netfilter Flowtable 最大动作数校验漏洞
CVE-2026-43328CPU频率调整器:cpufreq_dbs_governor_init()错误路径下双重释放漏洞
CVE-2026-43330caam驱动HMAC长密钥整数溢出漏洞
CVE-2026-43334蓝牙 SMP 强制 MITM 要求漏洞

显示前 20 条,共 199 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-43442

暂无评论


发表评论