Beveiligingsadvies

CVE-2026-23364

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-03-25 10:27:46
Laatst bijgewerkt 2026-08-05 12:21:17
Toegewezen door Linux
CVSS-score 7.4
Status PUBLISHED

Beschrijving

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