First published: Tue May 21 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.15<5.15.140 | |
Linux Kernel | >=5.16<6.1.64 | |
Linux Kernel | >=6.2<6.5.13 | |
Linux Kernel | >=6.6<6.6.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-52755 is categorized as medium due to the potential for out-of-bounds memory access in the kSMBD component.
To fix CVE-2023-52755, upgrade your Linux kernel to versions 5.15.140, 6.1.64, or any version from 6.2 to 6.6.3 or later.
CVE-2023-52755 affects users running specific versions of the Linux kernel, particularly those between 5.15 and 6.6.3.
CVE-2023-52755 is a memory corruption vulnerability related to slab out-of-bounds write in the Linux kernel.
CVE-2023-52755 was resolved with a patch released in the Linux kernel after the discovery of the vulnerability.