PT-2026-44282 · Linux · Linux

Published

2026-05-28

·

Updated

2026-05-28

·

CVE-2026-46159

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
btrfs: fix btrfs ioctl space info() slot count TOCTOU which can lead to info-leak
btrfs ioctl space info() has a TOCTOU race between two passes over the block group RAID type lists. The first pass counts entries to determine the allocation size, then the second pass fills the buffer. The groups sem rwlock is released between passes, allowing concurrent block group removal to reduce the entry count.
When the second pass fills fewer entries than the first pass counted, copy to user() copies the full alloc size bytes including trailing uninitialized kmalloc bytes to userspace.
Fix by copying only total spaces entries (the actually-filled count from the second pass) instead of alloc size bytes, and switch to kzalloc so any future copy size mismatch cannot leak heap data.

Related Identifiers

CVE-2026-46159

Affected Products

Linux