ZeroHour
Story · 1 source · 1 articlefirst updated ()

util-linux 2.42.3 fixes two mount(8) vulnerabilities: CVE-2026-76642 and CVE-2026-78410

What's new: Initial merged summary (first merge; no prior story). The 2026-09-05 follow-up added commit 286dd3ff41526b582ef48830de239dffbaa61f90 for downstream tracking but introduced no new vulnerability details; it omits the CVEs named in the 2026-09-04 announcement, which is treated as reduced detail rather than a disagreement.
Merged summary · glm-5.3-flash · rewritten as coverage arrives

util-linux 2.42.3 ships security fixes for two mount(8) flaws: CVE-2026-76642, in which post-mount hooks run even when an external mount helper exits nonzero, enabling privileged operations on the target filesystem, and CVE-2026-78410, a…

According to an oss-security announcement dated 2026-09-04 (posted by Sam James), util-linux 2.42.3 includes security fixes for two mount(8) vulnerabilities. CVE-2026-76642 causes post-mount hooks (X-mount.idmap, X-mount.owner/group/mode) to execute even when an external mount helper exits nonzero, permitting privileged operations on the pre-existing target filesystem. CVE-2026-78410 is described as a time-of-check-to-time-of-use (TOCTOU) flaw in mount(8). The release notes mention no exploitation or proof-of-concept. A follow-up oss-security post dated 2026-09-05 links commit 286dd3ff41526b582ef48830de239dffbaa61f90 as part of the 2.42.3 vulnerability fix release for downstream tracking, but that post cites no CVE identifiers, flaw descriptions, or exploitation details; the two reports are consistent, with the second simply containing less detail.

  • util-linux 2.42.3 released with fixes for two mount(8) vulnerabilities, announced by Sam James on oss-security on 2026-09-04
  • CVE-2026-76642: post-mount hooks (X-mount.idmap, X-mount.owner/group/mode) execute even when an external mount helper exits nonzero, enabling privileged operations on the pre-existing target filesystem
  • CVE-2026-78410: time-of-check-to-time-of-use (TOCTOU) flaw in mount(8), fixed in 2.42.3
  • Follow-up post on 2026-09-05 links commit 286dd3ff41526b582ef48830de239dffbaa61f90 for downstream tracking but cites no CVEs or flaw details
  • No exploitation or proof-of-concept is mentioned in the release notes

Coverage timeline

  1. · 11d ago
    oss-security· 30
    Vulnerability fixes in util-linux-2.42.3

    util-linux 2.42.3 patches mount(8) flaws CVE-2026-76642 and CVE-2026-78410, which allow privileged operations after mount helper failure.

Vulnerabilities in this storyAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-76642
Missing Exit-Status Check in util-linux Mount Helpers Enables Local Privilege Escalation

util-linux versions through 2.41.5 and through 2.42.2 fail to check the exit status of mount helpers before running post-mount hooks, so privileged post-mount actions still execute after a helper has failed. A local unprivileged user who can trigger affected mount paths (for example fstab-based mounts using the X-mount.idmap or X-mount.owner hooks) can induce a helper failure and have the hooks clone filesystems with inherited suid bits or modify target inode permissions. Successful exploitation yields local privilege escalation, letting the attacker perform privileged operations on pre-existing filesystems. Any Linux deployment running an affected util-linux version is potentially affected, though exploitability depends on local configurations that allow unprivileged users to invoke these mount helpers rather than on network exposure. No public proof-of-concept is known, the flaw is not in CISA KEV, and EPSS assigns only a 0.2% probability of exploitation in the next 30 days.

Do: Upgrade to util-linux 2.42.3, or to your distribution's patched package as soon as it is available. Until patched, audit fstab and automount configurations that permit unprivileged users to invoke mount helpers with X-mount.idmap or X-mount.owner and restrict or remove such entries. Also check local mounts for unexpectedly retained suid bits or changed ownership/permissions on target inodes, which would indicate attempted exploitation.

8.5<1%
  • util-linux project (upstream; shipped by Linux distributions) util-linux through 2.41.5 and through 2.42.2 (fixed in 2.42.3)
masshundreds of millions of Linux installations (util-linux is a default package on virtually every distribution)
CVE-2026-78410
TOCTOU race in util-linux mount(8) lets local users redirect restricted bind mounts

A time-of-check to time-of-use (TOCTOU) race (CWE-367) exists in util-linux's mount(8): restricted bind mounts take their source path from fstab but do not pin that source before performing the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor directory can race the SUID mount helper, causing it to bind a different host directory than the one authorized in fstab. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then applies the ownership or mode change to the redirected inode, letting the attacker have root alter arbitrary host directories, with potential for privilege escalation (CVSS 3.1: 7.8 high, local vector). Any Linux system running an affected util-linux that exposes user-mountable fstab bind entries is affected. No public proof-of-concept, CISA KEV listing, or in-the-wild exploitation is known; EPSS estimates only a 0.1% probability of exploitation within 30 days.

Do: Upgrade to util-linux 2.42.3, which contains the fix. Until patched, audit /etc/fstab for user-mountable bind mount entries — especially any using X-mount.owner, X-mount.group, or X-mount.mode — and ensure their source paths and all ancestor directories are not writable by untrusted local users, or remove the X-mount.* options from those entries.

7.8<1%
  • util-linux project (CNA: Red Hat) util-linux (mount(8)) versions prior to 2.42.3 (fixes included in util-linux 2.42.3)
unknown