NONE · 0

CVE-2026-64381

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix next buffer leak in receive_encrypted_standard() receive_encrypted_standard() allocates next_buffer before checki...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix next buffer leak in receive_encrypted_standard() receive_encrypted_standard() allocates next_buffer before checking whether the number of compound PDUs already reached MAX_COMPOUND. If the limit check fails, the function returns immediately and the newly allocated next_buffer is not assigned to server->smallbuf/server->bigbuf, making it leaked. Move the MAX_COMPOUND check before allocating next_buffer.

References

FAQ

What is CVE-2026-64381?

CVE-2026-64381 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix next buffer leak in receive_encrypted_standard() receive_encrypted_standard() allocates next_buffer before checki...

How severe is CVE-2026-64381?

CVSS scoring is not yet available for CVE-2026-64381. Check NVD for updates.

Is there a patch for CVE-2026-64381?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.