Katalog CVE

CVE-2025-37952

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.31%

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

Streszczenie

W serwerze SMB ksmbd w jądrze Linux wykryto błąd use-after-free w funkcji __close_file_table_ids. Możliwe jest zdalne wywołanie tej podatności, gdy jeden wątek niszczy plik, a inny trzyma do niego referencję.

Ocena ryzyka

Atakujący może zdalnie spowodować awarię systemu lub potencjalnie wykonać dowolny kod poprzez wykorzystanie wyścigu w dostępie do plików.

Rekomendacja

Zainstaluj aktualizację jądra Linux, która dodaje blokadę ft->lock wokół sekcji usuwającej plik z tablicy.

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: ksmbd: Fix UAF in __close_file_table_ids A use-after-free is possible if one thread destroys the file via __ksmbd_close_fd while another thread holds a reference to it. The existing checks on fp->refcount are not sufficient to prevent this. The fix takes ft->lock around the section which removes the file from the file table. This prevents two threads acquiring the same file pointer via __close_file_table_ids, as well as the other functions which retrieve a file from the IDR and which already use this same lock.

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