CVE-2026-43393
Beschrijving NL
In de Linux kernel is de volgende kwetsbaarheid verholpen:
btrfs: repareer chunk map-lek in btrfs_map_block() na btrfs_chunk_map_num_copies()
Repareer een chunk map-lek in btrfs_map_block(): als we vroeg terugkeren met -EINVAL,
we maken de chunkmap die we net hebben opgezocht niet vrij.
Origineel (Engels) tonen
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.