Katalog CVE

CVE-2026-100072

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux naprawiono problem w podsystemie ACPI, gdzie użycie acpi_get_first_physical_node() w acpi_platform_fill_resource() i acpi_create_platform_device() było niebezpieczne, ponieważ zwrócone urządzenie mogło zostać zwolnione w dowolnym momencie. Poprawka zastępuje tę funkcję funkcją acpi_bus_get_primary_device() i dostosowuje kod, aby wywoływać ją tylko raz.

Ocena ryzyka

Użycie niebezpiecznej funkcji mogło prowadzić do użycia zwolnionej pamięci (use-after-free) i potencjalnego zawieszenia lub eskalacji uprawnień w systemie. Ryzyko dotyczy systemów z ACPI, szczególnie podczas tworzenia urządzeń platformowych.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę. Unikaj niepotrzebnego tworzenia i usuwania urządzeń platformowych ACPI do czasu aktualizacji.

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: platform: Use acpi_bus_get_primary_device() The acpi_get_first_physical_node() usage in acpi_platform_fill_resource() and acpi_create_platform_device() is generally unsafe because in theory the device returned by it may be freed at any time [1]. It is also inefficient because acpi_get_first_physical_node() is called multiple times for the same argument which can be avoided. Address these issues by using acpi_bus_get_primary_device() instead of acpi_get_first_physical_node() and adjusting the code to call it just once at the beginning of and acpi_create_platform_device() and drop the device reference acquired by it upon the return from that function.

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