Katalog CVE

CVE-2025-71314

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.01%

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

Streszczenie

W jądrze Linuxa rozwiązano podatność związaną z funkcją panthor_gpu_flush_caches(), która mogła prowadzić do zablokowania całego subsystemu pamięci. W przypadku wystąpienia tego problemu, wprowadzono mechanizm resetu, aby umożliwić kontynuację operacji po zresetowaniu.

Ocena ryzyka

Zablokowanie subsystemu pamięci może prowadzić do poważnych problemów z wydajnością i dostępnością systemu, co wpływa na stabilność aplikacji korzystających z GPU.

Rekomendacja

Zaleca się aktualizację jądra Linuxa do najnowszej wersji, aby skorzystać z poprawek dotyczących tej podatności oraz monitorowanie systemu pod kątem ewentualnych problemów z pamięcią.

Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Recover from panthor_gpu_flush_caches() failures We have seen a few cases where the whole memory subsystem is blocked and flush operations never complete. When that happens, we want to: - schedule a reset, so we can recover from this situation - in the reset path, we need to reset the pending_reqs so we can send new commands after the reset - if more panthor_gpu_flush_caches() operations are queued after the timeout, we skip them and return -EIO directly to avoid needless waits (the memory block won't miraculously work again) Note that we drop the WARN_ON()s because these hangs can be triggered with buggy GPU jobs created by the UMD, and there's no way we can prevent it. We do keep the error messages though. v2: - New patch v3: - Collect R-b - Explicitly mention the fact we dropped the WARN_ON()s in the commit message v4: - No changes

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