Katalog CVE

CVE-2026-68184

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

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

Streszczenie

W jądrze Linux w podsystemie CD-ROM występuje podatność na odczyt poza stosem w funkcji CDROMVOLCTRL. Podczas przetwarzania żądania, bufor na stosie o rozmiarze 32 bajtów jest odczytywany poza jego granicę, gdy urządzenie zwraca deskryptor bloku. Poprawka zmniejsza wartość cgc->buflen o tyle, o ile przesuwany jest wskaźnik bufora, aby transfer MODE SELECT obejmował tylko zamierzony zestaw parametrów.

Ocena ryzyka

Podatność może prowadzić do ujawnienia danych ze stosu jądra lub niestabilności systemu, szczególnie na napędach CD-ROM zwracających deskryptor bloku.

Rekomendacja

Zastosuj aktualizację jądra zawierającą tę poprawkę, aby wyeliminować ryzyko odczytu poza stosem.

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: cdrom: fix stack out-of-bounds read in CDROMVOLCTRL mmc_ioctl_cdrom_volume() first reads the audio control mode page into a 32-byte stack buffer with cgc->buflen set to 24. If the device reports a block descriptor, the function increases cgc->buflen to include that descriptor and reads the page again. For CDROMVOLCTRL, the function then builds a MODE SELECT parameter list by moving cgc->buffer forward by offset - 8 bytes. This drops the block descriptor from the outgoing payload and leaves a new 8-byte mode parameter header in front of the audio control page. However, cgc->buflen is left unchanged. With a standard 8-byte block descriptor, cgc->buffer points at buffer + 8 but cgc->buflen remains 32. cdrom_mode_select() therefore asks the low level packet path to write 32 bytes from that adjusted pointer, reading 8 bytes past the end of the 32-byte stack buffer. This is not hit by CDROMVOLREAD, and CDROMVOLCTRL only triggers it on drives that return a non-zero block descriptor length, which helps explain why it has gone unnoticed. The overread is also sent to the device as extra MODE SELECT payload, so it may not produce an obvious local failure. Reduce cgc->buflen by the same amount as the buffer pointer adjustment so the MODE SELECT transfer covers only the intended parameter list.

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