Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-64134

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
30/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ALSA: pcm: Don&amp;#39;t setup bogus iov_iter for silencing<br /> <br /> At transition to the iov_iter for PCM data transfer, we blindly<br /> applied the iov_iter setup also for silencing (i.e. data = NULL), and<br /> it leads to a calculation of bogus iov_iter. Fortunately this didn&amp;#39;t<br /> cause troubles on most of architectures but it goes wrong on RISC-V<br /> now, causing a NULL dereference.<br /> <br /> Handle the NULL data case to treat the silencing in interleaved_copy()<br /> for addressing the bug above. noninterleaved_copy() has already the<br /> NULL data handling, so it doesn&amp;#39;t need changes.