CVE-2026-64183 Details
Description
In the Linux kernel, the following vulnerability has been resolved: efi: Allocate runtime workqueue before ACPI init Since commit 5894cf571e14 ("acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers") ACPI PRM calls are delegated to a workqueue which runs in a kernel thread, making it easier to detect and mitigate faulting memory accesses performed by the firmware. Rafael reports that such PRM accesses may occur before efisubsys_init() executes, which is where the workqueue is allocated, leading to NULL pointer dereferences. Since acpi_init() [which triggers the early PRM accesses] executes as a subsys_initcall() as well, and has its own dependencies that may be sensitive to initcall ordering, deferring acpi_init() is not an option. So instead, split off the workqueue allocation into its own postcore initcall, as this is the only missing piece to allow EFI runtime calls to be made. This ensures that EFI runtime call (including PRM calls) are accessible to all code running at subsys_initcall() level.
A vulnerability in the Linux kernel's handling of ACPI PRM calls can lead to NULL pointer dereferences. This issue arises because PRM accesses may occur before the EFI subsystem is fully initialized, specifically before the workqueue required to handle these calls is allocated. The problem is related to the order of initialization calls, which can be sensitive to dependencies. As a result, the vulnerability affects the Linux kernel's EFI runtime services, particularly in the context of ACPI PRM handling.
The vulnerability has been addressed by modifying the initialization process to allocate the required workqueue before any ACPI PRM accesses occur. Users should upgrade to the latest version of the Linux kernel where this fix has been applied.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/13c6da02e767152c9ac4330962247a5e47011035 | kernel.org | Patch |
| https://git.kernel.org/stable/c/29cd94e678fcb3c4fd0f359deeac6d61334323fc | kernel.org | Patch |
| https://git.kernel.org/stable/c/6996e954ae830f5b793ba6cf449885ca519dbdd2 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c32a1fbe0f9a48453a552bb315cc4f1e7a74084e | kernel.org | Patch |
| https://git.kernel.org/stable/c/e871549f7894ad4114b3dd53f241aa25a268ba8b | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 6.6, < 6.6.142 >= 6.7, < 6.12.92 >= 6.13, < 6.18.34 >= 6.19, < 7.0.11 7.1 rc1 7.1 rc2 7.1 rc3 7.1 rc4 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 11, 2026 | Initial Analysis | [email protected] |
| Jul 19, 2026 | New CVE Received | kernel.org |