Katalog CVE

CVE-2026-89997

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

Streszczenie

W jądrze Linux występuje wyścig (race condition) w podsystemie device-mapper między operacjami resume i remove. Jeśli użytkownik jednocześnie wywoła ioctl resume i remove, urządzenie może zostać wznowione po zawieszeniu w __dm_destroy, przez co tabela jest niszczona bez wywołania metody postsuspend, co łamie oczekiwania celów dm i może prowadzić do use-after-free (np. w dm-integrity).

Ocena ryzyka

Lokalny użytkownik z uprawnieniami do operacji ioctl na device-mapper może wywołać use-after-free i niestabilność jądra, powodując awarię systemu lub potencjalnie eskalację uprawnień.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę odmawiającą wznowienia urządzenia będącego w trakcie niszczenia. Ogranicz dostęp do operacji ioctl device-mapper dla nieuprzywilejowanych użytkowników.

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: dm: fix resume-vs-remove race If the user issues the resume ioctl and the remove ioctl at the same time, it may be possible that the device is resumed after it is suspended in __dm_destroy. The result is that the table is destroyed without calling the postsuspend method. Dm targets expect that they may be removed only after the postsuspend method method was called. If we break this expectation, it can cause misbehavior in various targets. For example - in the dm-integrity target, the reboot notifier is not unregistered, leading to use-after-free. Fix this bug by refusing to resume if the device is being destroyed.

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