Katalog CVE

Aktywnie wykorzystywana w atakach

Linux Kernel Out-of-Bounds Read Vulnerability

Linux - Kernel · Figuruje w katalogu CISA KEV od 2025-04-09. Oznacza to potwierdzone ataki w środowisku produkcyjnym.

Wymagane działanie: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

CVE-2024-53150

WysokieCVSS 7.1KEV
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w sterowniku ALSA USB-audio nie sprawdzano pola bLength deskryptorów zegara podczas ich przeglądania, co przy błędnym deskryptorze o zbyt krótkiej długości mogło prowadzić do odczytów poza granicami bufora. Poprawka dodaje kontrole poprawności długości deskryptorów, w tym dodatkowe sprawdzenia dla deskryptora selektora zegara UAC2 i UAC3.

Ocena ryzyka

Podłączenie złośliwego lub wadliwego urządzenia USB audio może wywołać odczyty poza zakresem pamięci, co grozi awarią jądra (odmowa usługi), a potencjalnie może zostać wykorzystane do dalszych ataków.

Rekomendacja

Zaktualizować jądro Linux do wersji zawierającej poprawkę i unikać podłączania niezaufanych urządzeń USB audio do krytycznych systemów.

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 out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. That is, when a device provides a bogus descriptor with a shorter bLength, the driver might hit out-of-bounds reads. For addressing it, this patch adds sanity checks to the validator functions for the clock descriptor traversal. When the descriptor length is shorter than expected, it's skipped in the loop. For the clock source and clock multiplier descriptors, we can just check bLength against the sizeof() of each descriptor type. OTOH, the clock selector descriptor of UAC2 and UAC3 has an array of bNrInPins elements and two more fields at its tail, hence those have to be checked in addition to the sizeof() check.

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