summaryrefslogtreecommitdiff
blob: 6a90ef116ca3c97f2890d25e2bd1b57d10ca4c2d (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200606-06">
  <title>AWStats: Remote execution of arbitrary code</title>
  <synopsis>
    AWStats contains a bug in the sanitization of the input parameters which
    can lead to the remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">awstats</product>
  <announced>2006-06-07</announced>
  <revised count="02">2009-05-28</revised>
  <bug>130487</bug>
  <access>remote</access>
  <affected>
    <package name="www-misc/awstats" auto="yes" arch="*">
      <unaffected range="ge">6.5-r1</unaffected>
      <vulnerable range="lt">6.5-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    AWStats is an advanced log file analyzer and statistics generator.
    </p>
  </background>
  <description>
    <p>
    Hendrik Weimer has found that if updating the statistics via the
    web frontend is enabled, it is possible to inject arbitrary code via a
    pipe character in the "migrate" parameter. Additionally, r0t has
    discovered that AWStats fails to properly sanitize user-supplied input
    in awstats.pl.
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker can execute arbitrary code on the server in the
    context of the application running the AWStats CGI script if updating
    of the statistics via web frontend is allowed. Nonetheless, all
    configurations are affected by a cross-site scripting vulnerability in
    awstats.pl, allowing a remote attacker to execute arbitrary scripts
    running in the context of the victim's browser.
    </p>
  </impact>
  <workaround>
    <p>
    Disable statistics updates using the web frontend to avoid code
    injection. However, there is no known workaround at this time
    concerning the cross-site scripting vulnerability.
    </p>
  </workaround>
  <resolution>
    <p>
    All AWStats users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-misc/awstats-6.5-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1945">CVE-2006-1945</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2237">CVE-2006-2237</uri>
  </references>
  <metadata tag="requester" timestamp="2006-05-20T08:51:28Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2006-05-21T19:06:44Z">
    falco
  </metadata>
  <metadata tag="bugReady" timestamp="2006-06-05T17:20:28Z">
    falco
  </metadata>
</glsa>