Katalog CVE

CVE-2026-72359

Niskie ryzyko· EPSS 10%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

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

Streszczenie

W jądrze Linux w sterowniku drm/xe występuje podatność na dereferencję wskaźnika NULL w funkcji bo_meminfo(). Gdy obiekt bufora (BO) jest purgowany, jego zasób ttm.resource jest ustawiany na NULL, ale obiekt pozostaje na liście klienta. Zapytanie o statystyki pamięci w tym czasie prowadzi do odwołania do NULL.

Ocena ryzyka

Ryzyko obejmuje możliwość awarii systemu (kernel panic) podczas zapytania o statystyki pamięci, szczególnie przy wznawianiu pracy urządzenia, co może prowadzić do niedostępności systemu.

Rekomendacja

Zaleca się zastosowanie poprawki, która pomija purgowane obiekty BO w bo_meminfo() oraz wykonanie ogólnego sprawdzenia na NULL dla zasobu, aby uniknąć dereferencji.

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/xe: fix NPD in bo_meminfo() When a buffer object is purged, its ttm.resource is set to NULL via the TTM pipeline gutting flow. However, the BO remains in the client's object list until userspace explicitly closes the GEM handle. If memory stats are queried during this time, accessing bo->ttm.resource->mem_type will result in a NULL pointer dereference. Fix this by safely skipping purged BOs in bo_meminfo, as they no longer consume any memory. User is getting NPD on device resume, and possible theory is that in bo_move(), if we need to evict something to SYSTEM to save the CCS state, but the BO is marked as dontneed, this won't trigger a move but will nuke the pages, leaving us with a NULL bo resource. And the meminfo() doesn't look ready to handle a NULL resource. v2 (Sashiko): - There could potentially be other cases where we might end up with a NULL resource, so make this a general NULL check for now. (cherry picked from commit c9a8e7daa0afe3161111e27fd92176e608c7f186)

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