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

目标: 1000 元 · 已筹: 1310

100%

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

AI 预测 7.8 利用难度: 困难 EPSS 0.02% · P5

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinux7fad2a432cd35bbf104d2d9d426e74902f22aa95< e2c2b044458cbf22da05264fa707308e8d4f86f9affected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< d042d69b417515959e49021fef008c9b04a99bd5affected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< 4f3374c990fb2adec06d20fd6d780927811c9aa0affected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< 3d29db827502067626062f5c74dd502d14ab15bcaffected
7fad2a432cd35bbf104d2d9d426e74902f22aa95< 9874b2917b9fbc30956fee209d3c4aa47201c64eaffected
6.6affected
< 6.6unaffected
6.6.140≤ 6.6.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
x86/shstk: Prevent deadlock during shstk sigreturn
来源: 美国国家漏洞数据库 NVD
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
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订阅
LinuxLinux 7fad2a432cd35bbf104d2d9d426e74902f22aa95 ~ e2c2b044458cbf22da05264fa707308e8d4f86f9 -
LinuxLinux 6.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-458989.8 CRITICALLinux kernel 安全漏洞
CVE-2026-459729.8 CRITICALLinux kernel 安全漏洞
CVE-2026-460399.8 CRITICALLinux kernel 安全漏洞
CVE-2026-459889.8 CRITICALLinux kernel 安全漏洞
CVE-2026-460439.1 CRITICALLinux kernel 安全漏洞
CVE-2026-460568.8 HIGHLinux kernel 安全漏洞
CVE-2026-459458.8 HIGHLinux kernel 安全漏洞
CVE-2026-460378.2 HIGHLinux kernel 安全漏洞
CVE-2026-458438.2 HIGHLinux kernel 安全漏洞
CVE-2026-460108.1 HIGHLinux kernel 安全漏洞
CVE-2026-460998.1 HIGHLinux kernel 安全漏洞
CVE-2026-460767.9 HIGHLinux kernel 安全漏洞
CVE-2026-460367.8 HIGHLinux kernel 安全漏洞
CVE-2026-458617.8 HIGHLinux kernel 安全漏洞
CVE-2026-458527.8 HIGHLinux kernel 安全漏洞
CVE-2026-459297.8 HIGHLinux kernel 安全漏洞
CVE-2026-459847.8 HIGHLinux kernel 安全漏洞
CVE-2026-459337.8 HIGHLinux kernel 安全漏洞
CVE-2026-460587.8 HIGHLinux kernel 安全漏洞
CVE-2026-459317.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46063

暂无评论


发表评论