summaryrefslogtreecommitdiff
blob: ffa682fec95fae92718df8e29e74c334ada875a4 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201412-45">
  <title>Facter: Privilege escalation</title>
  <synopsis>An untrusted search path vulnerability in Facter could lead to
    local privilege escalation.
  </synopsis>
  <product type="ebuild">facter</product>
  <announced>2014-12-26</announced>
  <revised count="1">2014-12-26</revised>
  <bug>514476</bug>
  <access>local</access>
  <affected>
    <package name="dev-ruby/facter" auto="yes" arch="*">
      <unaffected range="ge">1.7.6</unaffected>
      <vulnerable range="lt">1.7.6</vulnerable>
    </package>
  </affected>
  <background>
    <p>Facter is a cross-platform Ruby library for retrieving facts from
      operating systems.
    </p>
  </background>
  <description>
    <p>Facter includes the current working directory in the search path.</p>
  </description>
  <impact type="high">
    <p>A local attacker may be able to gain escalated privileges.</p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Facter users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-ruby/facter-1.7.6"
    </code>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3248">CVE-2014-3248</uri>
  </references>
  <metadata tag="requester" timestamp="2014-08-16T21:34:38Z">
    BlueKnight
  </metadata>
  <metadata tag="submitter" timestamp="2014-12-26T18:59:01Z">ackle</metadata>
</glsa>