Security Advisory

CVE-2026-23364

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-03-25 10:27:46
Last updated 2026-05-11 22:05:26
Assigner Linux
State PUBLISHED

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