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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-64214— powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_work_raise()

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 5.18版本存在安全漏洞,该漏洞源于arch_irq_work_raise()函数在实模式机器检查异常处理中调用preempt_disable(),导致访问preempt_count时出错,可能引起内核崩溃。

AI Predicted 3.3 Difficulty: Theoretical EPSS 0.12% · P2

Possible ATT&CK Techniques 1 AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 14

VendorProduct Version RangeStatus
Linux Linux cc15ff3275694fedc33cd3d53212a43eec7aa0bc< 51860e423592893cd7bfa7287d99a3aff4dc3a9d affected
cc15ff3275694fedc33cd3d53212a43eec7aa0bc< a09d07ac45e283c9861a9ceea06f56d0ba851d22 affected
cc15ff3275694fedc33cd3d53212a43eec7aa0bc< 72d8d1c36452a4d3ee134b1da48de7518c1329f9 affected
cc15ff3275694fedc33cd3d53212a43eec7aa0bc< 6dcd072a5ae3aed336e4a67a7d4cc5205b240065 affected
cc15ff3275694fedc33cd3d53212a43eec7aa0bc< 8079acc5ee5235a627e4586d4f42082a9000ea64 affected
cc15ff3275694fedc33cd3d53212a43eec7aa0bc< 31467b23823ffec1f6fff407f8e3ca9af8b7491a affected
5.18 affected
< 5.18 unaffected
… +6 more rows
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-64214

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
powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_work_raise()
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_work_raise() A kernel panic is observed when handling machine check exceptions from real mode. BUG: Unable to handle kernel data access on read at 0xc00000006be21300 Oops: Kernel access of bad area, sig: 11 [#1] MSR: 8000000000001003 <SF,ME,RI,LE> CR: 88222248 XER: 00000005 CFAR: c00000000003ffc4 DAR: c00000006be21300 DSISR: 40000000 IRQMASK: 0 NIP [c000000000029e40] arch_irq_work_raise+0x10/0x70 LR [c00000000003ffc8] machine_check_queue_event+0xa8/0x150 Call Trace: [c0000000179d3c70] [c00000000003ff64] machine_check_queue_event+0x44/0x150 [c0000000179d3d30] [c0000000000084e0] machine_check_early_common+0x1f0/0x2c0 The crash occurs because arch_irq_work_raise() calls preempt_disable() from machine check exception (MCE) handlers running in real mode. In this context, accessing the preempt_count can fault, leading to the panic. The preempt_disable()/preempt_enable() pair in arch_irq_work_raise() was originally added by commit 0fe1ac48bef0 ("powerpc/perf_event: Fix oops due to perf_event_do_pending call") to avoid races while raising irq work from exception context. Later, commit 471ba0e686cb ("irq_work: Do not raise an IPI when queueing work on the local CPU") added preemption protection in irq_work_queue() path, while commit 20b876918c06 ("irq_work: Use per cpu atomics instead of regular atomics") added equivalent protection in irq_work_queue_on() before reaching arch_irq_work_raise(): irq_work_queue() / irq_work_queue_on() -> preempt_disable() -> __irq_work_queue_local() -> irq_work_raise() -> arch_irq_work_raise() As a result, callers other than mce_irq_work_raise() already execute with preemption disabled, making the additional preempt_disable()/preempt_enable() pair in arch_irq_work_raise() redundant. The arch_irq_work_raise() function executes in NMI context when called from MCE handler. Hence we will not be preempted or scheduled out since we are in NMI context with MSR[EE]=0. Therefore, it is safe to remove the preempt_disable()/preempt_enable() calls from here. Remove it to avoid accessing preempt_count from real mode context. [Maddy: Fixed the commit title]
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
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 5.18版本存在安全漏洞,该漏洞源于arch_irq_work_raise()函数在实模式机器检查异常处理中调用preempt_disable(),导致访问preempt_count时出错,可能引起内核崩溃。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux cc15ff3275694fedc33cd3d53212a43eec7aa0bc ~ 51860e423592893cd7bfa7287d99a3aff4dc3a9d -
Linux Linux 5.18 -

II. Public POCs for CVE-2026-64214

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-64214

登录查看更多情报信息。

Patches & Fixes for CVE-2026-64214 (6)

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

CVE-2026-64232 9.8 CRITICAL block: recompute nr_integrity_segments in blk_insert_cloned_request
CVE-2026-64216 9.8 CRITICAL netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
CVE-2026-64255 8.8 HIGH wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers
CVE-2026-64247 8.4 HIGH KVM: x86: hyper-v: Bound the bank index when querying sparse banks
CVE-2026-64235 8.1 HIGH x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolines
CVE-2026-64223 8.1 HIGH wifi: mac80211: consume only present negotiated TTLM maps
CVE-2026-64226 7.8 HIGH sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path
CVE-2026-64221 7.8 HIGH spi: ti-qspi: fix use-after-free after DMA setup failure
CVE-2026-64218 7.8 HIGH batman-adv: bla: fix report_work leak on backbone_gw purge
CVE-2026-64251 7.8 HIGH pwrseq: core: fix use-after-free in pwrseq_debugfs_seq_next()
CVE-2026-64217 7.8 HIGH netfs: Fix overrun check in netfs_extract_user_iter()
CVE-2026-64208 7.5 HIGH crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
CVE-2026-64210 7.5 HIGH net/mlx5e: xsk: Fix unlocked writing to ICOSQ
CVE-2026-64243 7.1 HIGH ASoC: codecs: simple-mux: Fix enum control bounds check
CVE-2026-64219 7.0 HIGH drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_as
CVE-2026-64222 7.0 HIGH octeontx2-pf: avoid double free of pool->stack on AQ init failure
CVE-2026-64220 device property: set fwnode->secondary to NULL in fwnode_init()
CVE-2026-64250 LoongArch: Report dying CPU to RCU in stop_this_cpu()
CVE-2026-64249 fpga: region: fix use-after-free in child_regions_with_firmware()
CVE-2026-64246 power: reset: linkstation-poweroff: fix use-after-free in the linkstation_poweroff_init()

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64214

No comments yet


Leave a comment