Katalog CVE

CVE-2025-38078

WysokieCVSS 7.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.13%

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

Streszczenie

W warstwie PCM OSS jądra Linux wywołanie snd_pcm_format_set_silence() z runtime->dma_area może prowadzić do use-after-free (UAF), ponieważ dma_area może być zwolniona współbieżnie poza blokadą dostępu do bufora.

Ocena ryzyka

Atakujący może zdalnie wywołać awarię systemu lub potencjalnie uzyskać eskalację uprawnień poprzez wykorzystanie UAF w sterowniku dźwięku.

Rekomendacja

Zastosuj łatkę jądra Linux przenoszącą kod do rdzenia PCM i wykonującą go wewnątrz blokady dostępu do bufora.

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: pcm: Fix race of buffer access at PCM OSS layer The PCM OSS layer tries to clear the buffer with the silence data at initialization (or reconfiguration) of a stream with the explicit call of snd_pcm_format_set_silence() with runtime->dma_area. But this may lead to a UAF because the accessed runtime->dma_area might be freed concurrently, as it's performed outside the PCM ops. For avoiding it, move the code into the PCM core and perform it inside the buffer access lock, so that it won't be changed during the operation.

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