CVE-2022-50407
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
18/09/2025
Última modificación:
19/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
crypto: hisilicon/qm - increase the memory of local variables<br />
<br />
Increase the buffer to prevent stack overflow by fuzz test. The maximum<br />
length of the qos configuration buffer is 256 bytes. Currently, the value<br />
of the &#39;val buffer&#39; is only 32 bytes. The sscanf does not check the dest<br />
memory length. So the &#39;val buffer&#39; may stack overflow.