CVE-2026-68431
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.
Affected versions
Linux kernel versions
5.15.145,
6.1.34,
6.3.8,
6.4
and later are affected. Fixed in
7.1.6,
7.2-rc5
and their respective stable series.
References
2 totalFrequently asked questions
-
What is CVE-2026-68431?
CVE-2026-68431 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 5.15.145 onward and has been patched in 7.1.6 and 7.2-rc5. CVE-2026-68431 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
Is there a patch available for CVE-2026-68431?
Yes. CVE-2026-68431 has been patched. Fixed versions include 7.1.6 and 7.2-rc5. If you are running Linux kernel 5.15.145 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-68431 actively exploited?
No. CVE-2026-68431 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.