#VU124785 Race condition in Util-linux - CVE-2026-27456
Published: April 1, 2026
Util-linux
kernel.org
Description
The vulnerability allows a local user to gain access to sensitive information.
The vulnerability exists due to a race condition in the SUID binary /usr/bin/mount from util-linux. A local user can mount any root-owned file or block device that contains a valid filesystem, gaining full read access to its contents.
The mounted filesystem has MS_SECURE flags applied (nosuid, nodev, noexec), which prevents execution of SUID binaries but does not restrict reading data.