Katalog CVE

CVE-2026-64473

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.18%

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

Streszczenie

W jądrze Linux w VFIO debugfs jest usuwany po zwolnieniu devres, co może pozostawić widoczne wpisy debugfs z nieaktualnymi danymi. Problem dotyczy kolejności wywołań vfio_device_del() i vfio_device_debugfs_exit().

Ocena ryzyka

Użytkownik może odczytać nieaktualne dane diagnostyczne z debugfs, potencjalnie ujawniając informacje o stanie urządzenia po jego wyrejestrowaniu.

Rekomendacja

Zastosuj łatkę jądra Linux, która usuwa debugfs przed vfio_device_del(), aby zapobiec dostępowi do zwolnionej pamięci.

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: vfio: Remove device debugfs before releasing devres VFIO device debugfs files created with debugfs_create_devm_seqfile() store a devres allocated debugfs_devm_entry as inode private data. vfio_unregister_group_dev() currently calls vfio_device_del() before vfio_device_debugfs_exit(), but device_del() releases devres. This can leave debugfs entries visible with stale inode private data while unregister waits for userspace references to drain. Remove the per-device debugfs tree before vfio_device_del(). The debugfs view is diagnostic only, so losing it at the start of unregister is preferable to preserving entries whose backing storage may already have been released. Complete the teardown by clearing the per-device debugfs root after removal. This matches the global debugfs root cleanup and prevents future users from mistaking a removed dentry for a live debugfs tree during the remainder of unregister.

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