CVE-2026-64183
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-64183 is a NULL pointer dereference vulnerability in the Linux kernel's EFI runtime workqueue initialization, introduced by commit 5894cf571e14 ("acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers"). The flaw occurs when ACPI PRM (Platform Runtime Mechanism) handlers are invoked during acpi_init() before the EFI runtime workqueue is allocated in efisubsys_init(), causing a kernel crash. Affected kernel versions begin at 6.6 and extend through multiple stable branches prior to the fix. Fixed versions include 6.6.142, 6.12.92, 6.18.34, 7.0.11, and 7.1. The EPSS score is 0.0 and the CVSS estimate is Medium (GitHub Advisory, Feedly).

Technical details

The root cause is a NULL pointer dereference (CWE-476) resulting from an initcall ordering race in the Linux kernel's EFI and ACPI subsystems. Since both acpi_init() and efisubsys_init() execute as subsys_initcall() functions, ACPI PRM handlers may attempt to use the EFI runtime workqueue before it has been allocated, dereferencing a NULL pointer and triggering a kernel panic. The fix splits the workqueue allocation into its own postcore_initcall, ensuring it is available to all code running at subsys_initcall() level, including early ACPI PRM accesses. Deferring acpi_init() was not viable due to its own dependency ordering constraints (GitHub Advisory).

Impact

Successful triggering of this vulnerability results in a kernel NULL pointer dereference, causing an immediate system crash (kernel panic) and complete loss of availability for the affected host. The vulnerability is triggered during the kernel boot sequence on systems with ACPI PRM support and EFI runtime services, meaning it can render affected systems unbootable or unstable. There is no known confidentiality or integrity impact, and no evidence of lateral movement potential; the primary risk is a denial-of-service condition at the kernel level (GitHub Advisory, Feedly).

Mitigation and workarounds

Update the Linux kernel to one of the following patched versions: 6.6.142, 6.12.92, 6.18.34, 7.0.11, or 7.1 (upstream). The fix is implemented by moving the EFI runtime workqueue allocation into its own postcore_initcall, ensuring it is available before any subsys_initcall() code (including acpi_init()) attempts to use it. Patches are available via the upstream stable kernel tree (GitHub Advisory). No configuration-based workaround is documented; upgrading to a patched kernel is the recommended remediation.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64192HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-zfcpdump-devel-matched
NoYesJul 20, 2026
CVE-2026-64191HIGH7.8
  • Linux Kernel logoLinux Kernel
  • linux-lowlatency-hwe-6.8
NoYesJul 20, 2026
CVE-2026-64206MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesJul 20, 2026
CVE-2026-64205MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-zfcpdump-modules-extra
NoNoJul 20, 2026
CVE-2026-64600NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-abi-stablelists
NoYesJul 23, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management