CVE-2026-23364
In the Linux kernel, the following vulnerability has been resolved:
ksmbd: Compare MACs in constant time
To prevent timing attacks, MAC comparisons need to be constant-time.
Replace the memcmp() with the correct function, crypto_memneq().
More information : https://git.kernel.org/stable/c/2cdc56ed67615ba0921383a688f24415ebe065f3
