vendor:
PowerPortal
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting, Information Disclosure
79, 22
CWE
Product Name: PowerPortal
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
PowerPortal Multiple Vulnerabilities
PowerPortal is prone to multiple cross-site scripting vulnerabilities. These vulnerabilities allow remote attackers to create malicious URI links that include hostile HTML and script code. If a user follows the malicious link, the attacker-supplied code executes in the victim's web browser, potentially leading to theft of authentication credentials and other attacks. Additionally, PowerPortal is prone to an information disclosure vulnerability that allows remote attackers to reveal directory listings by exploiting directory traversal sequences in the 'modules.php' script.
Mitigation:
To mitigate the cross-site scripting vulnerabilities, it is recommended to implement proper input validation and output encoding to sanitize user-supplied data. To mitigate the information disclosure vulnerability, ensure that directory traversal sequences are properly handled and validated in the affected script.