summaryrefslogtreecommitdiff
blob: fc18b9223015ac5615e01b3d6633d9be46cd39bb (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201706-29">
  <title>KAuth and KDELibs: Privilege escalation</title>
  <synopsis>A vulnerability in KAuth and KDELibs allows local users to gain
    root privileges.
  </synopsis>
  <product type="ebuild">kauth,kdelibs</product>
  <announced>2017-06-27</announced>
  <revised count="1">2017-06-27</revised>
  <bug>618108</bug>
  <access>local</access>
  <affected>
    <package name="kde-frameworks/kauth" auto="yes" arch="*">
      <unaffected range="ge">5.29.0-r1</unaffected>
      <vulnerable range="lt">5.29.0-r1</vulnerable>
    </package>
    <package name="kde-frameworks/kdelibs" auto="yes" arch="*">
      <unaffected range="ge">4.14.32</unaffected>
      <vulnerable range="lt">4.14.32</vulnerable>
    </package>
  </affected>
  <background>
    <p>KAuth provides a convenient, system-integrated way to offload actions
      that need to be performed as a privileged user (root, for example) to
      small (hopefully secure) helper utilities.
    </p>
    
    <p>The KDE libraries, basis of KDE and used by many open source projects.</p>
  </background>
  <description>
    <p>KAuth and KDELibs contains a logic flaw in which the service invoking
      D-Bus is not properly checked. This allows spoofing the identity of the
      caller and with some carefully crafted calls can lead to gaining root
      from an unprivileged account.
    </p>
  </description>
  <impact type="high">
    <p>A local attacker could spoof the identity of the caller invoking D-Bus,
      possibly resulting in gaining privileges.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All KAuth users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=kde-frameworks/kauth-5.29.0-r1"
    </code>
    
    <p>All KDELibs users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=kde-frameworks/kdelibs-4.14.32"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-8422">CVE-2017-8422</uri>
  </references>
  <metadata tag="requester" timestamp="2017-06-06T14:01:55Z">whissi</metadata>
  <metadata tag="submitter" timestamp="2017-06-27T09:58:27Z">whissi</metadata>
</glsa>