CVE-2026-74521
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/08/2026
Última modificación:
17/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ksmbd: use memcmp() to compare ClientGUIDs<br />
<br />
ClientGUID is a fixed-size binary value and can contain embedded NUL<br />
bytes. strncmp() stops comparing at the first NUL byte, so different<br />
ClientGUID values can incorrectly be treated as equal.<br />
<br />
Use memcmp() in SMB3 multichannel session binding and<br />
FSCTL_VALIDATE_NEGOTIATE_INFO to compare all SMB2_CLIENT_GUID_SIZE<br />
bytes.
Impacto
Puntuación base 3.x
9.10
Gravedad 3.x
CRÍTICA


