summaryrefslogtreecommitdiff
blob: 3c8cf840f083cadd98557ed337a13cc49331af75 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201801-10">
  <title>LibXfont, LibXfont2: Arbitrary file access</title>
  <synopsis>A vulnerability has been found in LibXfont and LibXfont2 which may
    allow for arbitrary file access.
  </synopsis>
  <product type="ebuild">LibXfont, LibXfont2</product>
  <announced>2018-01-08</announced>
  <revised count="1">2018-01-08</revised>
  <bug>639064</bug>
  <access>local</access>
  <affected>
    <package name="x11-libs/libXfont" auto="yes" arch="*">
      <unaffected range="ge">1.5.4</unaffected>
      <vulnerable range="lt">1.5.4</vulnerable>
    </package>
    <package name="x11-libs/libXfont2" auto="yes" arch="*">
      <unaffected range="ge">2.0.3</unaffected>
      <vulnerable range="lt">2.0.3</vulnerable>
    </package>
  </affected>
  <background>
    <p>X.Org Xfont library.</p>
  </background>
  <description>
    <p>It was discovered that libXfont incorrectly followed symlinks when
      opening font files.
    </p>
  </description>
  <impact type="normal">
    <p>A local unprivileged user could use this flaw to cause the X server 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 LibXfont users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=x11-libs/libXfont-1.5.4"
    </code>
    
    <p>All LibXfont2 users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=x11-libs/libXfont2-2.0.3"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-16611">
      CVE-2017-16611
    </uri>
  </references>
  <metadata tag="requester" timestamp="2018-01-05T05:31:41Z">jmbailey</metadata>
  <metadata tag="submitter" timestamp="2018-01-08T12:26:24Z">jmbailey</metadata>
</glsa>