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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-93191— Smack smack_msg_queue_msgrcv 上下文错误修复

一分钟漏洞结论

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

以下是该漏洞描述的中文翻译: 在 Linux 内核中,已修复以下漏洞: smack:修复 smack_msg_queue_msgrcv 中不正确的任务上下文 函数错误地检查了 'current'(当前)任务的权限,而未检查 'target'(目标)任务的权限。 在 系统调用路径中,如果已有接收者正在等待,则会使用 优化机制,将消息直接推送到接收者任务: 在此情况下,'sender'(发送方,即 current)任务代表 'receiver'(接收方,即 msr->r_tsk,作为 'target' 参数传入)执行权

AI 预测 4.4 利用难度: 困难 EPSS 0.20% · P10

可能的 ATT&CK 技术 1 AI

T1562

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux e114e473771c848c3cfec05f0123e70f1cdbdc99< 4e49f997ef0c569e09b42aab6bd38c7c54ea095d affected
e114e473771c848c3cfec05f0123e70f1cdbdc99< dbece6c2f80b0470d8d99d7a016827dce99ed6e3 affected
e114e473771c848c3cfec05f0123e70f1cdbdc99< 7be4bd21c50afa83c93799b0f16cf5bfa493194e affected
e114e473771c848c3cfec05f0123e70f1cdbdc99< ec47f4177046dfaaf1cebb15f4d2e7b543475daf affected
e114e473771c848c3cfec05f0123e70f1cdbdc99< e35dc5a4ed6d1e536382d80c685187511ff248a1 affected
e114e473771c848c3cfec05f0123e70f1cdbdc99< c2ab27c2e11591524b1378c24ad18882a425d1fa affected
e114e473771c848c3cfec05f0123e70f1cdbdc99< d02c55e3ea82e41ea2c2026e08201e5daa4d0cfe affected
e114e473771c848c3cfec05f0123e70f1cdbdc99< fba3d32825f4bbc8e20f0cdc3b14df57965b8fe5 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
smack: fix incorrect task context in smack_msg_queue_msgrcv
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: smack: fix incorrect task context in smack_msg_queue_msgrcv The smack_msg_queue_msgrcv() function incorrectly checks the permissions of the 'current' task instead of the 'target' task. In the msgsnd() syscall path, if a receiver is already waiting, the pipelined_send() optimization is used to push the message directly to the receiver task: ipc/msg.c`pipelined_send(): ` smp_store_release(&msr->r_msg, msg) In this case, the 'sender' (current) task performs the check on behalf of the 'receiver' task (msr->r_tsk, passed as the 'target' parameter): ipc/msg.c`pipelined_send(): ` security_msg_queue_msgrcv(,, target := msr->r_tsk,,) However, smack_msg_queue_msgrcv() ignores the 'target' and checks 'current': smack_msg_queue_msgrcv(…) ` smk_curacc_msq(isp, MAY_READWRITE); // current task 'current' MAY satisfy smack_msg_queue_msgrcv r/w requirement, but 'target' (the receiver task) might NOT; as a result, an unauthorized receiver gets the message, violating MAC policy. Test: 1) create a sysv message queue with label “foo” 2) echo "bar foo r" >/smack/load2 3) msgrcv(,,,0,MSG_NOERROR) in "bar"-labeled task. The task is waiting for the messages ... 4) msgsnd() from a "foo"-labeled task: "bar"-labeled task gets the message. This patch fixes the issue by checking permission on the 'target' task instead of 'current'. (2008-02-04, Casey Schaufler)
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux e114e473771c848c3cfec05f0123e70f1cdbdc99 ~ 4e49f997ef0c569e09b42aab6bd38c7c54ea095d -
Linux Linux 2.6.25 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-93191 补丁与修复 (8)

同批安全公告 · Linux · 2026-09-17 · 共 600 条

CVE-2026-92489 9.8 CRITICAL Linux内核 xfrm 双重释放漏洞
CVE-2026-90151 9.8 CRITICAL NFSv4客户端分配失败回调处理漏洞
CVE-2026-90104 9.8 CRITICAL NFSv4.1 解码前未清空调用列表
CVE-2026-90235 9.8 CRITICAL 内核sunrpc xprtsock并发读取修复
CVE-2026-90173 9.8 CRITICAL SMB SmbDirect 释放完成队列漏洞
CVE-2026-90110 9.4 CRITICAL inetpeer 随机化RB树节点比较
CVE-2026-90230 9.1 CRITICAL Linux内核Nvme-target堆越界读取漏洞
CVE-2026-90413 9.1 CRITICAL IB/isert 登录PDU数据长度校验漏洞
CVE-2026-90414 9.1 CRITICAL IB/isert拒绝声明超出实际接收数据的PDU
CVE-2026-90425 8.8 HIGH Linux内核 5.x 内核漏洞
CVE-2026-93042 8.8 HIGH Linux内核dmaengine模块资源耗尽漏洞
CVE-2026-93189 8.8 HIGH Linux HID核心使用已释放内存漏洞
CVE-2026-90329 8.8 HIGH Linux 内核 HID 驱动探测清理同步漏洞
CVE-2026-90357 8.8 HIGH mt76驱动MT7915无线局域网远程拒绝服务漏洞
CVE-2026-90256 8.8 HIGH Linux Bluetooth L2CAP 远程代码执行漏洞
CVE-2026-90367 8.8 HIGH Linux内核MT7996驱动死锁漏洞
CVE-2026-90381 8.8 HIGH Linux内核mt76驱动无线信道切换漏洞
CVE-2026-90379 8.8 HIGH Linux 内核 mt76 驱动系统崩溃漏洞
CVE-2026-90380 8.8 HIGH MT76驱动 mt792x 使用释放后内存漏洞
CVE-2026-90371 8.8 HIGH mt76 无线驱动 RXDMAD_C 竞态修复

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-93191

暂无评论


发表评论