What is CVE-2026-64227?
A vulnerability in the Linux kernel where the ACPI driver's `probe` routine fails to check `ACPI_COMPANION()` against NULL. This can cause a crash when a platform driver is forced to match an incompatible device via `device_match_driver_override()`. Affected systems should apply the kernel patch to resolve this issue.
Azərbaycanca: Linux kernel-də ACPI sürücülərinin `probe` mərhələsində `ACPI_COMPANION()` funksiyasının NULL yoxlanılmaması səbəbindən yaranan boşluqdur. Bu, `device_match_driver_override()` vasitəsilə səhv cihaz uyğunlaşdırıldıqda sistemin çökməsinə səbəb ola bilər. Təsirə məruz qalan sistemlərdə kernel yeniləməsi tətbiq edilməlidir.
Related CVEs
link basis: same weakness class CWE-476
FAQ1
What operation in CVE-2026-64227 can cause a system crash in the Linux kernel?
The system can crash when a platform driver is forced to match an incompatible device via `device_match_driver_override()`, due to the ACPI driver's `probe` routine not checking `ACPI_COMPANION()` against NULL.
See also6
This explainer is AI-written from source data — skopnix's own reporting on this CVE; CVSS scores, vendors and versions are never invented. See NVD for the official record.