CVE-2026-76642
Received Received - Intake

util-linux mount helper privilege escalation via unchecked exit status

Vulnerability report for CVE-2026-76642, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
util-linux util-linux to 2.41.5 (inc)
util-linux util-linux to 2.42.2 (inc)
util-linux util-linux From 2.39 (inc)
util-linux util-linux to 2.41.6 (exc)
util-linux util-linux From 2.42 (inc)
util-linux util-linux to 2.42.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-390 The product detects a specific error, but takes no actions to handle the error.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-76642 is a privilege escalation flaw in util-linux's libmount component. It occurs because the software fails to check if a mount helper exits successfully before running post-mount hooks. This allows unprivileged users to execute privileged operations on existing filesystems by exploiting hooks like X-mount.idmap or X-mount.owner. Attackers can clone filesystems with inherited setuid bits or modify inode permissions after a helper fails, leading to privilege escalation.

Detection Guidance

Check util-linux version with 'util-linux --version' or 'dpkg -l util-linux' on Debian-based systems. Affected versions are >=2.39 and <2.41.6 or >=2.42 and <2.42.3. Inspect mount logs for failed helpers with 'journalctl -u systemd-mount' or 'dmesg | grep mount'. Look for X-mount.idmap or X-mount.owner options in /etc/fstab or mount commands.

Impact Analysis

This vulnerability allows local attackers to escalate privileges on affected systems. If an attacker can manipulate mount operations, they may gain root access or bypass security restrictions like nosuid, nodev, or noexec. Exploitation requires specific conditions: a SUID-root mount binary, a root-controlled fstab entry, and certain mount options like X-mount.idmap or X-mount.owner.

Mitigation Strategies

Update util-linux to versions 2.41.6 or 2.42.3 or later. Disable untrusted mount helpers in /etc/fstab. Remove X-mount.idmap or X-mount.owner options if not required. Restrict write access to mount-related configuration files. Monitor for unusual mount operations or privilege changes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76642. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart