PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-93812 Linux CVE debrief

A memory leak vulnerability was found in the Linux kernel's ksmbd module. The ndr_encode_v4_ntacl() function allocates memory for sd_ndr.data but fails to free it in case of subsequent errors during encoding. This issue has been resolved by moving the kfree(sd_ndr.data) call to the out label to ensure the buffer is released on all success and error return paths.

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 maintainers and users, particularly those responsible for managing and securing Linux kernel-based systems, should assess exposure and verify patch deployment to prevent potential denial-of-service attacks. This includes reviewing Linux kernel patch deployment for the ksmbd module, updating the Linux kernel to the latest version, and verifying patch deployment to prevent memory leaks.

Why it matters

A memory leak vulnerability was found in the Linux kernel's ksmbd module. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential denial-of-service attacks.

  • Verify patch deployment to prevent memory leaks
  • Assess exposure to potential denial-of-service attacks
  • Update Linux kernel to the latest version to ensure security

Technical summary

The ndr_encode_v4_ntacl() function in the Linux kernel's ksmbd module allocates memory for sd_ndr.data but fails to free it in case of subsequent errors during encoding. This issue has been resolved by moving the kfree(sd_ndr.data) call to the out label to ensure the buffer is released on all success and error return paths. The fix ensures that the memory allocated for sd_ndr.data is properly released, preventing a memory leak vulnerability. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential denial-of-service attacks.

Defensive priority

Linux kernel maintainers and users should assess exposure and verify patch deployment.

Recommended defensive actions

  • Review Linux kernel patch deployment for ksmbd module
  • Assess exposure and verify patch deployment
  • Update Linux kernel to the latest version
  • Verify patch deployment to prevent memory leaks
  • Assess exposure to potential denial-of-service attacks
  • Review compensating controls for exposed systems
  • Track exceptions and retest remediated assets

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. Three source references from the Linux kernel Git repository are available. The vulnerability was found in the Linux kernel's ksmbd module, which is responsible for handling SMBv3 requests. The ndr_encode_v4_ntacl() function allocates memory for sd_ndr.data but fails to free it in case of subsequent errors during encoding. This issue has been resolved by moving the kfree(sd_ndr.data) call to the out label to ensure the buffer is released on all success and error return

Sources and references

Verified primary and authoritative sources

  • CVE-2026-93812 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-93812 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/9b4dec75498fd0a1c9eaea680aef59c9519eb16f

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.