diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200511-17.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200511-17.xml')
-rw-r--r-- | metadata/glsa/glsa-200511-17.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200511-17.xml b/metadata/glsa/glsa-200511-17.xml new file mode 100644 index 000000000000..3b0c673bf349 --- /dev/null +++ b/metadata/glsa/glsa-200511-17.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200511-17"> + <title>FUSE: mtab corruption through fusermount</title> + <synopsis> + 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. + </synopsis> + <product type="ebuild">FUSE</product> + <announced>November 22, 2005</announced> + <revised>November 22, 2005: 01</revised> + <bug>112902</bug> + <access>local</access> + <affected> + <package name="sys-fs/fuse" auto="yes" arch="*"> + <unaffected range="ge">2.4.1-r1</unaffected> + <vulnerable range="lt">2.4.1-r1</vulnerable> + </package> + </affected> + <background> + <p> + 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. + </p> + </background> + <description> + <p> + Thomas Biege discovered that fusermount fails to securely handle + special characters specified in mount points. + </p> + </description> + <impact type="normal"> + <p> + 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. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All FUSE users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-fs/fuse-2.4.1-r1"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3531">CVE-2005-3531</uri> + </references> + <metadata tag="requester" timestamp="Sun, 20 Nov 2005 12:06:35 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Mon, 21 Nov 2005 13:30:54 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Tue, 22 Nov 2005 16:07:17 +0000"> + koon + </metadata> +</glsa> |