Improper Check for Unusual or Exceptional Conditions in Linux kernel - CVE-2026-64214

 

Improper Check for Unusual or Exceptional Conditions in Linux kernel - CVE-2026-64214

Published: July 27, 2026


Vulnerability identifier: #VU139781
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-64214
CWE-ID: CWE-754
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper access of per-CPU preemption state in arch_irq_work_raise() when handling machine check exceptions in real mode. A local user can trigger a machine check exception that reaches arch_irq_work_raise() to cause a denial of service.

The issue occurs in NMI context on powerpc systems, where accessing preempt_count from real mode can fault and panic the kernel.


How to mitigate CVE-2026-64214

Install security update from vendor's repository.

Sources