CVE-2024-50228
CVE-2024-50228 is a kernel vulnerability reported as a data-race in shmem_getattr() within the Linux mm/shmem subsystem. The issue arises when shmem_getattr() calls generic_fillattr() without proper inode locking, enabling a data race between inode fields during concurrent file attribute operatio...