๐Ÿ” CVE Alert

CVE-2026-46159

UNKNOWN 0.0

btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 28, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
7fde62bffb576d384ea49a3aed3403d5609ee5bc < f5ee467b56764964027c361641f64953fc0f8f9a 7fde62bffb576d384ea49a3aed3403d5609ee5bc < 4fdc6ee0802121d9cd96b8d085e589f51e5a4ec3 7fde62bffb576d384ea49a3aed3403d5609ee5bc < 5d12e0ab009ade48c1bff9324fd9bea2c773d088 7fde62bffb576d384ea49a3aed3403d5609ee5bc < d09d67d5de577cedae3de9497dff217e0ac8b641 7fde62bffb576d384ea49a3aed3403d5609ee5bc < 973e57c726c1f8e77259d1c8e519519f1e9aea77
Linux / Linux
2.6.34

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/f5ee467b56764964027c361641f64953fc0f8f9a git.kernel.org: https://git.kernel.org/stable/c/4fdc6ee0802121d9cd96b8d085e589f51e5a4ec3 git.kernel.org: https://git.kernel.org/stable/c/5d12e0ab009ade48c1bff9324fd9bea2c773d088 git.kernel.org: https://git.kernel.org/stable/c/d09d67d5de577cedae3de9497dff217e0ac8b641 git.kernel.org: https://git.kernel.org/stable/c/973e57c726c1f8e77259d1c8e519519f1e9aea77