Gentoo Archives: gentoo-commits

From: "Stefan Behte (craig)" <craig@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201006-10.xml
Date: Tue, 01 Jun 2010 23:02:16
Message-Id: 20100601230210.3A63F2CAD8@corvid.gentoo.org
1 craig 10/06/01 23:02:10
2
3 Added: glsa-201006-10.xml
4 Log:
5 GLSA 201006-10
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201006-10.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201006-10.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201006-10.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201006-10.xml
14 ===================================================================
15 <?xml version="1.0" encoding="utf-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19
20 <glsa id="201006-10">
21 <title>multipath-tools: World-writeable socket</title>
22 <synopsis>
23 multipath-tools does not set correct permissions on the socket file, making
24 it possible to send arbitrary commands to the multipath daemon for local
25 users.
26 </synopsis>
27 <product type="ebuild">multipath-tools</product>
28 <announced>June 01, 2010</announced>
29 <revised>June 01, 2010: 01</revised>
30 <bug>264564</bug>
31 <access>local</access>
32 <affected>
33 <package name="sys-fs/multipath-tools" auto="yes" arch="*">
34 <unaffected range="ge">0.4.8-r1</unaffected>
35 <vulnerable range="lt">0.4.8-r1</vulnerable>
36 </package>
37 </affected>
38 <background>
39 <p>
40 multipath-tools are used to drive the Device Mapper multipathing
41 driver.
42 </p>
43 </background>
44 <description>
45 <p>
46 multipath-tools uses world-writable permissions for the socket file
47 (/var/run/multipathd.sock).
48 </p>
49 </description>
50 <impact type="normal">
51 <p>
52 Local users could send arbitrary commands to the multipath daemon,
53 causing cluster failures and data loss.
54 </p>
55 </impact>
56 <workaround>
57 <p>
58 chmod o-rwx /var/run/multipath.sock
59 </p>
60 </workaround>
61 <resolution>
62 <p>
63 All multipath-tools users should upgrade to the latest version:
64 </p>
65 <code>
66 # emerge --sync
67 # emerge --ask --oneshot --verbose &quot;&gt;=sys-fs/multipath-tools-0.4.8-r1&quot;</code>
68 <p>
69 NOTE: This is a legacy GLSA. Updates for all affected architectures are
70 available since November 13, 2009. It is likely that your system is
71 already no longer affected by this issue.
72 </p>
73 </resolution>
74 <references>
75 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0115">CVE-2009-0115</uri>
76 </references>
77 <metadata tag="requester" timestamp="Fri, 29 Jan 2010 23:30:44 +0000">
78 craig
79 </metadata>
80 <metadata tag="submitter" timestamp="Fri, 09 Apr 2010 17:36:36 +0000">
81 craig
82 </metadata>
83 <metadata tag="bugReady" timestamp="Tue, 01 Jun 2010 12:41:09 +0000">
84 keytoaster
85 </metadata>
86 </glsa>