Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.6, < 6.6.142 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/13c6da02e767152c9ac4330962247a5e47011035Patch
- https://git.kernel.org/stable/c/29cd94e678fcb3c4fd0f359deeac6d61334323fcPatch
- https://git.kernel.org/stable/c/6996e954ae830f5b793ba6cf449885ca519dbdd2Patch
- https://git.kernel.org/stable/c/c32a1fbe0f9a48453a552bb315cc4f1e7a74084ePatch
- https://git.kernel.org/stable/c/e871549f7894ad4114b3dd53f241aa25a268ba8bPatch
FAQ
What is CVE-2026-64183?
CVE-2026-64183 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 h...
How severe is CVE-2026-64183?
CVE-2026-64183 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-64183?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.