GHSA-4mmg-5v66-42gxHighCVSS 7.4

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Compare MACs in...

Published
March 25, 2026
Last Modified
June 19, 2026

🔗 CVE IDs covered (1)

📋 Description

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().

🔗 References (9)