Description
util-linux versions through 2.41.5 and 2.42.2 fail to check mount helper exit status before running post-mount hooks, allowing unprivileged users to execute privileged operations on pre-existing filesystems. Attackers can exploit X-mount.idmap or X-mount.owner hooks to clone filesystems with inherited suid bits or modify target inode permissions after a helper fails, achieving privilege escalation.
Published: 2026-09-03
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in util‑linux’s libmount component causes the library to proceed with post‑mount hooks even when an external mount helper has failed. This omission allows an unprivileged user to run privileged operations through the X‑mount.idmap or X‑mount.owner hooks, effectively giving them the ability to clone filesystems that retain set‑uid bits or to modify permissions on existing inodes. The weakness corresponds to missing error handling (CWE‑390).

Affected Systems

The vulnerability affects versions of util‑linux up to 2.41.5 and 2.42.2 on Linux distributions that incorporate the util‑linux package. All systems using these releases run the libmount library and are therefore potentially exposed.

Risk and Exploitability

The CVSS score of 8.5 marks the issue as high severity, and although an EPSS score is not listed, the lack of a KEV listing does not diminish the risk. Attackers are likely able to exploit this flaw locally by invoking the mount command with a helper that fails, then leveraging the privileged post‑mount hooks to gain elevated privileges. If a system allows untrusted users to mount filesystems or to specify custom X‑mount hooks, the privilege escalation can be achieved with minimal effort.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update util‑linux to the latest stable release that includes the libmount error‑handling fix (e.g., 2.42.3 or newer).
  • If an update cannot be applied immediately, remove or disable the X‑mount.idmap and X‑mount.owner hook options from any mount commands or configuration files to prevent exploitation of the post‑mount hooks.
  • Restrict unprivileged users from mounting filesystems by limiting mount privileges via /etc/fstab rules or the mount.allow file, ensuring only authorized users can perform mount operations.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
First Time appeared Linux
Linux util-linux
Vendors & Products Linux
Linux util-linux

Thu, 03 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


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

Type Values Removed Values Added
Description util-linux versions through 2.41.5 and 2.42.2 fail to check mount helper exit status before running post-mount hooks, allowing unprivileged users to execute privileged operations on pre-existing filesystems. Attackers can exploit X-mount.idmap or X-mount.owner hooks to clone filesystems with inherited suid bits or modify target inode permissions after a helper fails, achieving privilege escalation.
Title util-linux libmount Privilege Escalation via Failed Mount Helper
First Time appeared Kernel
Kernel util-linux
Weaknesses CWE-390
CPEs cpe:2.3:a:kernel:util-linux:*:*:*:*:*:*:*:*
Vendors & Products Kernel
Kernel util-linux
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'}

cvssV4_0

{'score': 8.5, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Kernel Util-linux
Linux Util-linux
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T14:00:29.374Z

Reserved: 2026-08-19T14:53:58.575Z

Link: CVE-2026-76642

cve-icon Vulnrichment

Updated: 2026-09-03T14:00:05.019Z

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:08.440

Modified: 2026-09-03T15:17:33.490

Link: CVE-2026-76642

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-76642 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:30:05Z

Weaknesses
  • CWE-390

    Detection of Error Condition Without Action