Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate minimum PDU size for transform requests The receive path applies the minimum SMB2 PDU size check only when ProtocolId is SMB2_PROTO_NUMBER. A packet carrying SMB2_TRANSFORM_PROTO_NUM bypasses the check even when the negotiated dialect does not provide transform handling. On an SMB 2.1 connection, a short transform packet therefore reaches init_smb2_rsp_hdr(), which interprets the request as a full SMB2 header and reads beyond the request allocation. The copied fields can then be returned to the unauthenticated client. Compression transforms are converted to ordinary SMB2 messages before protocol validation. After that conversion, validate ordinary SMB2 requests against SMB2_MIN_SUPPORTED_PDU_SIZE and require encryption transform requests to contain both a transform header and an SMB2 header. This rejects truncated requests before work allocation.
CVSS Score
CRITICAL
References
- https://git.kernel.org/stable/c/22f1aa35b87e471cc31b35b74451f46630863b12
- https://git.kernel.org/stable/c/32e486b70c256d5ef4baa5a2936ade2fea50e8eb
- https://git.kernel.org/stable/c/928dda88d0e13fbca381255028f65b244343a4ea
- https://git.kernel.org/stable/c/b62c510f59803f82f9b4c76ead2a56833b2984c7
- https://git.kernel.org/stable/c/cfc0b8e5080aec87700774e8568765eaa4b7b92b
- https://git.kernel.org/stable/c/d8e5c5672724b8f3c4c099d2cf60239c996e5424
- https://git.kernel.org/stable/c/d9e9753dfd43bd27c956578df7804a3c90b80fdc
FAQ
What is CVE-2026-68431?
CVE-2026-68431 is a vulnerability with a CVSS score of 9.1 (CRITICAL). In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate minimum PDU size for transform requests The receive path applies the minimum SMB2 PDU size check only when Protoco...
How severe is CVE-2026-68431?
CVE-2026-68431 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-68431?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.