blob: 54d14393cb7edc6afec2656f1871150514df0d44 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200608-11">
<title>Webmin, Usermin: File Disclosure</title>
<synopsis>
Webmin and Usermin are vulnerable to an arbitrary file disclosure through a
specially crafted URL.
</synopsis>
<product type="ebuild">webmin/usermin</product>
<announced>2006-08-06</announced>
<revised>2006-08-06: 01</revised>
<bug>138552</bug>
<access>remote</access>
<affected>
<package name="app-admin/webmin" auto="yes" arch="*">
<unaffected range="ge">1.290</unaffected>
<vulnerable range="lt">1.290</vulnerable>
</package>
<package name="app-admin/usermin" auto="yes" arch="*">
<unaffected range="ge">1.220</unaffected>
<vulnerable range="lt">1.220</vulnerable>
</package>
</affected>
<background>
<p>
Webmin is a web-based interface for Unix-like systems. Usermin is a
simplified version of Webmin designed for use by normal users rather
than system administrators.
</p>
</background>
<description>
<p>
A vulnerability in both Webmin and Usermin has been discovered by Kenny
Chen, wherein simplify_path is called before the HTML is decoded.
</p>
</description>
<impact type="normal">
<p>
A non-authenticated user can read any file on the server using a
specially crafted URL.
</p>
</impact>
<workaround>
<p>
For a temporary workaround, IP Access Control can be setup on Webmin
and Usermin.
</p>
</workaround>
<resolution>
<p>
All Webmin users should update to the latest stable version:
</p>
<code>
# emerge --sync
# emerge --ask --verbose --oneshot ">=app-admin/webmin-1.290"</code>
<p>
All Usermin users should update to the latest stable version:
</p>
<code>
# emerge --sync
# emerge --ask --verbose --oneshot ">=app-admin/usermin-1.220"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3392">CVE-2006-3392</uri>
</references>
<metadata tag="">
</metadata>
<metadata tag="bugReady" timestamp="2006-08-06T17:23:21Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2006-08-06T18:24:45Z">
hlieberman
</metadata>
</glsa>
|