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
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-03-25 11:16
Updated : 2026-06-19 13:16
NVD link : CVE-2026-23364
Mitre link : CVE-2026-23364
CVE.ORG link : CVE-2026-23364
JSON object : View
Products Affected
linux
- linux_kernel
CWE
