blob: e6d13be7a84bc5eed8dac834a1eb469fab21434e (
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="200510-03">
<title>Uim: Privilege escalation vulnerability</title>
<synopsis>
Under certain conditions, applications linked against Uim suffer from a
privilege escalation vulnerability.
</synopsis>
<product type="ebuild">uim</product>
<announced>2005-10-04</announced>
<revised>2006-05-22: 02</revised>
<bug>107748</bug>
<access>local</access>
<affected>
<package name="app-i18n/uim" auto="yes" arch="*">
<unaffected range="ge">0.4.9.1</unaffected>
<vulnerable range="lt">0.4.9.1</vulnerable>
</package>
</affected>
<background>
<p>
Uim is a multilingual input method library which provides secure and
useful input method for all languages.
</p>
</background>
<description>
<p>
Masanari Yamamoto discovered that Uim uses environment variables
incorrectly. This bug causes a privilege escalation if setuid/setgid
applications are linked to libuim. This bug only affects
immodule-enabled Qt (if you build Qt 3.3.2 or later versions with
USE="immqt" or USE="immqt-bc").
</p>
</description>
<impact type="normal">
<p>
A malicious local user could exploit this vulnerability to execute
arbitrary code with escalated privileges.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Uim users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-i18n/uim-0.4.9.1"</code>
</resolution>
<references>
<uri link="https://lists.freedesktop.org/pipermail/uim/2005-September/001346.html">Original advisory</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3149">CVE-2005-3149</uri>
</references>
<metadata tag="requester" timestamp="2005-10-02T13:02:25Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-10-02T13:02:52Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-10-03T09:56:44Z">
adir
</metadata>
</glsa>
|