Katalog CVE

CVE-2026-74498

Niskie ryzyko· EPSS 7%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

Percentyl 7 - wyżej niż 7% wszystkich znanych CVE

Streszczenie

W jądrze Linux w ALSA USB-audio występuje zapis poza zakresem bufora DMA, gdy ustawiony jest flag fill_max. Rozmiar bufora jest obliczany na podstawie oryginalnego rozmiaru pakietu, ale transfer używa większego rozmiaru, co prowadzi do zapisu poza buforem przez kontroler USB.

Ocena ryzyka

Może to prowadzić do uszkodzenia pamięci jądra, awarii systemu lub potencjalnej eskalacji uprawnień.

Rekomendacja

Zastosuj poprawkę jądra Linux, która aktualizuje maxsize do curpacksize, gdy fill_max jest ustawiony.

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: usb-audio: Fix DMA buffer out-of-bounds write when fill_max is set When a USB audio endpoint requests full packet transfers via the fill_max descriptor flag, data_ep_set_params() promotes ep->curpacksize to ep->maxpacksize. However, maxsize is left at the original sample-rate derived value. Since u->buffer_size is allocated as maxsize * packets, the resulting DMA buffer is far too small for the requested transfer length. When the USB host controller streams up to curpacksize bytes per packet, it writes past the end of the buffer via DMA, corrupting kernel heap memory. Update maxsize to curpacksize when fill_max is set so that the allocated DMA buffer size matches the actual transfer request size. [ changed to reassign maxsize only when ep->fill_max is set -- tiwai ]

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