CVE-2026-64183

Source
https://cve.org/CVERecord?id=CVE-2026-64183
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64183.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64183
Downstream
Published
2026-07-19T15:41:05.896Z
Modified
2026-07-21T03:47:19.444268618Z
Summary
efi: Allocate runtime workqueue before ACPI init
Details

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 efisubsysinit() executes, which is where the workqueue is allocated, leading to NULL pointer dereferences. Since acpiinit() [which triggers the early PRM accesses] executes as a subsysinitcall() as well, and has its own dependencies that may be sensitive to initcall ordering, deferring acpiinit() 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64183.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5894cf571e14fb393a4d0a82538de032127b9d8b
Fixed
29cd94e678fcb3c4fd0f359deeac6d61334323fc
Fixed
6996e954ae830f5b793ba6cf449885ca519dbdd2
Fixed
c32a1fbe0f9a48453a552bb315cc4f1e7a74084e
Fixed
e871549f7894ad4114b3dd53f241aa25a268ba8b
Fixed
13c6da02e767152c9ac4330962247a5e47011035

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64183.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.142
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.92
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.34
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64183.json"