summaryrefslogtreecommitdiff
blob: 9707a95f53a16d690061b6ec9bde2d59b44da028 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201406-27">
  <title>polkit, Spice-Gtk, systemd, HPLIP, libvirt: Privilege escalation</title>
  <synopsis>A race condition in polkit could allow a local attacker to gain
    escalated privileges.
  </synopsis>
  <product type="ebuild">polkit spice-gtk systemd hplip libvirt</product>
  <announced>2014-06-26</announced>
  <revised count="1">2014-06-26</revised>
  <bug>484486</bug>
  <bug>484488</bug>
  <bug>485420</bug>
  <bug>485546</bug>
  <bug>485904</bug>
  <access>local</access>
  <affected>
    <package name="net-print/hplip" auto="yes" arch="*">
      <unaffected range="ge">3.14.1</unaffected>
      <vulnerable range="lt">3.14.1</vulnerable>
    </package>
    <package name="net-misc/spice-gtk" auto="yes" arch="*">
      <unaffected range="ge">0.21</unaffected>
      <vulnerable range="lt">0.21</vulnerable>
    </package>
    <package name="sys-apps/systemd" auto="yes" arch="*">
      <unaffected range="ge">204-r1</unaffected>
      <vulnerable range="lt">204-r1</vulnerable>
    </package>
    <package name="app-emulation/libvirt" auto="yes" arch="*">
      <unaffected range="ge">1.1.2-r3</unaffected>
      <vulnerable range="lt">1.1.2-r3</vulnerable>
    </package>
    <package name="sys-auth/polkit" auto="yes" arch="*">
      <unaffected range="ge">0.112</unaffected>
      <vulnerable range="lt">0.112</vulnerable>
    </package>
  </affected>
  <background>
    <p>polkit is a toolkit for managing policies relating to unprivileged
      processes communicating with privileged processes.
    </p>
  </background>
  <description>
    <p>polkit has a race condition which potentially allows a process to change
      its UID/EUID via suid or pkexec before authentication is completed.
    </p>
  </description>
  <impact type="high">
    <p>A local attacker could start a suid or pkexec process through a
      polkit-enabled application, which could result in privilege escalation or
      bypass of polkit restrictions.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All polkit users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=sys-auth/polkit-0.112"
    </code>
    
    <p>All HPLIP users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-print/hplip-3.14.1"
    </code>
    
    <p>All Spice-Gtk users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-misc/spice-gtk-0.21"
    </code>
    
    <p>All systemd users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=sys-apps/systemd-204-r1"
    </code>
    
    <p>All libvirt users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=app-emulation/libvirt-1.1.2-r3"
    </code>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4288">CVE-2013-4288</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4311">CVE-2013-4311</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4324">CVE-2013-4324</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4325">CVE-2013-4325</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4327">CVE-2013-4327</uri>
  </references>
  <metadata tag="requester" timestamp="2013-09-29T15:18:50Z">ackle</metadata>
  <metadata tag="submitter" timestamp="2014-06-26T22:23:13Z">
    creffett
  </metadata>
</glsa>