Description
A flaw was found in util-linux. Restricted bind mounts take the source path from fstab but do not pin that source before the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor can redirect SUID mount(8) to bind another host directory. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then changes ownership or mode on that redirected inode.
Published: 2026-09-02
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The util‑linux utility has a flaw where a restricted bind mount takes its source path from /etc/fstab but fails to pin that source before performing the privileged mount. A local user who can replace the authorized source or a writable ancestor in the filesystem hierarchy can redirect the mount to an arbitrary host directory. If the fstab entry also sets X‑mount.owner, X‑mount.group, or X‑mount.mode, the privileged mount subsequently changes ownership or permissions on the redirected inode, effectively granting the attacker privileged access to those files or directories.

Affected Systems

Red Hat Enterprise Linux 7, 8, 9, and 10; Red Hat Hardened Images; Red Hat OpenShift Container Platform 4 – any system running util‑linux versions earlier than 2.41.6 or 2.42.3 is vulnerable because those releases contain the unpinned source issue.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.8, indicating high severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. Exploitation requires local access; the attacker must be able to modify the bind source or a writable ancestor chain. Because the mount command is privileged, the attacker can achieve privilege escalation without any additional network-level access.

Generated by OpenCVE AI on September 3, 2026 at 11:52 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 bind or rbind entries that also specify X-mount.owner, X-mount.group, or X-mount.mode, especially when the bind source is below a user-writable ancestor.


OpenCVE Recommended Actions

  • Apply the latest util‑linux update (v2.41.6 or newer) to all affected systems to fix the source‑pinning bug.
  • Review and remove or comment out any /etc/fstab entries that mount bind with X‑mount.owner, X‑mount.group, or X‑mount.mode for unprivileged mounts, or ensure those entries are protected by additional access controls.
  • Verify that all directories used as bind sources are owned by root and not writable by unprivileged users; perform a directory permission audit to prevent accidental write access to bind source ancestors.

Generated by OpenCVE AI on September 3, 2026 at 11:52 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 10:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in util-linux. Restricted bind mounts take the source path from fstab but do not pin that source before the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor can redirect SUID mount(8) to bind another host directory. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then changes ownership or mode on that redirected inode.
Title Util-linux: util-linux: restricted bind mounts do not pin the source, allowing x-mount.owner/group/mode redirection
First Time appeared Redhat
Redhat enterprise Linux
Redhat hummingbird
Redhat openshift
Weaknesses CWE-367
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.8, 'vector': 'CVSS:3.1/AV:L/AC:L/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:51:01.307Z

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

Link: CVE-2026-78410

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-78410

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-78410 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition