CVE-2025-68347
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/12/2025
Última modificación:
29/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events<br />
<br />
The DSP event handling code in hwdep_read() could write more bytes to<br />
the user buffer than requested, when a user provides a buffer smaller<br />
than the event header size (8 bytes).<br />
<br />
Fix by using min_t() to clamp the copy size, This ensures we never copy<br />
more than the user requested.



