Katalog CVE

CVE-2026-100079

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w podsystemie USB Type-C (ucsi) funkcja ucsi_register() tworzy wpisy debugfs dla instancji, ale ucsi_unregister() nie usuwa ich aż do wywołania ucsi_destroy(). Sterowniki takie jak ucsi_glink, które wyrejestrowują i rejestrują tę samą instancję UCSI przy restarcie remoteproc, próbują utworzyć już istniejący katalog debugfs.

Ocena ryzyka

Pozostawione wpisy debugfs mogą powodować błędy rejestracji i nieprawidłowe działanie sterownika po restarcie, prowadząc do problemów ze stabilnością podsystemu USB Type-C.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę, która wyrejestrowuje wpisy debugfs w ucsi_unregister() i czyści ucsi->debugfs po zwolnieniu.

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: usb: typec: ucsi: unregister debugfs entries on teardown ucsi_register() creates per-instance debugfs entries, but ucsi_unregister() keeps them around until ucsi_destroy(). Drivers like ucsi_glink that unregister/register the same UCSI instance across remoteproc restart then try to create an already existing debugfs directory and log: debugfs: 'pmic_glink.ucsi.0' already exists in 'ucsi' Unregister debugfs entries as part of ucsi_unregister(), and clear ucsi->debugfs after freeing it so repeated unregister paths remain safe.

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