Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-64248— MIPS: smp: report dying CPU to RCU in stop_this_cpu()

AI Predicted 4.3 Difficulty: Moderate EPSS 0.16% · P6

Possible ATT&CK Techniques 1AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 20

VendorProductVersion RangeStatus
LinuxLinux2dc79362302922cb18f35e262712b5e58de65442< f8a1ef884013dc99f712d3eb75624c7cd3fd94f6affected
eef4f71b46a9929ac33e968538c9dd5d96a02460< e1919d026706544cb6e7251ec06e908edd6f34eeaffected
684a78183c54c23e70d1cba320f7fc184604210b< 6eda71977ee11c222f8ad4cae4d18d50448e56f4affected
18c0456ea2615b1a743a6db739c74411c3b42bc6< f9b57a0015c241274651f4b36627f56b1b5a8651affected
91840be8f710370607f949a627e070896faeddb8< 9fef09df42df55ab819b285ea892e0fc1b95a9c4affected
91840be8f710370607f949a627e070896faeddb8< 9f3f3bdc6d9dac1a5a8262ee7ad0f2ff1527a7e7affected
81b582784518196eff1050212a046bc29d3a05ddaffected
6.1.175< 6.1.178affected
… +12 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-64248

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
MIPS: smp: report dying CPU to RCU in stop_this_cpu()
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stop_this_cpu() smp_send_stop() parks all secondary CPUs in stop_this_cpu(). 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. Since commit 91840be8f710 ("irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RT") however, irq_work_sync() calls synchronize_rcu() on architectures without an irq_work self-IPI, i.e. where arch_irq_work_has_interrupt() returns false. That is the asm-generic default used by MIPS. Any irq_work_sync() issued in the reboot/shutdown 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 was noticed on several Realtek MIPS switch SoCs (MIPS interAptiv) and came up during kernel bump downstream in OpenWrt from 6.18.33 to 6.18.34, after the backport of the patch to the 6.18 stable branch. The patch also has been backported all the way back to 6.1. 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. MIPS shuts down all CPUs here without going through the CPU-hotplug mechanism, so this report is not otherwise issued. Reporting a dying CPU to RCU outside the regular hotplug offline path is not unprecedented: arm64 does the same in cpu_die_early(). There it is an exception for a CPU that was coming online and is aborting bringup, rather than the default shutdown action as on MIPS.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 2dc79362302922cb18f35e262712b5e58de65442 ~ f8a1ef884013dc99f712d3eb75624c7cd3fd94f6 -
LinuxLinux 7.1 -

II. Public POCs for CVE-2026-64248

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-64248

登录查看更多情报信息。

Patches & Fixes for CVE-2026-64248 (5)

Same Patch Batch · Linux · 2026-07-24 · 48 CVEs total

CVE-2026-64221spi: ti-qspi: fix use-after-free after DMA setup failure
CVE-2026-64219drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_as
CVE-2026-64217netfs: Fix overrun check in netfs_extract_user_iter()
CVE-2026-64212wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it
CVE-2026-64211srcu: Don't queue workqueue handlers to never-online CPUs
CVE-2026-64210net/mlx5e: xsk: Fix unlocked writing to ICOSQ
CVE-2026-64209phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config
CVE-2026-64208crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
CVE-2026-64213hwmon: (lm90) Add lock protection to lm90_alert
CVE-2026-64220device property: set fwnode->secondary to NULL in fwnode_init()
CVE-2026-64218batman-adv: bla: fix report_work leak on backbone_gw purge
CVE-2026-64222octeontx2-pf: avoid double free of pool->stack on AQ init failure
CVE-2026-64223wifi: mac80211: consume only present negotiated TTLM maps
CVE-2026-64224octeontx2-pf: fix double free in rvu_rep_rsrc_init()
CVE-2026-64225octeontx2-af: CGX: add bounds check to cgx_speed_mbps index
CVE-2026-64226sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path
CVE-2026-64227ACPI: driver: Check ACPI_COMPANION() against NULL during probe
CVE-2026-64229x86/mm: Disable broadcast TLB flush when PCID is disabled
CVE-2026-64228net: ethtool: phy: avoid NULL deref when PHY driver is unbound
CVE-2026-64230regulator: tps65219: fix irq_data.rdev not being assigned

Showing top 20 of 48 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-64248

No comments yet


Leave a comment