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

CVE-2026-80526

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
26/08/2026
Última modificación:
27/08/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ASoC: tas2562: Validate values for volume writes<br /> <br /> tas2562_volume_control_put() does not do any validation of the control<br /> value written by userspace, it uses it to look up a value in a fixed<br /> size array which can easily be overflowed and then writes whatever value<br /> it gets back to the device. Add validation that we are loading a value<br /> we have in the array.