CVE-2026-45948
The CVE-2026-45948 affects the Linux kernel ext4 code. In ext4_ext_shift_extents(), if the extent is NULL during a loop, the function returns without releasing the path from ext4_find_extent(), causing a memory leak. The fix routes control to the out label to ensure the path is released, mitigati...