summaryrefslogtreecommitdiff
blob: 313b0c56d494c7f4738bf53727ccffe7fffd388c (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="200707-05">
  <title>Webmin, Usermin: Cross-site scripting vulnerabilities</title>
  <synopsis>
    Webmin and Usermin are vulnerable to cross-site scripting vulnerabilities
    (XSS).
  </synopsis>
  <product type="ebuild">webmin/usermin</product>
  <announced>2007-07-05</announced>
  <revised count="01">2007-07-05</revised>
  <bug>181385</bug>
  <access>remote</access>
  <affected>
    <package name="app-admin/webmin" auto="yes" arch="*">
      <unaffected range="ge">1.350</unaffected>
      <vulnerable range="lt">1.350</vulnerable>
    </package>
    <package name="app-admin/usermin" auto="yes" arch="*">
      <unaffected range="ge">1.280</unaffected>
      <vulnerable range="lt">1.280</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Webmin is a web-based administrative 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>
    The pam_login.cgi file does not properly sanitize user input before
    sending it back as output to the user.
    </p>
  </description>
  <impact type="low">
    <p>
    An unauthenticated attacker could entice a user to browse a specially
    crafted URL, allowing for the execution of script code in the context
    of the user's browser and for the theft of browser credentials. This
    may permit the attacker to login to Webmin or Usermin with the user's
    permissions.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Webmin users should update to the latest stable version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --verbose --oneshot "&gt;=app-admin/webmin-1.350"</code>
    <p>
    All Usermin users should update to the latest stable version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --verbose --oneshot "&gt;=app-admin/usermin-1.280"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3156">CVE-2007-3156</uri>
  </references>
  <metadata tag="submitter" timestamp="2007-06-25T19:12:36Z">
    falco
  </metadata>
  <metadata tag="bugReady" timestamp="2007-06-29T13:33:55Z">
    p-y
  </metadata>
</glsa>