Katalog CVE

CVE-2025-40249

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.13%

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

Streszczenie

W jądrze Linux w sterowniku gpio/cdev istnieje ryzyko użycia deskryptora pliku po jego zwolnieniu (use-after-free). Zdarzenie GPIO może zostać wysłane do przestrzeni użytkownika po tym, jak licznik odwołań deskryptora spadł do zera, ale przed wywołaniem .release().

Ocena ryzyka

Organizacja narażona jest na awarię systemu lub potencjalne wykorzystanie luki do eskalacji uprawnień poprzez manipulację zdarzeniami GPIO.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę dla CVE-2025-40249.

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: gpio: cdev: make sure the cdev fd is still active before emitting events With the final call to fput() on a file descriptor, the release action may be deferred and scheduled on a work queue. The reference count of that descriptor is still zero and it must not be used. It's possible that a GPIO change, we want to notify the user-space about, happens AFTER the reference count on the file descriptor associated with the character device went down to zero but BEFORE the .release() callback was called from the workqueue and so BEFORE we unregistered from the notifier. Using the regular get_file() routine in this situation triggers the following warning: struct file::f_count incremented from zero; use-after-free condition present! So use the get_file_active() variant that will return NULL on file descriptors that have been or are being released.

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