header-logo
Suggest Exploit
vendor:
PHP Running Management
by:
SecurityFocus
3.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: PHP Running Management
Affected Version From: 1.0.0
Affected Version To: 1.0.2
Patch Exists: YES
Related CWE: N/A
CPE: a:php_running_management:php_running_management
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

PHP Running Management Cross-Site Scripting Vulnerability

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.

Mitigation:

Input validation should be used to ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

source: https://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