CVE-2023-54121
CVE-2023-54121 concerns the Linux kernel and specifically the btrfs extent map handling. The issue arises in btrfs_drop_extent_map_range when skip_pinned is true; the code incorrectly updates length and start while skipping a pinned extent, causing the computed end (len) to be too large and later...