Description
The X-mount.subdir option uses a detached-tree fast path on Linux 6.15 and later and passes the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. That flag does not stop intermediate symlink traversal or keep resolution inside the newly mounted filesystem. A local unprivileged user with an fstab-authorized X-mount.subdir entry can attach a host path at the intended mountpoint.
Published: 2026-09-02
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The X-mount.subdir option in util-linux uses a detached-tree fast path on Linux 6.15 and later by passing the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. Because that flag does not prevent traversal of intermediate symlinks, a local user can exploit an fstab entry that authorizes the option to mount a host path over the intended mount point, allowing read or write access to privileged files. This flaw is a path-confusion/ directory traversal vulnerability (CWE-59). The description indicates that an attacker who can create or influence an fstab entry that permits X-mount.subdir is able to perform the exploit; it does not state that any user can edit /etc/fstab themselves.

Affected Systems

Affected systems include Red Hat Enterprise Linux 7, 8, 9, 10, Red Hat Hardened Images, and Red Hat OpenShift Container Platform 4. The flaw exists in util-linux versions older than 2.41.6 on RHEL 10, older than 2.42.3 on RHEL 8/9, and earlier on RHEL 7, until the packages have been upgraded to the patched releases.

Risk and Exploitability

The CVSS score of 7.0 indicates moderate to high severity. The exploit requires local access and the presence of an fstab entry that permits the X-mount.subdir flag. Although the EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, the straightforward local attack path makes it a high-priority issue for administrators to address promptly.

Generated by OpenCVE AI on September 3, 2026 at 13:12 UTC.

Remediation

Vendor Workaround

Upgrade to util-linux v2.41.6, v2.42.3, or later. Until a fix is applied, do not allow unprivileged /etc/fstab entries that specify X-mount.subdir.


OpenCVE Recommended Actions

  • Upgrade util-linux to version 2.41.6, 2.42.3, or later on all affected platforms.
  • Remove or disable any unprivileged /etc/fstab entries that specify X-mount.subdir until the patch is applied.
  • Restrict editing of /etc/fstab to privileged users by setting permissions to 600 root:root.

Generated by OpenCVE AI on September 3, 2026 at 13:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Linux
Linux util-linux
Redhat hardened Images
Redhat openshift Container Platform
Vendors & Products Linux
Linux util-linux
Redhat hardened Images
Redhat openshift Container Platform

Thu, 03 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
References

Thu, 03 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Wed, 02 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description The X-mount.subdir option uses a detached-tree fast path on Linux 6.15 and later and passes the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. That flag does not stop intermediate symlink traversal or keep resolution inside the newly mounted filesystem. A local unprivileged user with an fstab-authorized X-mount.subdir entry can attach a host path at the intended mountpoint.
Title Util-linux: util-linux: x-mount.subdir detached-tree resolution can escape via intermediate symlinks
First Time appeared Redhat
Redhat enterprise Linux
Redhat hummingbird
Redhat openshift
Weaknesses CWE-59
CPEs cpe:/a:redhat:hummingbird:1
cpe:/a:redhat:openshift:4
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
Redhat hummingbird
Redhat openshift
References
Metrics cvssV3_1

{'score': 7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Linux Util-linux
Redhat Enterprise Linux Hardened Images Hummingbird Openshift Openshift Container Platform
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-03T12:50:56.499Z

Reserved: 2026-08-24T14:40:18.012Z

Link: CVE-2026-78409

cve-icon Vulnrichment

Updated: 2026-09-02T15:29:54.053Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-02T16:17:23.833

Modified: 2026-09-03T18:12:56.407

Link: CVE-2026-78409

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-02T00:00:00Z

Links: CVE-2026-78409 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:27:15Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')