Katalog CVE

CVE-2026-31399

WysokieCVSS 7.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.12%

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

Streszczenie

W jądrze Linuxa w podsystemie nvdimm/bus występuje potencjalne użycie po zwolnieniu (use-after-free) podczas asynchronicznej inicjalizacji. Jeśli device_add() zakończy się niepowodzeniem, może dojść do dostępu do zwolnionej pamięci.

Ocena ryzyka

Ryzyko polega na możliwości awarii systemu lub wykonania dowolnego kodu w wyniku dostępu do zwolnionej pamięci, co może prowadzić do naruszenia bezpieczeństwa.

Rekomendacja

Należy zastosować łatkę jądra Linuxa zawierającą poprawkę dla tego problemu, dostępną w nowszych wersjach jądra.

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: nvdimm/bus: Fix potential use after free in asynchronous initialization Dingisoul with KASAN reports a use after free if device_add() fails in nd_async_device_register(). Commit b6eae0f61db2 ("libnvdimm: Hold reference on parent while scheduling async init") correctly added a reference on the parent device to be held until asynchronous initialization was complete. However, if device_add() results in an allocation failure the ref count of the device drops to 0 prior to the parent pointer being accessed. Thus resulting in use after free. The bug bot AI correctly identified the fix. Save a reference to the parent pointer to be used to drop the parent reference regardless of the outcome of device_add().

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