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

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&amp;#39;t work.<br /> We would have to do something similar to the previous line where it&amp;#39;s<br /> cast to int and then long. However, it&amp;#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