๐Ÿ” CVE Alert

CVE-2026-93811

UNKNOWN 0.0

ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handling

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handling 1. When ndr_decode_v4_ntacl() fails, the code jumped to free_n_data which only freed n.data, skipping kfree(acl.sd_buf) and leaking the buffer. Zero-initialize struct xattr_ntacl acl, reorder error labels to out_free to release acl.sd_buf on all error paths. 2. if (acl.sd_size < sizeof(struct smb_ntsd)) is true, original code returned success without freeing sd_buf and left stale *pntsd. Set rc = -EINVAL before jumping to out_free to return error code and free buffer.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 24, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < c3836f55e0dab96314774215e12d87f63fa919f2 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 6e6329322ad733c5b23555c609353841560b26bc 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < d708a36634bb7b6f94d0e76d587d2ec50b2b93b5 0 < 6.12.111 0 < 6.18.53
Linux / Linux
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/c3836f55e0dab96314774215e12d87f63fa919f2 git.kernel.org: https://git.kernel.org/stable/c/6e6329322ad733c5b23555c609353841560b26bc git.kernel.org: https://git.kernel.org/stable/c/d708a36634bb7b6f94d0e76d587d2ec50b2b93b5