diff options
Diffstat (limited to 'metadata/glsa/glsa-201006-10.xml')
-rw-r--r-- | metadata/glsa/glsa-201006-10.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201006-10.xml b/metadata/glsa/glsa-201006-10.xml new file mode 100644 index 000000000000..cd7d7bc8d575 --- /dev/null +++ b/metadata/glsa/glsa-201006-10.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201006-10"> + <title>multipath-tools: World-writeable socket</title> + <synopsis> + multipath-tools does not set correct permissions on the socket file, making + it possible to send arbitrary commands to the multipath daemon for local + users. + </synopsis> + <product type="ebuild">multipath-tools</product> + <announced>2010-06-01</announced> + <revised>2010-06-01: 01</revised> + <bug>264564</bug> + <access>local</access> + <affected> + <package name="sys-fs/multipath-tools" auto="yes" arch="*"> + <unaffected range="ge">0.4.8-r1</unaffected> + <vulnerable range="lt">0.4.8-r1</vulnerable> + </package> + </affected> + <background> + <p> + multipath-tools are used to drive the Device Mapper multipathing + driver. + </p> + </background> + <description> + <p> + multipath-tools uses world-writable permissions for the socket file + (/var/run/multipathd.sock). + </p> + </description> + <impact type="normal"> + <p> + Local users could send arbitrary commands to the multipath daemon, + causing cluster failures and data loss. + </p> + </impact> + <workaround> + <p> + chmod o-rwx /var/run/multipath.sock + </p> + </workaround> + <resolution> + <p> + All multipath-tools users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-fs/multipath-tools-0.4.8-r1"</code> + <p> + NOTE: This is a legacy GLSA. Updates for all affected architectures are + available since November 13, 2009. It is likely that your system is + already no longer affected by this issue. + </p> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0115">CVE-2009-0115</uri> + </references> + <metadata tag="requester" timestamp="2010-01-29T23:30:44Z"> + craig + </metadata> + <metadata tag="submitter" timestamp="2010-04-09T17:36:36Z"> + craig + </metadata> + <metadata tag="bugReady" timestamp="2010-06-01T12:41:09Z"> + keytoaster + </metadata> +</glsa> |