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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-46063— Linux kernel 安全漏洞

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于x86/shstk中影子栈信号返回时持有mmap读锁可能导致死锁。以下版本受到影响:修复版本之前版本。

AI 预测 7.8 利用难度: 困难 EPSS 0.09% · P1

影响版本矩阵 12

厂商产品 版本范围状态
Linux Linux 7fad2a432cd35bbf104d2d9d426e74902f22aa95< e2c2b044458cbf22da05264fa707308e8d4f86f9 affected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< d042d69b417515959e49021fef008c9b04a99bd5 affected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< 4f3374c990fb2adec06d20fd6d780927811c9aa0 affected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< 3d29db827502067626062f5c74dd502d14ab15bc affected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< 9874b2917b9fbc30956fee209d3c4aa47201c64e affected
6.6 affected
< 6.6 unaffected
6.6.140≤ 6.6.* unaffected
… +4 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
x86/shstk: Prevent deadlock during shstk sigreturn
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: x86/shstk: Prevent deadlock during shstk sigreturn During sigreturn the shadow stack signal frame is popped. The kernel does this by reading the shadow stack using normal read accesses. When it can't assume the memory is shadow stack, it takes extra steps to makes sure it is reading actual shadow stack memory and not other normal readable memory. It does this by holding the mmap read lock while doing the access and checking the flags of the VMA. Unfortunately that is not safe. If the read of the shadow stack sigframe hits a page fault, the fault handler will try to recursively grab another mmap read lock. This normally works ok, but if a writer on another CPU is also waiting, the second read lock could fail and cause a deadlock. Fix this by not holding mmap lock during the read access to userspace. Instead use mmap_lock_speculate_...() to watch for changes between dropping mmap lock and the userspace access. Retry if anything grabbed an mmap write lock in between and could have changed the VMA. These mmap_lock_speculate_...() helpers use mm::mm_lock_seq, which is only available when PER_VMA_LOCK is configured. So make X86_USER_SHADOW_STACK depend on it. On x86, PER_VMA_LOCK is a default configuration for SMP kernels. So drop support for the other configs under the assumption that the !SMP shadow stack user base does not exist. Currently there is a check that skips the lookup work when the SSP can be assumed to be on a shadow stack. While reorganizing the function, remove the optimization to make the tricky code flows more common, such that issues like this cannot escape detection for so long.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于x86/shstk中影子栈信号返回时持有mmap读锁可能导致死锁。以下版本受到影响:修复版本之前版本。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 7fad2a432cd35bbf104d2d9d426e74902f22aa95 ~ e2c2b044458cbf22da05264fa707308e8d4f86f9 -
Linux Linux 6.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-46063 补丁与修复 (5)

同批安全公告 · Linux · 2026-05-27 · 共 275 条

CVE-2026-45898 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46039 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-45988 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-45972 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46043 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-45945 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46056 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-45843 8.2 HIGH Linux kernel 安全漏洞
CVE-2025-71311 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-46037 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-46010 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46099 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46076 7.9 HIGH Linux kernel 安全漏洞
CVE-2026-45935 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46058 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46065 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45909 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45959 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-45931 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46015 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46063

暂无评论


发表评论