HomeDefectsLIN1024-15967
Acknowledged

LIN1024-15967 : Security Advisory - linux - CVE-2026-23364

Created: Mar 26, 2026    Updated: Mar 31, 2026
Found In Version: 10.24.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel

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