Katalog CVE

CVE-2026-97475

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux sterownik tegra/soctherm nie wyrejestrowywał urządzeń chłodzących przy usuwaniu modułu, pozostawiając w frameworku thermal odwołania do zwolnionej pamięci. Zmiana przechodzi na rejestrację przez devm, co automatycznie zwalnia zasoby i usuwa problem.

Ocena ryzyka

Po usunięciu sterownika framework thermal może odwoływać się do zwolnionej pamięci, co grozi awarią jądra lub nieprzewidywalnym zachowaniem systemu. Dotyczy to głównie platform z SoC NVIDIA Tegra.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej tę poprawkę. Jeśli nie jest możliwa natychmiastowa aktualizacja, unikaj dynamicznego usuwania sterownika tegra_soctherm na produkcji.

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: thermal/drivers/tegra/soctherma: Switch to devm cooling device registration Use devm_thermal_of_cooling_device_register() to simplify resource management and avoid manual cleanup in error paths. As a side effect this change has the benefit of solving an existing issue. Before, the function tegra_soctherm_remove() only called debugfs_remove_recursive() and never called thermal_cooling_device_unregister() for any of the cooling devices registered here. After the driver removal, the thermal framework's cdev list would still hold references to thermal_cooling_device objects whose devdata pointer (ts) pointed to memory already freed by the platform device's devm cleanup. With this change, the cooling device is unregistered when the driver is removed, thus fixing the issue above.

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