Security Advisory

CVE-2026-43393

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-08 14:21:37
Last updated 2026-05-11 22:23:43
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copies() Fix a chunk map leak in btrfs_map_block(): if we return early with -EINVAL, we're not freeing the chunk map that we've just looked up.