Katalog CVE

CVE-2025-68735

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 drm/panthor wykryto podatność na use-after-free w funkcji GROUP_CREATE. Złośliwy użytkownik może wywołać GROUP_DESTROY z innego wątku przed zakończeniem GROUP_CREATE, prowadząc do użycia zwolnionej pamięci.

Ocena ryzyka

Organizacja narażona jest na potencjalne naruszenie integralności pamięci jądra, co może prowadzić do eskalacji uprawnień lub awarii systemu.

Rekomendacja

Zaleca się natychmiastową aktualizację jądra Linux do wersji zawierającej poprawkę, która używa znacznika na wpisie Xarray, aby zapobiec usunięciu grupy przed jej pełnym utworzeniem.

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: drm/panthor: Prevent potential UAF in group creation This commit prevents the possibility of a use after free issue in the GROUP_CREATE ioctl function, which arose as pointer to the group is accessed in that ioctl function after storing it in the Xarray. A malicious userspace can second guess the handle of a group and try to call GROUP_DESTROY ioctl from another thread around the same time as GROUP_CREATE ioctl. To prevent the use after free exploit, this commit uses a mark on an entry of group pool Xarray which is added just before returning from the GROUP_CREATE ioctl function. The mark is checked for all ioctls that specify the group handle and so userspace won't be abe to delete a group that isn't marked yet. v2: Add R-bs and fixes tags

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