Bug 2451167 (CVE-2026-23364) - CVE-2026-23364 kernel: ksmbd: Compare MACs in constant time
Summary: CVE-2026-23364 kernel: ksmbd: Compare MACs in constant time
Keywords:
Status: NEW
Alias: CVE-2026-23364
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-25 11:02 UTC by OSIDB Bzimport
Modified: 2026-03-25 18:41 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-25 11:02:17 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.