FUSE: mtab corruption through fusermount — GLSA 200511-17

The fusermount utility from FUSE can be abused to corrupt the /etc/mtab file contents, potentially allowing a local attacker to set unauthorized mount options.

Affected packages

sys-fs/fuse on all architectures
Affected versions < 2.4.1-r1
Unaffected versions >= 2.4.1-r1

Background

FUSE (Filesystem in Userspace) allows implementation of a fully functional filesystem in a userspace program. The fusermount utility is used to mount/unmount FUSE file systems.

Description

Thomas Biege discovered that fusermount fails to securely handle special characters specified in mount points.

Impact

A local attacker could corrupt the contents of the /etc/mtab file by mounting over a maliciously-named directory using fusermount, potentially allowing the attacker to set unauthorized mount options. This is possible only if fusermount is installed setuid root, which is the default in Gentoo.

Workaround

There is no known workaround at this time.

Resolution

All FUSE users should upgrade to the latest version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=sys-fs/fuse-2.4.1-r1"

References

Release date
November 22, 2005

Latest revision
November 22, 2005: 01

Severity
normal

Exploitable
local

Bugzilla entries