CVE-2026-64598
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
06/08/2026
Última modificación:
06/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
smb/client: Fix error code in smb2_aead_req_alloc()<br />
<br />
The "*num_sgs" variable is a u32 so "ERR_PTR(*num_sgs)" doesn&#39;t work.<br />
We would have to do something similar to the previous line where it&#39;s<br />
cast to int and then long. However, it&#39;s simpler to store the return in<br />
an int ret variable.<br />
<br />
This bug would eventually result in a crash when dereference the invalid<br />
error pointer.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/61f28012e5650c619223decdb7970e0d3162e949
- https://git.kernel.org/stable/c/a187883cc1dc784a4d32537f5d316f1b7b9ad76f
- https://git.kernel.org/stable/c/a1cc432cb0b0a1f74f98a0db3b94ca880c7947ac
- https://git.kernel.org/stable/c/aa37f5fef78dd11cbf983269da2031e12625c56d
- https://git.kernel.org/stable/c/cad756733dc3985188983f3e2eb77e2927209099



