Exploitation Summary
EIP tracks 1 public exploit for CVE-2015-3202. PoCs published by Tavis Ormandy.
AI-analyzed exploit summary This exploit leverages CVE-2015-3202, a vulnerability in fusermount where environment variables are not sanitized when calling mount with ruid=0. It overwrites /etc/bash.bashrc to execute a setuid shell script, granting root privileges when root logs in.
Description
fusermount in FUSE before 2.9.3-15 does not properly clear the environment before invoking (1) mount or (2) umount as root, which allows local users to write to arbitrary files via a crafted LIBMOUNT_MTAB environment variable that is used by mount's debugging feature.
Exploits (1)
This exploit leverages CVE-2015-3202, a vulnerability in fusermount where environment variables are not sanitized when calling mount with ruid=0. It overwrites /etc/bash.bashrc to execute a setuid shell script, granting root privileges when root logs in.