blob: 9d2e907d00e3fe8a555bc7f8b02a532e093b2401 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200804-30">
<title>KDE start_kdeinit: Multiple vulnerabilities</title>
<synopsis>
Multiple vulnerabilities in start_kdeinit could possibly allow a local
attacker to execute arbitrary code with root privileges.
</synopsis>
<product type="ebuild">kdelibs</product>
<announced>2008-04-29</announced>
<revised count="02">2009-04-08</revised>
<bug>218933</bug>
<access>local</access>
<affected>
<package name="kde-base/kdelibs" auto="yes" arch="*">
<unaffected range="rge">3.5.8-r4</unaffected>
<unaffected range="rge">3.5.9-r3</unaffected>
<unaffected range="gt">4.0</unaffected>
<unaffected range="lt">3.5.5</unaffected>
<unaffected range="rge">3.5.10-r2</unaffected>
<vulnerable range="lt">4.0</vulnerable>
</package>
</affected>
<background>
<p>
KDE is a feature-rich graphical desktop environment for Linux and
Unix-like operating systems. start_kdeinit is a wrapper for kdeinit.
</p>
</background>
<description>
<p>
Vulnerabilities have been reported in the processing of user-controlled
data by start_kdeinit, which is setuid root by default.
</p>
</description>
<impact type="high">
<p>
A local attacker could possibly execute arbitrary code with root
privileges, cause a Denial of Service or send Unix signals to other
processes, when start_kdeinit is setuid root.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All kdelibs users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=kde-base/kdelibs-3.5.8-r4"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1671">CVE-2008-1671</uri>
</references>
<metadata tag="submitter" timestamp="2008-04-24T09:52:59Z">
vorlon
</metadata>
<metadata tag="bugReady" timestamp="2008-04-28T13:20:59Z">
vorlon
</metadata>
</glsa>
|