blob: 77b6971a058b8906f7ccb8e9d269fb5c0b136e90 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201808-02">
<title>LinuX Containers user space utilities: Arbitrary file read</title>
<synopsis>A vulnerability has been found in LXC which may allow for arbitrary
file access (read-only).
</synopsis>
<product type="ebuild">lxc</product>
<announced>2018-08-22</announced>
<revised count="3">2018-10-17</revised>
<bug>662780</bug>
<access>local</access>
<affected>
<package name="app-emulation/lxc" auto="yes" arch="*">
<unaffected range="ge">2.1.1-r1</unaffected>
<vulnerable range="lt">2.1.1-r1</vulnerable>
</package>
</affected>
<background>
<p>LinuX Containers user space utilities.</p>
</background>
<description>
<p>lxc-user-nic when asked to delete a network interface will
unconditionally open a user provided path. This code path may be used by
an unprivileged user to check for the existence of a path which they
wouldn’t otherwise be able to reach.
</p>
</description>
<impact type="low">
<p>A local unprivileged user could use this flaw to access arbitrary files,
including special device files.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All LXC users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-emulation/lxc-2.1.1-r1"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-6556">CVE-2018-6556</uri>
</references>
<metadata tag="requester" timestamp="2018-08-13T17:16:02Z">irishluck83</metadata>
<metadata tag="submitter" timestamp="2018-10-17T23:09:04Z">Zlogene</metadata>
</glsa>
|