CVE-2014-5207

Linux Kernel < 3.16.1 - Privilege Escalation via Bind Mount Remount

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2014-5207. PoCs published by Andy Lutomirski.

AI-analyzed exploit summary This exploit leverages a FUSE-based vulnerability (CVE-2014-5207) to gain root privileges by manipulating file descriptors and namespace isolation. It creates a FUSE filesystem with a SUID binary that, when executed, spawns a shell with elevated privileges.

Description

fs/namespace.c in the Linux kernel through 3.16.1 does not properly restrict clearing MNT_NODEV, MNT_NOSUID, and MNT_NOEXEC and changing MNT_ATIME_MASK during a remount of a bind mount, which allows local users to gain privileges, interfere with backups and auditing on systems that had atime enabled, or cause a denial of service (excessive filesystem updating) on systems that had atime disabled via a "mount -o remount" command within a user namespace.

Exploits (1)

exploitdb WORKING POC
by Andy Lutomirski · clocallinux
https://www.exploit-db.com/exploits/34923

This exploit leverages a FUSE-based vulnerability (CVE-2014-5207) to gain root privileges by manipulating file descriptors and namespace isolation. It creates a FUSE filesystem with a SUID binary that, when executed, spawns a shell with elevated privileges.

Classification
Working Poc 100%
Attack Type
Lpe
Complexity
Complex
Reliability
Reliable
Target: Linux kernel (versions affected by CVE-2014-5207)
No auth needed
Prerequisites: FUSE support enabled in the kernel · Ability to mount FUSE filesystems · Presence of /bin/bash
devstral-2 · analyzed Feb 16, 2026 Full analysis →

References (12)

Core 12
Core References
Third Party Advisory, VDB Entry vdb-entry x_refsource_bid
http://www.securityfocus.com/bid/69216
Mailing List, Third Party Advisory mailing-list x_refsource_mlist
http://seclists.org/oss-sec/2014/q3/352
Third Party Advisory vendor-advisory x_refsource_ubuntu
http://www.ubuntu.com/usn/USN-2318-1
Broken Link vdb-entry x_refsource_osvdb
http://osvdb.org/show/osvdb/110055
Exploit, Third Party Advisory, VDB Entry exploit x_refsource_exploit-db
http://www.exploit-db.com/exploits/34923
Issue Tracking, Patch, Third Party Advisory x_refsource_confirm
https://bugzilla.redhat.com/show_bug.cgi?id=1129662
Third Party Advisory, VDB Entry vdb-entry x_refsource_xf
https://exchange.xforce.ibmcloud.com/vulnerabilities/95266
Mailing List, Third Party Advisory mailing-list x_refsource_mlist
http://www.openwall.com/lists/oss-security/2014/08/13/4
Third Party Advisory vendor-advisory x_refsource_ubuntu
http://www.ubuntu.com/usn/USN-2317-1

Scores

EPSS 0.0022
EPSS Percentile 45.0%

Details

CWE
CWE-269
Status published
Products (3)
canonical/ubuntu_linux 12.04
canonical/ubuntu_linux 14.04
linux/linux_kernel < 3.16.1
Published Aug 18, 2014
Tracked Since Feb 18, 2026