blob: 7fc5f21dd647052aad19f3082a6c4b0bb1e32dc2 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200506-13">
<title>webapp-config: Insecure temporary file handling</title>
<synopsis>
The webapp-config utility insecurely creates temporary files in a world
writable directory, potentially allowing the execution of arbitrary
commands.
</synopsis>
<product type="ebuild">webapp-config</product>
<announced>2005-06-17</announced>
<revised count="03">2007-12-30</revised>
<bug>91785</bug>
<access>local</access>
<affected>
<package name="app-admin/webapp-config" auto="yes" arch="*">
<unaffected range="ge">1.11</unaffected>
<vulnerable range="lt">1.11</vulnerable>
</package>
</affected>
<background>
<p>
webapp-config is a Gentoo Linux utility to help manage the installation
of web-based applications.
</p>
</background>
<description>
<p>
Eric Romang discovered webapp-config uses a predictable temporary
filename while processing certain options, resulting in a race
condition.
</p>
</description>
<impact type="normal">
<p>
Successful exploitation of the race condition would allow an attacker
to disrupt the operation of webapp-config, or execute arbitrary shell
commands with the privileges of the user running webapp-config. A local
attacker could use a symlink attack to create or overwrite files with
the permissions of the user running webapp-config.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All webapp-config users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-admin/webapp-config-1.11"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1707">CVE-2005-1707</uri>
</references>
<metadata tag="requester" timestamp="2005-05-10T15:08:15Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2005-05-10T15:49:46Z">
taviso
</metadata>
<metadata tag="bugReady" timestamp="2005-06-17T08:32:12Z">
koon
</metadata>
</glsa>
|