Katalog CVE

CVE-2026-93143

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w sterowniku staging media ipu7 występuje wyciek referencji licznika pm_runtime w funkcji ipu7_resume(). Użycie pm_runtime_get_sync() bez zbalansowania w przypadku błędu prowadzi do pozostawienia zwiększonego licznika.

Ocena ryzyka

Może to prowadzić do nieprawidłowego zarządzania energią, co może skutkować problemami z urządzeniem lub wyczerpaniem zasobów.

Rekomendacja

Zastosować poprawkę, która używa pm_runtime_resume_and_get() zamiast pm_runtime_get_sync(), aby zbalansować licznik w przypadku błędu.

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: staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume() ipu7_resume() calls pm_runtime_get_sync() before resuming the device. If the runtime PM resume fails, the usage count remains incremented, but the error path returns without dropping the reference. Use pm_runtime_resume_and_get() instead, which balances the usage count on failure and avoids the leak. Keep returning 0 on error, as resume callbacks should not propagate failures to the PM core, matching the behaviour of the ipu6 driver.

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