CVE-2025-39696
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
05/09/2025
Última modificación:
08/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ALSA: hda: tas2781: Fix wrong reference of tasdevice_priv<br />
<br />
During the conversion to unify the calibration data management, the<br />
reference to tasdevice_priv was wrongly set to h->hda_priv instead of<br />
h->priv. This resulted in memory corruption and crashes eventually.<br />
Unfortunately it&#39;s a void pointer, hence the compiler couldn&#39;t know<br />
that it&#39;s wrong.