vendor:
Liferay Portal
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Liferay Portal
Affected Version From: 4.3.2001
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Liferay Portal Cross-Site Scripting Vulnerability
Liferay Portal is prone to a cross-site scripting vulnerability because the application 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:
Ensure that user-supplied input is properly sanitized and validated to prevent cross-site scripting attacks. Implement input validation and output encoding techniques to mitigate this vulnerability.