Katalog CVE

CVE-2026-64511

Niskie ryzyko· EPSS 5%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.16%

Percentyl 5 - wyżej niż 5% wszystkich znanych CVE

Streszczenie

W jądrze Linux w sterowniku ACPI NFIT wykryto możliwość dereferencji wskaźnika NULL. Instalacja handlera notify przed sprawdzeniem obecności tabeli NFIT może prowadzić do wywołania acpi_nfit_uc_error_notify() bez przydzielonego obiektu acpi_desc.

Ocena ryzyka

Ryzyko polega na potencjalnym panicu jądra lub awarii systemu w przypadku wystąpienia błędu pamięci UC (Uncorrectable) na urządzeniu NFIT przed pełną inicjalizacją.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę dodającą sprawdzenie wskaźnika acpi_desc na NULL w acpi_nfit_uc_error_notify().

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix possible NULL pointer dereference After commit 9b311b7313d6 ("ACPI: NFIT: Install Notify() handler before getting NFIT table"), acpi_nfit_probe() installs an ACPI notify handler for the NFIT device before checking the presence of the NFIT table. If that table is not there, 0 is returned without allocating the acpi_desc object and setting the driver data pointer of the NFIT device. If the platform firmware triggers an NFIT_NOTIFY_UC_MEMORY_ERROR notification on the NFIT device at that point, acpi_nfit_uc_error_notify() will dereference a NULL pointer. Prevent that from occurring by adding an acpi_desc check against NULL to acpi_nfit_uc_error_notify().

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS