Katalog CVE

CVE-2026-89939

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w sterowniku IIO chemical atlas-sensor funkcja atlas_buffer_postenable() pobiera referencję runtime PM przez pm_runtime_resume_and_get(), ale zwraca wynik atlas_set_interrupt() bezpośrednio. Jeśli atlas_set_interrupt() zawiedzie, referencja runtime PM wycieka i urządzenie nigdy nie może przejść w autosuspend.

Ocena ryzyka

Wyciek referencji runtime PM może uniemożliwić urządzeniu przejście w stan oszczędzania energii, prowadząc do zwiększonego zużycia energii i potencjalnych problemów z zarządzaniem zasilaniem.

Rekomendacja

Zaktualizować jądro Linux do wersji zawierającej poprawkę, która dodaje pm_runtime_put_autosuspend() na ścieżce błędu, równoważąc referencję.

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: iio: chemical: atlas-sensor: fix PM reference leak in buffer postenable atlas_buffer_postenable() acquires a runtime PM reference with pm_runtime_resume_and_get() but returns the result of atlas_set_interrupt() directly. If atlas_set_interrupt() fails, the runtime PM reference is leaked and the device can never autosuspend. Add pm_runtime_put_autosuspend() on the error path to balance the reference.

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