PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64141 Linux CVE debrief

A null pointer dereference vulnerability exists in ksmbd, a Linux kernel module. The vulnerability occurs when a TCP connection negotiates a fresh session with the same ClientGuid and issues a SMB2 CREATE with a lease context on a different inode. This can cause a kernel panic due to a null pointer dereference. The vulnerability was resolved in the Linux kernel repository. To mitigate this vulnerability, Linux kernel users, ksmbd administrators, and security teams should apply the patch from the Linux kernel repository, disable durable handles in ksmbd configuration, and monitor kernel logs for potential attacks.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-08-18
Advisory published
2026-07-19
Advisory updated
2026-08-18

Who should care

Linux kernel users, ksmbd administrators, and security teams should be aware of this vulnerability and take necessary actions to mitigate it. They should review the Linux kernel repository for the patch, ensure that ksmbd is properly configured and secured, and monitor kernel logs for potential attacks.

Technical summary

The vulnerability is caused by a null pointer dereference in the compare_guid_key() function. This function is called when a lease context is created for a different inode, and it tries to access the ClientGUID of the connection, which is null. To fix this vulnerability, it is recommended to read the opinfo->conn once and bail out if it has been cleared by a concurrent session_fd_check(). The fix involves modifying the compare_guid_key() function to handle the null pointer case.

Defensive priority

High

Recommended defensive actions

  • Apply the patch from the Linux kernel repository
  • Disable durable handles in ksmbd configuration
  • Monitor kernel logs for potential attacks
  • Implement compensating controls to detect and prevent exploitation
  • Verify ksmbd configuration and ensure it is properly secured
  • Review Linux kernel repository for the patch
  • Track exceptions and retest remediated assets

Evidence notes

The vulnerability was resolved in the Linux kernel repository. The reproducer requires a successful SMB2 SESSION_SETUP and a share configured with 'durable handles = yes'. To verify, defenders should review the Linux kernel repository for the patch and ensure that ksmbd is properly configured and secured. Additionally, defenders should monitor kernel logs for potential attacks and implement compensating controls to detect and prevent exploitation.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64141 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64141 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

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

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0836081b394ca074d1b910f2b990ff7b4b4404c7

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/4b83cbc4c15f09b000cc06f033f64b0824b6dc87

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

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.