CVE-2025-40348
CVE-2025-40348 concerns a race in the Linux kernel slab allocator. When two threads concurrently execute alloc_slab_obj_exts() and one fails to allocate the object extension vector, the winning thread may overwrite the other thread’s valid slab->obj_exts with OBJEXTS_ALLOC_FAIL, leading the ra...