Back to overview

CVE-2026-64381

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.

Metadata

CVE ID
CVE-2026-64381
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:50 UTC
Last updated
2026-07-25 08:50 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux b24df3e30cbf48255db866720fb71f14bf9d2f39 < 94e4f672db029414b9888b5137a7559f1febf2d8, b24df3e30cbf48255db866720fb71f14bf9d2f39 < 68fc0b6cc03ca58060c0f36454e169f5fe258974, b24df3e30cbf48255db866720fb71f14bf9d2f39 < 07e0ab81df1790afa35732a4e8e07ff831b29008, b24df3e30cbf48255db866720fb71f14bf9d2f39 < 9136a08dc29328edd9867f2545e73906ac9df93b …
Linux Linux 4.19, 0 < 4.19, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview