Katalog CVE

CVE-2026-90060

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linuxa w warstwie ALSA control istnieje podatność na dereferencję wskaźnika NULL. Można utworzyć element sterujący tylko do zapisu, bez funkcji pobierania (get), co prowadzi do awarii jądra (Oops) podczas wywołania snd_ctl_led_notify().

Ocena ryzyka

Atak może spowodować awarię systemu lub zawieszenie usług, jeśli nieautoryzowany użytkownik może tworzyć takie elementy.

Rekomendacja

Zastosować poprawkę jądra, która dodaje sprawdzenie informacji i funkcji get dla elementów sterujących, oraz pomija nieprawidłowe elementy przed przypisaniem do warstwy LED.

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: ALSA: control: Don't add invalid kcontrols to LED layer The kcontrol LED state layer tries to track the all associated kcontrol elements with naive assumptions that they are readable. But one can create a write-only element that has no get callback (even a user element can do it), and this may lead to a NULL dereference at the call chain of snd_ctl_led_notify(), as found by syzkaller. For avoiding the Oops, add a sanity check of the kcontrol's info and get callbacks, and just skip the invalid kcontrols before assigning the kctl to the LED layer.

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