PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-23364 Linux CVE debrief

CVE-2026-23364 is a HIGH severity vulnerability in the Linux kernel ksmbd subsystem. The vulnerability allows attackers to exploit timing attacks due to non-constant time MAC comparisons. This issue has been resolved by replacing memcmp() with the constant-time function crypto_memneq(). Affected Linux kernel versions include 5.15.1 to 6.1.167, 6.2 to 6.6.130, 6.7 to 6.12.78, 6.13 to 6.18.19, and 6.19 to 6.19.7. Defenders should prioritize patching due to the HIGH CVSS score of 7.4 and the potential for attackers to exploit this vulnerability in network attacks.

Vendor
Linux
Product
kernel
CVSS
HIGH 7.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-03-25
Original CVE updated
2026-06-19
Advisory published
2026-03-25
Advisory updated
2026-06-19

Who should care

System administrators and security teams responsible for Linux kernel-based systems, especially those using ksmbd, should prioritize patching this vulnerability. Given the HIGH CVSS severity score of 7.4, defenders must assess their exposure and apply mitigations promptly. This vulnerability could be exploited in network attacks, making it critical for defenders to review their systems and apply patches or compensating controls.

Technical summary

The Linux kernel ksmbd subsystem is vulnerable to a timing attack due to non-constant time MAC comparisons. The vulnerability is caused by the use of memcmp() for comparing MACs, which can be exploited by attackers to deduce sensitive information. The issue has been resolved by replacing memcmp() with the constant-time function crypto_memneq(). Affected versions include Linux kernel 5.15.1 to 6.1.167, 6.2 to 6.6.130, 6.7 to 6.12.78, 6.13 to 6.18.19, and 6.19 to 6.19.7.

Defensive priority

High priority due to CVSS score of 7.4 and potential for network attacks

Recommended defensive actions

  • Inventory Linux kernel-based systems using ksmbd
  • Review official Linux kernel advisories and patches
  • Apply patches or vendor-supported remediation for affected versions
  • Monitor for potential exploitation attempts
  • Review compensating controls if patching is not feasible

Evidence notes

The primary evidence for this vulnerability comes from the NVD CVE record and the Linux kernel patch references. The vulnerability affects multiple versions of the Linux kernel, specifically those using ksmbd. Defenders should verify the affected versions (5.15.1 to 6.1.167, 6.2 to 6.6.130, 6.7 to 6.12.78, 6.13 to 6.18.19, and 6.19 to 6.19.7) and review official sources for patch information.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-23364 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-23364

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-23364 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23364

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2cdc56ed67615ba0921383a688f24415ebe065f3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/307afccb751f542246bd5dc68a2c1ffe1a78418c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8a665d733940592e671ec6afadcd0be80a091a80

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/93c0a22fec914ec4b697e464895a0f594e29fb28

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c5794709bc9105935dbedef8b9cf9c06f2b559fa

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/cd52a0e309659537048a864211abc3ea4c5caa63

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/f4588b85efd6007d46b80aa1b9fb746628ffb3dc

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.