header-logo
Suggest Exploit
vendor:
Prado Portal
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: Prado Portal
Affected Version From: 1.2.2000
Affected Version To: 1.2.2000
Patch Exists: NO
Related CWE:
CPE: a:prado:prado:1.2.0
Metasploit:
Other Scripts:
Platforms Tested:

Prado Portal Cross-Site Scripting Vulnerability

The Prado Portal is vulnerable to a cross-site scripting (XSS) vulnerability. This vulnerability occurs due to the failure of the application to properly sanitize user-supplied input. An attacker can exploit this vulnerability by injecting arbitrary script code into the affected site, which will then be executed in the browser of unsuspecting users. This can lead to the theft of authentication credentials stored in cookies and enable the attacker to launch further attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate all user-supplied input before using it in the application. Implementing a web application firewall (WAF) can also provide an additional layer of protection against XSS attacks.
Source

Exploit-DB raw data:

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

Prado Portal 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 allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Prado Portal 1.2.0 is vulnerable; other versions may also be affected.

http://www.example.com/index.php?page=x<img+src%3Dx+onerror%3Dalert(document.cookie)>