vendor:
phpwcms
by:
Unknown
7.5
CVSS
HIGH
Cross-site Scripting
79
CWE
Product Name: phpwcms
Affected Version From: 1.4.2005
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:phpwcms:phpwcms:1.4.5
Platforms Tested:
2010
Cross-site Scripting Vulnerability in phpwcms
phpwcms 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 let the attacker steal cookie-based authentication credentials and launch other attacks.
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize user-supplied input before using it in the application. Input validation and output encoding should be implemented to prevent the execution of malicious scripts.