blob: 7e4b6b7574b53dbaeadefba5f30a5ab6b6c8c4e0 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200505-14">
<title>Cheetah: Untrusted module search path</title>
<synopsis>
Cheetah contains a vulnerability in the module importing code that can
allow a local user to gain escalated privileges.
</synopsis>
<product type="ebuild">Cheetah</product>
<announced>2005-05-19</announced>
<revised count="02">2006-05-17</revised>
<bug>92926</bug>
<access>local</access>
<affected>
<package name="dev-python/cheetah" auto="yes" arch="*">
<unaffected range="ge">0.9.17_rc1</unaffected>
<vulnerable range="lt">0.9.17_rc1</vulnerable>
</package>
</affected>
<background>
<p>
Cheetah is a Python powered template engine and code generator.
</p>
</background>
<description>
<p>
Brian Bird discovered that Cheetah searches for modules in the
world-writable /tmp directory.
</p>
</description>
<impact type="normal">
<p>
A malicious local user could place a module containing arbitrary code
in /tmp, which when imported would run with escalated privileges.
</p>
</impact>
<workaround>
<p>
There are no known workarounds at this time.
</p>
</workaround>
<resolution>
<p>
All Cheetah users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/cheetah-0.9.17_rc1"</code>
</resolution>
<references>
<uri link="https://secunia.com/advisories/15386/">Secunia Advisory SA15386</uri>
</references>
<metadata tag="requester" timestamp="2005-05-17T21:18:59Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2005-05-17T21:38:15Z">
r2d2
</metadata>
<metadata tag="bugReady" timestamp="2005-05-18T11:47:34Z">
koon
</metadata>
</glsa>
|