Katalog CVE

CVE-2026-93101

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność w podsystemie v4l2-async w jądrze Linuxa powoduje awarię podczas odłączania urządzenia em28xx z użyciem i2c tvp5150. Gdy lista asc_list jest pusta, funkcja v4l2_async_unregister_subdev() nie wywołuje v4l2_device_unregister_subdev(), co prowadzi do crasha. Poprawka polega na wywołaniu v4l2_device_unregister_subdev() nawet przy pustej asc_list.

Ocena ryzyka

Może to powodować niestabilność systemu, awarie przy odłączaniu urządzeń USB, co może prowadzić do utraty danych lub przerw w działaniu.

Rekomendacja

Zaktualizuj jądro Linuxa do wersji z poprawką, która zapewnia wywołanie v4l2_device_unregister_subdev() również gdy sd->asc_list jest pusta.

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: media: v4l2-async: Unregister sub-device if asc_list is empty When my em28xx USB device that uses the i2c tvp5150 driver is disconnected, it crashes. The cause is that the tvp5150 i2c module uses v4l2_async, but the em28xx driver does not since it predates v4l2_async. In that corner case sd->asc_list is empty, so v4l2_async_unregister_subdev() never calls v4l2_device_unregister_subdev(). Modify the code so that, if sd->asc_list is empty, v4l2_device_unregister_subdev() is still called.

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