summaryrefslogtreecommitdiff
blob: fe0019a4617832efe25ecf4ac4d43a1c0af2a849 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201711-09">
  <title>LXC: Remote security bypass</title>
  <synopsis>A vulnerability in LXC may lead to an unauthorized security bypass.</synopsis>
  <product type="ebuild">lxc</product>
  <announced>2017-11-11</announced>
  <revised count="1">2017-11-11</revised>
  <bug>636386</bug>
  <access>remote</access>
  <affected>
    <package name="app-emulation/lxc" auto="yes" arch="*">
      <unaffected range="ge">2.0.7</unaffected>
      <vulnerable range="lt">2.0.7</vulnerable>
    </package>
  </affected>
  <background>
    <p>LinuX Containers userspace utilities</p>
  </background>
  <description>
    <p>Previous versions of lxc-attach ran a shell or the specified command
      without allocating a pseudo terminal making it vulnerable to input faking
      via a TIOCSTI ioctl call.
    </p>
  </description>
  <impact type="normal">
    <p>Remote attackers can escape the container and perform unauthorized
      modifications.
    </p>
  </impact>
  <workaround>
    <p>There is no know 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 "&gt;=app-emulation/lxc-2.0.7"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-10124">
      CVE-2016-10124
    </uri>
  </references>
  <metadata tag="requester" timestamp="2017-11-08T15:29:35Z">jmbailey</metadata>
  <metadata tag="submitter" timestamp="2017-11-11T15:11:34Z">jmbailey</metadata>
</glsa>