summaryrefslogtreecommitdiff
blob: ef08f85a9fb380b0886da6a667e2b61b8da4731e (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200405-11">
  <title>KDE URI Handler Vulnerabilities</title>
  <synopsis>
    Vulnerabilities in KDE URI handlers makes your system vulnerable to various
    attacks.
  </synopsis>
  <product type="ebuild">kdelibs</product>
  <announced>2004-05-19</announced>
  <revised count="01">2004-05-19</revised>
  <bug>51276</bug>
  <access>remote </access>
  <affected>
    <package name="kde-base/kdelibs" auto="yes" arch="*">
      <unaffected range="ge">3.2.2-r1</unaffected>
      <unaffected range="eq">3.1.5-r1</unaffected>
      <vulnerable range="le">3.2.2</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The K Desktop Environment (KDE) is a powerful Free Software graphical
    desktop environment. KDE makes use of URI handlers to trigger various
    programs when specific URLs are received.
    </p>
  </background>
  <description>
    <p>
    The telnet, rlogin, ssh and mailto URI handlers in KDE do not check for '-'
    at the beginning of the hostname passed. By crafting a malicious URI and
    entice an user to click on it, it is possible to pass an option to the
    programs started by the handlers (typically telnet, kmail...).
    </p>
  </description>
  <impact type="normal">
    <p>
    If the attacker controls the options passed to the URI handling programs,
    it becomes possible for example to overwrite arbitrary files (possibly
    leading to denial of service), to open kmail on an attacker-controlled
    remote display or with an alternate configuration file (possibly leading to
    control of the user account).
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time. All users are advised to upgrade
    to a corrected version of kdelibs.
    </p>
  </workaround>
  <resolution>
    <p>
    Users of KDE 3.1 should upgrade to the corrected version of kdelibs:
    </p>
    <code>
    # emerge sync

    # emerge -pv "=kde-base/kdelibs-3.1.5-r1"
    # emerge "=kde-base/kdelibs-3.1.5-r1"</code>
    <p>
    Users of KDE 3.2 should upgrade to the latest available version of kdelibs:
    </p>
    <code>
    # emerge sync

    # emerge -pv "&gt;=kde-base/kdelibs-3.2.2-r1"
    # emerge "&gt;=kde-base/kdelibs-3.2.2-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0411">CAN-2004-0411</uri>
  </references>
  <metadata tag="submitter">
    koon
  </metadata>
</glsa>