NA

CVE-2023-52755

Published: 21/05/2024 Updated: 21/05/2024

Vulnerability Summary

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab out of bounds write in smb_inherit_dacl() slab out-of-bounds write is caused by that offsets is bigger than pntsd allocation size. This patch add the check to validate 3 offsets using allocation size.