PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-93811 Linux CVE debrief

A memory leak and invalid error handling vulnerability was found in the Linux kernel's ksmbd module. The vulnerability occurs when the ndr_decode_v4_ntacl() function fails, causing the code to jump to free_n_data, which only frees n.data and skips kfree(acl.sd_buf), resulting in a memory leak. Additionally, if acl.sd_size is less than sizeof(struct smb_ntsd), the original code returns success without freeing sd_buf, leaving a stale *pntsd.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-24
Original CVE updated
2026-09-25
Advisory published
2026-09-24
Advisory updated
2026-09-25

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the ksmbd module should review and apply the provided source code patches to fix the vulnerability. The vulnerability may allow attackers to exploit the vulnerability or launch denial-of-service (DoS) attacks. Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the ksmbd module are

Why it matters

The Linux kernel's ksmbd module has a memory leak and invalid error handling vulnerability, which may allow attackers to exploit the vulnerability or launch denial-of-service (DoS) attacks. Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the ksmbd module should review and apply the provided source code patches to fix the vulnerability.

  • Memory leak vulnerability may lead to denial-of-service (DoS) attacks.
  • Invalid error handling may allow attackers to exploit the vulnerability.

Technical summary

The Linux kernel's ksmbd module has a memory leak and invalid error handling vulnerability. When ndr_decode_v4_ntacl() fails, the code jumps to free_n_data, which only frees n.data and skips kfree(acl.sd_buf), resulting in a memory leak. Additionally, if acl.sd_size is less than sizeof(struct smb_ntsd), the original code returns success without freeing sd_buf, leaving a stale *pntsd. This vulnerability may allow attackers to exploit the vulnerability or launch denial-of-service (DoS) attacks. Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the ksmbd module should review and apply the provided source code patches to fix the vulnerability.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the provided source code patches to fix the memory leak and invalid error handling vulnerability in the Linux kernel's ksmbd module.
  • Verify the Linux kernel version and check if the patch has been applied.
  • Monitor the Linux kernel's ksmbd module for any potential issues related to this vulnerability.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The CVE record and NVD vulnerability detail page provide information on the vulnerability, including its description and references to source code changes. The Linux kernel's ksmbd module has a memory leak and invalid error handling vulnerability. The vulnerability occurs when the ndr_decode_v4_ntacl() function fails, causing the code to jump to free_n_data, which only frees n.data and skips kfree(acl.sd_buf), resulting in a memory leak. Additionally, if acl.sd_size is less than sizeof(struct smb_ntsd), the original code returns The

Sources and references

Verified primary and authoritative sources

  • CVE-2026-93811 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-93811 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/6e6329322ad733c5b23555c609353841560b26bc

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.