CVE-2026-53241
ŚrednieCVSS 5.5Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 7 — wyżej niż 7% wszystkich znanych CVE
Streszczenie
W jądrze Linux wykryto podatność w sterowniku ALSA seq: dummy, polegającą na odczycie poza stosem podczas obsługi zdarzeń UMP. Dummy sequencer kopiuje zdarzenia do tymczasowej struktury o rozmiarze legacy, która jest mniejsza niż struct snd_seq_ump_event, co prowadzi do odczytu poza przydzieloną pamięcią.
Ocena ryzyka
Podatność może prowadzić do wycieku danych z pamięci jądra lub potencjalnie do awarii systemu (panic) w wyniku odczytu poza stosem. Ryzyko jest szczególnie istotne w środowiskach, gdzie używane są zdarzenia UMP w sekwencerze ALSA.
Rekomendacja
Zaleca się natychmiastową aktualizację jądra Linux do wersji zawierającej poprawkę (commit z rozwiązaniem problemu). Należy monitorować oficjalne biuletyny bezpieczeństwa dystrybucji Linux.
Oryginalny opis (angielski, źródło NVD)
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: dummy: fix UMP event stack overread The dummy sequencer port forwards events by copying an incoming struct snd_seq_event into a stack temporary, rewriting source and destination, and dispatching the temporary to subscribers. That legacy event storage is smaller than struct snd_seq_ump_event. When a UMP event reaches the dummy client, the copy leaves the UMP flag set but only provides legacy-sized stack storage. The subscriber delivery path then uses snd_seq_event_packet_size() and copies a UMP-sized packet from that stack object, reading past the end of the temporary. Use the existing union __snd_seq_event storage and copy the packet size reported for the incoming event before rewriting the common routing fields. This preserves the full UMP packet for UMP events while keeping legacy event handling unchanged.

