Katalog CVE

CVE-2026-93199

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux funkcja i3c_master_search_i3c_dev_duplicate() wyszukująca duplikaty urządzeń I3C może błędnie dopasować samo urządzenie master (master->this), zwracając kontroler jako duplikat. Ponieważ kontroler nie jest urządzeniem docelowym, nie powinien być traktowany jako duplikat. Poprawka wyklucza master->this z dopasowania.

Ocena ryzyka

Błędne rozpoznanie kontrolera jako duplikatu urządzenia docelowego może prowadzić do nieprawidłowego działania sterownika I3C i błędów w zarządzaniu magistralą. Wpływa na stabilność systemów wykorzystujących magistralę I3C.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę wykluczającą master->this z wyszukiwania duplikatów w i3c_master_search_i3c_dev_duplicate().

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: i3c: master: Do not treat master device as a duplicate target i3c_master_search_i3c_dev_duplicate() searches the bus for another I3C device with the same PID as the reference device. The search can match master->this, causing the controller itself to be returned as a duplicate. Since the controller is not a target device, it cannot be a duplicate of one. Exclude master->this from matching so that the function only returns real duplicate target devices.

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