Katalog CVE

CVE-2026-64417

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

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

Streszczenie

W jądrze Linux w mechanizmie shrinker debugfs występuje błąd polegający na odwołaniu przez wskaźnik NULL. Funkcja shrinker_debugfs_add() tworzy pliki debugfs "count" i "scan" dla każdego shrinkera, zakładając, że każdy shrinker implementuje zarówno count_objects(), jak i scan_objects(). Jednak niektóre shrinkery (np. xen-backend) ustawiają tylko count_objects(), pozostawiając scan_objects() jako NULL, co prowadzi do paniki jądra przy próbie zapisu do pliku "scan".

Ocena ryzyka

Atakujący z lokalnym dostępem może wywołać panikę jądra (odmowa usługi) poprzez zapis do pliku debugfs "scan" shrinkera, który nie implementuje scan_objects().

Rekomendacja

Zastosuj łatkę z jądra Linux, która tworzy pliki debugfs "count" i "scan" tylko wtedy, gdy shrinker implementuje odpowiednie funkcje zwrotne.

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: mm: shrinker: fix NULL pointer dereference in debugfs shrinker_debugfs_add() creates both "count" and "scan" debugfs files unconditionally. That assumes every shrinker implements both count_objects() and scan_objects(), which is not guaranteed. For example, the xen-backend shrinker sets count_objects() but leaves scan_objects() NULL, so writing to its scan file calls through a NULL function pointer and panics the kernel: BUG: kernel NULL pointer dereference, address: 0000000000000000 RIP: 0010:0x0 Code: Unable to access opcode bytes at 0xffffffffffffffd6. Call Trace: <TASK> shrinker_debugfs_scan_write+0x12e/0x270 full_proxy_write+0x5f/0x90 vfs_write+0xde/0x420 ? filp_flush+0x75/0x90 ? filp_close+0x1d/0x30 ? do_dup2+0xb8/0x120 ksys_write+0x68/0xf0 ? filp_flush+0x75/0x90 do_syscall_64+0xb3/0x5b0 entry_SYSCALL_64_after_hwframe+0x76/0x7e The count path has the same issue in principle if a shrinker omits count_objects(). To fix it, only create "count" and "scan" debugfs files when the corresponding callbacks are present.

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