Logo
componentutil-linux
Name
util-linux
Version
2.41.3
Type
library
Description
A suite of basic system administration utilities
Licenses
GPL-1.0-or-later & GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT & EUPL-1.2
PURL
-
CPE
cpe:2.3:*:kernel:util-linux:2.41.3:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
2.37.4
scarthgap
2.39.3

Patches#


#
Title
Author
Resolve
1
tests/ts/kill/decode: avoid using shell built-in kill command
Chen Qi <Qi.Chen@windriver.com>
2
Define TESTS variable
Tudor Florea <tudor.florea@enea.com>
3
lsfd/mkfds-foreign-sockets: skip when lacking sock_diag
Chen Qi <Qi.Chen@windriver.com>
4
util-linux: Add ptest
Tudor Florea <tudor.florea@enea.com>
5
tests: script: Disable size option test
Paul Barker <paul@pbarker.dev>
6
Display testname for subtest
Tudor Florea <tudor.florea@enea.com>
7
util-linux: Ensure that ${sbindir} is respected
Phil Blundell <pb@pbcl.net>
8
ts/kill/decode: use RTMIN from 'kill -L' instead of
Chen Qi <Qi.Chen@windriver.com>
9
loopdev: add LOOPDEV_FL_NOFOLLOW to prevent symlink attacks
Karel Zak <kzak@redhat.com>
CVE-2026-27456

Vulnerabilities#


Name
Analysis
Description
Patched
util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU (Time-of-Check-Time-of-Use) vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privileges via fork() + setuid() + realpath(), but subsequently re-canonicalizes and opens it with root privileges (euid=0) without verifying that the path has not been replaced between both operations. Neither O_NOFOLLOW, nor inode comparison, nor post-open fstat() are employed. This allows a local unprivileged user to replace the source file with a symlink pointing to any root-owned file or device during the race window, causing the SUID binary to open and mount it as root. Exploitation requires an /etc/fstab entry with user,loop options whose path points to a directory where the attacker has write permission, and that /usr/bin/mount has the SUID bit set (the default configuration on virtually all Linux distributions). The impact is unauthorized read access to root-protected files and block devices, including backup images, disk volumes, and any file containing a valid filesystem. This issue has been patched in version 2.41.4.