CVE-2010-3879
libfuse < 2.8.5 - Unauthenticated Arbitrary Filesystem Unmount via Symlink Attack
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-3879. PoCs published by halfdog.
AI-analyzed exploit summary The exploit demonstrates a race-condition vulnerability in the FUSE fusermount tool, allowing a local attacker to unmount any filesystem, leading to a denial of service. It includes a minimal FUSE filesystem implementation and a directory modification tool to trigger the race condition.
Description
FUSE, possibly 2.8.5 and earlier, allows local users to create mtab entries with arbitrary pathnames, and consequently unmount any filesystem, via a symlink attack on the parent directory of the mountpoint of a FUSE filesystem, a different vulnerability than CVE-2010-0789.
Exploits (1)
The exploit demonstrates a race-condition vulnerability in the FUSE fusermount tool, allowing a local attacker to unmount any filesystem, leading to a denial of service. It includes a minimal FUSE filesystem implementation and a directory modification tool to trigger the race condition.