XDT Pro 2.3 - 'stats.php' Cross-Site Scripting

EDB-ID:

27797

CVE:

N/A


Author:

almaster

Type:

webapps


Platform:

PHP

Date:

2006-05-02


source: https://www.securityfocus.com/bid/17781/info

XDT Pro is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input. 

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

XDT Pro version 2.3 is vulnerable to this issue; other versions may also be affected.

http://www.example.com/topsite/stats.php?id=1<script>alert(document.cookie)</script>