blob: 26e05f79f2b42bd7d3560a9b1b109e3126f6ae5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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 count="01">2010-06-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>
|