2 matches found
CVE-2026-93811
The Linux kernel 's ksmbd component contains a memory leak and improper error handling. Specifically, when ndr_decode_v4_ntacl() fails, the acl.sd_buf buffer was leaked because the code skipped the necessary kfree() call. Additionally, the system failed to handle invalid sd_size values correctly,...
5.7AI score
SaveExploits0References3
EUVD-2026-86198
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix acl.sdbuf memory leak and invalid sdsize error handling 1. When ndrdecodev4ntacl fails, the code jumped to freendata which only freed n.data, skipping kfreeacl.sdbuf and leaking the buffer. Zero-initialize struct...
5.7AI score
SaveExploits0References3
20