Katalog CVE

CVE-2026-64038

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

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

Streszczenie

W sterowniku lm90 dla jądra Linux wykryto podatność polegającą na wyścigu między zakończeniem pracy opóźnionych zadań (alert_work, report_work) a zwolnieniem urządzenia hwmon. W pewnych warunkach może dojść do dereferencji zwolnionej pamięci, co prowadzi do naruszenia bezpieczeństwa.

Ocena ryzyka

Ryzyko obejmuje potencjalne naruszenie integralności danych lub awarię systemu w wyniku użycia po zwolnieniu (use-after-free) w sterowniku monitorowania sprzętu, co może być wykorzystane do eskalacji uprawnień lub destabilizacji systemu.

Rekomendacja

Należy niezwłocznie zaktualizować jądro Linux do wersji zawierającej poprawkę, która anuluje prace przed zwolnieniem urządzenia hwmon oraz dodaje flagę 'shutdown' zapobiegającą ponownemu uzbrajaniu zadań.

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: hwmon: (lm90) Stop work before releasing hwmon device Sashiko reports: In lm90_probe(), the devm action to cancel the alert_work and report_work (lm90_restore_conf) is registered in lm90_init_client() before devm_hwmon_device_register_with_info() is called. Because devm executes cleanup actions in reverse order during module unbind or probe failure, the hwmon device is unregistered and freed first. If lm90_alert_work() or lm90_report_alarms() runs in the window between the hwmon device being freed and the delayed works being cancelled, lm90_update_alarms() will dereference the freed data->hwmon_dev here. Fix the problem by canceling the workers separately after registering the hwmon device and before registering the interrupt handler. This ensures that the workers are canceled after interrupts are disabled and before the hwmon device is released. Add "shutdown" flag to indicate that device shutdown is in progress to prevent workers from being re-armed.

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