PHP Running Management 1.0.2 - 'index.php' Cross-Site Scripting

Related Vulnerabilities: CVE-2008-0258  
Publish Date: 13 Jan 2008
                							

                source: http://www.securityfocus.com/bid/27268/info

PHP Running Management is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker may leverage this issue to execute arbitrary script code 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.

This issue affects versions prior to PHP Running Management 1.0.3.

http://www.example.com/index.php?message=%3Cscript%3Edocument.writeln(123)%3C/script%3E%20