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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64250— LoongArch: stop_this_cpu()中报告死CPU给RCU漏洞

AI 预测 5.3 利用难度: 中等 EPSS 0.16% · P6

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 20

厂商产品版本范围状态
LinuxLinux2dc79362302922cb18f35e262712b5e58de65442< 262dadc619e69ebeb97affd334cd1078a9704e98affected
eef4f71b46a9929ac33e968538c9dd5d96a02460< 1fa22de588a65880d6fe54c38c87fffe7d519f60affected
684a78183c54c23e70d1cba320f7fc184604210b< a0269e928728f970c782319fee53d92d4ea4e512affected
18c0456ea2615b1a743a6db739c74411c3b42bc6< 90e254f18b8c224460082329dd5c42fd30995c2faffected
91840be8f710370607f949a627e070896faeddb8< 0833b2b84c2fc1387f8165f0cbf6a02d67f647a5affected
91840be8f710370607f949a627e070896faeddb8< f2539c56c74691e7a88af6372ba2b48c06ed2fe4affected
81b582784518196eff1050212a046bc29d3a05ddaffected
6.1.175< 6.1.178affected
… +12 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
LoongArch: Report dying CPU to RCU in stop_this_cpu()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stop_this_cpu() This is a port of MIPS commit 9f3f3bdc6d9dac1 ("MIPS: smp: report dying CPU to RCU in stop_this_cpu()"). smp_send_stop() parks all secondary CPUs in stop_this_cpu(). And the function marks the CPU offline for the scheduler via set_cpu_online(false) but never informs RCU, so RCU keeps expecting a quiescent state from CPUs that are now spinning forever with interrupts disabled. As long as nothing waits for an RCU grace period after smp_send_stop() this is harmless, which is why it went unnoticed. However, since commit 91840be8f710370 ("irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RT"), irq_work_sync() calls synchronize_rcu() on architectures without an irq_work self-IPI, i.e. where arch_irq_work_has_interrupt() returns false. Any irq_work_sync() issued in the reboot/shutdown/halt path after smp_send_stop() then blocks on a grace period that can never complete, hanging the reboot: WARNING: CPU: 0 PID: 15 at kernel/irq_work.c:144 irq_work_queue_on ... rcu: INFO: rcu_sched detected stalls on CPUs/tasks: rcu: Offline CPU 1 blocking current GP. rcu: Offline CPU 2 blocking current GP. rcu: Offline CPU 3 blocking current GP. This issue needs some hacks to reproduce, and it was not noticed on LoongArch because arch_irq_work_has_interrupt() usually returns true. Call rcutree_report_cpu_dead() once interrupts are disabled, mirroring the generic CPU-hotplug offline path, so RCU stops waiting on the parked CPUs and grace periods can still complete. LoongArch shuts down all CPUs here without going through the CPU-hotplug mechanism, so this report is not otherwise issued.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 2dc79362302922cb18f35e262712b5e58de65442 ~ 262dadc619e69ebeb97affd334cd1078a9704e98 -
LinuxLinux 7.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-64250 补丁与修复 (6)

同批安全公告 · Linux · 2026-07-24 · 共 48 条

CVE-2026-64221ti-qspi DMA设置失败后释放后使用漏洞
CVE-2026-64219AMD Display 验证 payload 长度与 link_index 漏洞
CVE-2026-64217netfs netfs_extract_user_iter() 溢出检查漏洞
CVE-2026-64212iwlwifi MLD 空指针解引用漏洞
CVE-2026-64211srcu 内核模块 never-online CPUs 处理程序队列漏洞
CVE-2026-64210Net MLX5E XSK 修复 ICOSQ 未锁写入漏洞
CVE-2026-64209phy: qcom: qmp-usbc DP摆幅配置越界数组访问漏洞
CVE-2026-64208crypto/krb5, rxrpc: 修复缺少预解密/预验证长度检查漏洞
CVE-2026-64213lm90添加锁保护到lm90_alert漏洞
CVE-2026-64220内核fwnode_init()空指针漏洞
CVE-2026-64218batman-adv backbone_gw清理时bla:fix report_work内存泄漏
CVE-2026-64222octeontx2-pf 驱动队列初始化失败双释放漏洞
CVE-2026-64223mac80211 TTLM映射处理漏洞
CVE-2026-64224octeontx2-pf 驱动 rvu_rep_rsrc_init 函数双重释放漏洞
CVE-2026-64225octeontx2-af: CGX速度索引越界漏洞
CVE-2026-64226Linux 调度器 ext 根启用工作函数 UAF 漏洞
CVE-2026-64227ACPI驱动探针空指针解引用漏洞
CVE-2026-64229x86/mm:PCID禁用时禁用广播TLB刷新漏洞
CVE-2026-64228内核 ethtool phy 空指针解引用漏洞
CVE-2026-64230tps65219 调节器 irq_data.rdev 未分配漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64250

暂无评论


发表评论