SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-78409

HIGH · CVSS 7 EPSS 0.12% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-02 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects Linux systems running version 6.15 and later, specifically through the X-mount.subdir option, which improperly handles symlink traversal during the mounting process. This flaw allows a local unprivileged user with an authorized fstab entry to mount a host path at the intended mountpoint, potentially leading to unauthorized access to sensitive data. System administrators and security teams should prioritize addressing this issue to mitigate the risk of local privilege escalation and data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-78409
Severity
HIGH
CVSS
7
EPSS
0.12%
Linux

Original NVD 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.