CVE-2023-54250
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
30/12/2025
Last modified:
31/12/2025
Description
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.



