CVE-2023-54250
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
30/12/2025
Última modificación:
31/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ksmbd: avoid out of bounds access in decode_preauth_ctxt()<br />
<br />
Confirm that the accessed pneg_ctxt->HashAlgorithms address sits within<br />
the SMB request boundary; deassemble_neg_contexts() only checks that the<br />
eight byte smb2_neg_context header + (client controlled) DataLength are<br />
within the packet boundary, which is insufficient.<br />
<br />
Checking for sizeof(struct smb2_preauth_neg_context) is overkill given<br />
that the type currently assumes SMB311_SALT_SIZE bytes of trailing Salt.



