http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0125
http://www.michael-wagner.de/software/phpstats/
phpstats is a tool creating statistic information about a file tree. Note that the name is ambigious,
there's more than one tool called phpstats.
The application is vulnerable to simple Cross Site Scripting, which can be used to steal authentication
information from other webapps if they're installed on the same hostname.
Assuming phpstats is installed on http://localhost/phpstats/, one can inject JavaScript with:
http://localhost/phpstats/phpstats.php?baseDir=<script>alert(1)</script>&mode=run
Don't use phpstats on a hostname where other web applications are installed.
Vendor has not replied and not fixed the issue yet.
2008-02-13 Vendor contacted
2008-03-17 Published advisory
The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-2008-0125 to this issue. This is a candidate for inclusion in the CVE list (http://cve.mitre.org/), which standardizes names for security problems.
This vulnerability was discovered by Hanno Boeck of schokokeks.org webhosting. It's licensed under the creative commons attribution license.
Hanno Boeck, 2008-03-17, http://www.hboeck.de