CVE-2023-54063
CVE-2023-54063 affects the Linux kernel’s fs/ntfs3 driver. The issue is an OOB read in indx_insert_into_buffer caused by an incorrect __le32 value in a struct INDEX_BUFFER being compared to the total in struct INDEX_HDR, enabling an out-of-bounds memmove in the index insertion path (indx_insert_i...