← Back to CVE List

CVE-2024-26954

Published: 2024-05-01T06:15Z
Last Modified: 2025-03-04T16:10Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() If ->NameOffset of smb2_create_req is smaller than Buffer offset of smb2_create_req, slab-out-of-bounds read can happen from smb2_open. This patch set the minimum value of the name offset to the buffer offset to validate name length of smb2_create_req(). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt